-- mysqldump-php https://github.com/ifsnop/mysqldump-php
--
-- Host: localhost	Database: miche236_mtj792
-- ------------------------------------------------------
-- Server version 	5.5.5-10.3.36-MariaDB-log
-- Date: Sun, 18 Sep 2022 09:08:58 +0000

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

--
-- Table structure for table `mtgjwflocs`
--

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

--
-- Dumping data for table `mtgjwflocs`
--

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

-- Dumped table `mtgjwflocs` with 0 row(s)
--

--
-- Table structure for table `mtgjwpforms_lite`
--

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

--
-- Dumping data for table `mtgjwpforms_lite`
--

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

-- Dumped table `mtgjwpforms_lite` with 0 row(s)
--

--
-- Table structure for table `mtgjwfhoover`
--

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

--
-- Dumping data for table `mtgjwfhoover`
--

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

-- Dumped table `mtgjwfhoover` with 0 row(s)
--

--
-- Table structure for table `mtgjloginizer_logs`
--

DROP TABLE IF EXISTS `mtgjloginizer_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mtgjloginizer_logs` (
  `username` varchar(255) NOT NULL DEFAULT '',
  `time` int(10) NOT NULL DEFAULT 0,
  `count` int(10) NOT NULL DEFAULT 0,
  `lockout` int(10) NOT NULL DEFAULT 0,
  `ip` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  UNIQUE KEY `ip` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mtgjloginizer_logs`
--

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

-- Dumped table `mtgjloginizer_logs` with 0 row(s)
--

--
-- Table structure for table `mtgjcommentmeta`
--

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

--
-- Dumping data for table `mtgjcommentmeta`
--

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

-- Dumped table `mtgjcommentmeta` with 0 row(s)
--

--
-- Table structure for table `mtgjprli_clicks`
--

DROP TABLE IF EXISTS `mtgjprli_clicks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mtgjprli_clicks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `browser` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `btype` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bversion` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `os` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `host` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `uri` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `robot` tinyint(4) DEFAULT 0,
  `first_click` tinyint(4) DEFAULT 0,
  `created_at` datetime NOT NULL,
  `link_id` int(11) DEFAULT NULL,
  `vuid` varchar(25) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_id` (`link_id`),
  KEY `ip` (`ip`(191)),
  KEY `browser` (`browser`(191)),
  KEY `btype` (`btype`(191)),
  KEY `bversion` (`bversion`(191)),
  KEY `os` (`os`(191)),
  KEY `referer` (`referer`(191)),
  KEY `host` (`host`(191)),
  KEY `uri` (`uri`(191)),
  KEY `robot` (`robot`),
  KEY `first_click` (`first_click`),
  KEY `vuid` (`vuid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mtgjprli_clicks`
--

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

-- Dumped table `mtgjprli_clicks` with 0 row(s)
--

--
-- Table structure for table `mtgjwfreversecache`
--

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

--
-- Dumping data for table `mtgjwfreversecache`
--

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

-- Dumped table `mtgjwfreversecache` with 0 row(s)
--

--
-- Table structure for table `mtgjwfls_2fa_secrets`
--

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

--
-- Dumping data for table `mtgjwfls_2fa_secrets`
--

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

-- Dumped table `mtgjwfls_2fa_secrets` with 0 row(s)
--

--
-- Table structure for table `mtgjwffilemods`
--

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

--
-- Dumping data for table `mtgjwffilemods`
--

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

-- Dumped table `mtgjwffilemods` with 0 row(s)
--

--
-- Table structure for table `mtgjwfnotifications`
--

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

--
-- Dumping data for table `mtgjwfnotifications`
--

LOCK TABLES `mtgjwfnotifications` WRITE;
/*!40000 ALTER TABLE `mtgjwfnotifications` DISABLE KEYS */;
INSERT INTO `mtgjwfnotifications` VALUES ('network-GQ2TGNZV',0,'toupp-20211122',100,1645453633,'<p><strong>Wordfence Terms of Service and End User License Agreement Update</strong></p>\n<p>Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/license-terms-and-conditions/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">End User License Agreement</a></p>','[]'),('site-AEAAAAA',0,'wfplugin_updates',502,1644855589,'<a href=\"https://angelapayne.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1644855589,'<a href=\"https://angelapayne.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-DIAAAAA',0,'wfplugin_updates',502,1645107342,'<a href=\"http://angelapayne.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-DMAAAAA',0,'wfplugin_scan',502,1645107345,'<a href=\"https://angelapayne.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('network-GQ2TGNZW',1,'toupp-20220714',100,1663487111,'<p><strong>Wordfence Terms of Service and UK IDTA</strong></p>\n<p>Please review the updated Terms of Service with the new UK IDTA.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/uk-international-data-transfer-addendum/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20220714\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">UK IDTA</a></p>\n','[]'),('site-DQAAAAA',1,'wfplugin_updates',502,1663489875,'<a href=\"https://angelapayne.com/wp-admin/update-core.php\">An update is available for 2 plugins</a>','[]'),('site-DUAAAAA',1,'wfplugin_scan',502,1663489875,'<a href=\"https://angelapayne.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `mtgjwfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfnotifications` with 8 row(s)
--

--
-- Table structure for table `mtgjwfpendingissues`
--

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

--
-- Dumping data for table `mtgjwfpendingissues`
--

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

-- Dumped table `mtgjwfpendingissues` with 0 row(s)
--

--
-- Table structure for table `mtgjterms`
--

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

--
-- Dumping data for table `mtgjterms`
--

LOCK TABLES `mtgjterms` WRITE;
/*!40000 ALTER TABLE `mtgjterms` DISABLE KEYS */;
INSERT INTO `mtgjterms` VALUES (1,'Uncategorized','uncategorized',0),(2,'twentytwentytwo','twentytwentytwo',0),(3,'Main Menu','main-menu',0),(4,'astra','astra',0),(5,'Legal','legal',0),(6,'landing-page','landing-page',0);
/*!40000 ALTER TABLE `mtgjterms` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjterms` with 6 row(s)
--

--
-- Table structure for table `mtgjprli_links`
--

DROP TABLE IF EXISTS `mtgjprli_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mtgjprli_links` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nofollow` tinyint(1) DEFAULT 0,
  `sponsored` tinyint(1) DEFAULT 0,
  `track_me` tinyint(1) DEFAULT 1,
  `param_forwarding` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `param_struct` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `redirect_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '307',
  `link_status` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT 'enabled',
  `created_at` datetime NOT NULL,
  `updated_at` datetime DEFAULT NULL,
  `group_id` int(11) DEFAULT NULL,
  `link_cpt_id` int(11) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `link_cpt_id` (`link_cpt_id`),
  KEY `group_id` (`group_id`),
  KEY `link_status` (`link_status`),
  KEY `nofollow` (`nofollow`),
  KEY `sponsored` (`sponsored`),
  KEY `track_me` (`track_me`),
  KEY `param_forwarding` (`param_forwarding`(191)),
  KEY `redirect_type` (`redirect_type`(191)),
  KEY `slug` (`slug`(191)),
  KEY `created_at` (`created_at`),
  KEY `updated_at` (`updated_at`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mtgjprli_links`
--

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

-- Dumped table `mtgjprli_links` with 0 row(s)
--

--
-- Table structure for table `mtgjwfknownfilelist`
--

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

--
-- Dumping data for table `mtgjwfknownfilelist`
--

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

-- Dumped table `mtgjwfknownfilelist` with 0 row(s)
--

--
-- Table structure for table `mtgjwflogins`
--

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

--
-- Dumping data for table `mtgjwflogins`
--

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

-- Dumped table `mtgjwflogins` with 0 row(s)
--

--
-- Table structure for table `mtgjwfsnipcache`
--

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

--
-- Dumping data for table `mtgjwfsnipcache`
--

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

-- Dumped table `mtgjwfsnipcache` with 0 row(s)
--

--
-- Table structure for table `mtgjwfissues`
--

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

--
-- Dumping data for table `mtgjwfissues`
--

LOCK TABLES `mtgjwfissues` WRITE;
/*!40000 ALTER TABLE `mtgjwfissues` DISABLE KEYS */;
INSERT INTO `mtgjwfissues` VALUES (5,1663487114,1663487114,'new','wfPluginUpgrade',50,'ea3809502ac6729c7f32407b271143c0','ea3809502ac6729c7f32407b271143c0','The Plugin \"Elementor\" needs an upgrade (3.7.4 -> 3.7.6).','You need to upgrade \"Elementor\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:22:\"Elementor tested up to\";s:0:\"\";s:4:\"Name\";s:9:\"Elementor\";s:9:\"PluginURI\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\";s:7:\"Version\";s:5:\"3.7.4\";s:11:\"Description\";s:288:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now! <cite>By <a href=\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash\">Elementor.com</a>.</cite>\";s:6:\"Author\";s:125:\"<a href=\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash\">Elementor.com</a>\";s:9:\"AuthorURI\";s:97:\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=author-uri&#038;utm_medium=wp-dash\";s:10:\"TextDomain\";s:9:\"elementor\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:121:\"<a href=\"https://elementor.com/?utm_source=wp-plugins&#038;utm_campaign=plugin-uri&#038;utm_medium=wp-dash\">Elementor</a>\";s:10:\"AuthorName\";s:13:\"Elementor.com\";s:10:\"pluginFile\";s:73:\"/home/miche236/angelapayne.com/wp-content/plugins/elementor/elementor.php\";s:10:\"newVersion\";s:5:\"3.7.6\";s:4:\"slug\";s:9:\"elementor\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/elementor\";s:10:\"vulnerable\";b:0;}'),(6,1663487114,1663487114,'new','wfPluginUpgrade',50,'4fbdff0f6a3bf74e00dc999ea62c216d','4fbdff0f6a3bf74e00dc999ea62c216d','The Plugin \"Loginizer\" needs an upgrade (1.7.3 -> 1.7.4).','You need to upgrade \"Loginizer\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:22:\"Elementor tested up to\";s:0:\"\";s:4:\"Name\";s:9:\"Loginizer\";s:9:\"PluginURI\";s:47:\"https://wordpress.org/extend/plugins/loginizer/\";s:7:\"Version\";s:5:\"1.7.3\";s:11:\"Description\";s:281:\"Loginizer is a WordPress plugin which helps you fight against bruteforce attack by blocking login for the IP after it reaches maximum retries allowed. You can blacklist or whitelist IPs for login using Loginizer. <cite>By <a href=\"https://www.loginizer.com\">Softaculous</a>.</cite>\";s:6:\"Author\";s:51:\"<a href=\"https://www.loginizer.com\">Softaculous</a>\";s:9:\"AuthorURI\";s:25:\"https://www.loginizer.com\";s:10:\"TextDomain\";s:9:\"loginizer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:71:\"<a href=\"https://wordpress.org/extend/plugins/loginizer/\">Loginizer</a>\";s:10:\"AuthorName\";s:11:\"Softaculous\";s:10:\"pluginFile\";s:73:\"/home/miche236/angelapayne.com/wp-content/plugins/loginizer/loginizer.php\";s:10:\"newVersion\";s:5:\"1.7.4\";s:4:\"slug\";s:9:\"loginizer\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/loginizer\";s:10:\"vulnerable\";b:0;}');
/*!40000 ALTER TABLE `mtgjwfissues` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfissues` with 2 row(s)
--

--
-- Table structure for table `mtgjwfblockediplog`
--

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

--
-- Dumping data for table `mtgjwfblockediplog`
--

LOCK TABLES `mtgjwfblockediplog` WRITE;
/*!40000 ALTER TABLE `mtgjwfblockediplog` DISABLE KEYS */;
INSERT INTO `mtgjwfblockediplog` VALUES (0x00000000000000000000FFFF9D5AA39D,'DE',43,19253,'waf'),(0x00000000000000000000FFFFA7EB3D76,'DE',44,19253,'waf'),(0x00000000000000000000FFFFA237BA5C,'DE',43,19253,'waf');
/*!40000 ALTER TABLE `mtgjwfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfblockediplog` with 3 row(s)
--

--
-- Table structure for table `mtgjtermmeta`
--

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

--
-- Dumping data for table `mtgjtermmeta`
--

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

-- Dumped table `mtgjtermmeta` with 0 row(s)
--

--
-- Table structure for table `mtgje_events`
--

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

--
-- Dumping data for table `mtgje_events`
--

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

-- Dumped table `mtgje_events` with 0 row(s)
--

--
-- Table structure for table `mtgjwffilechanges`
--

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

--
-- Dumping data for table `mtgjwffilechanges`
--

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

-- Dumped table `mtgjwffilechanges` with 0 row(s)
--

--
-- Table structure for table `mtgjprli_link_metas`
--

DROP TABLE IF EXISTS `mtgjprli_link_metas`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mtgjprli_link_metas` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_order` int(4) DEFAULT 0,
  `link_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `link_id` (`link_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mtgjprli_link_metas`
--

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

-- Dumped table `mtgjprli_link_metas` with 0 row(s)
--

--
-- Table structure for table `mtgjlinks`
--

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

--
-- Dumping data for table `mtgjlinks`
--

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

-- Dumped table `mtgjlinks` with 0 row(s)
--

--
-- Table structure for table `mtgjterm_taxonomy`
--

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

--
-- Dumping data for table `mtgjterm_taxonomy`
--

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

-- Dumped table `mtgjterm_taxonomy` with 6 row(s)
--

--
-- Table structure for table `mtgjoptions`
--

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

--
-- Dumping data for table `mtgjoptions`
--

LOCK TABLES `mtgjoptions` WRITE;
/*!40000 ALTER TABLE `mtgjoptions` DISABLE KEYS */;
INSERT INTO `mtgjoptions` VALUES (1,'siteurl','https://angelapayne.com','yes'),(2,'home','https://angelapayne.com','yes'),(3,'blogname','Angela Payne','yes'),(4,'blogdescription','Helping you create wealth and optimise your health','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','angela@angelapayne.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','5','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:110:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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: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'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:29:\"antispam-bee/antispam_bee.php\";i:1;s:33:\"aweber-web-form-widget/aweber.php\";i:2;s:35:\"boldgrid-backup/boldgrid-backup.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:23:\"loginizer/loginizer.php\";i:6;s:29:\"nginx-helper/nginx-helper.php\";i:7;s:27:\"pretty-link/pretty-link.php\";i:8;s:23:\"wordfence/wordfence.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','1','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:64:\"/home/miche236/angelapayne.com/wp-content/themes/astra/style.css\";i:1;s:0:\"\";}','no'),(40,'template','astra','yes'),(41,'stylesheet','astra','yes'),(42,'comment_registration','','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:3:{s:23:\"loginizer/loginizer.php\";s:22:\"loginizer_deactivation\";s:29:\"antispam-bee/antispam_bee.php\";a:2:{i:0;s:12:\"Antispam_Bee\";i:1;s:9:\"uninstall\";}s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','Europe/London','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','7','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1660377863','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','51917','yes'),(100,'mtgjuser_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:5;a:1:{s:7:\"content\";s:193:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading -->\n<h2 id=\"archives\">Archives</h2>\n<!-- /wp:heading -->\n\n<!-- wp:archives {\"displayAsDropdown\":true} /--></div>\n<!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:199:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading -->\n<h2 id=\"categories\">Categories</h2>\n<!-- /wp:heading -->\n\n<!-- wp:categories {\"displayAsDropdown\":true} /--></div>\n<!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;i:3;a:1:{s:7:\"content\";s:178:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading -->\n<h2 id=\"recent-posts\">Recent Posts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:latest-posts /--></div>\n<!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:254:\"<!-- wp:group -->\n<div class=\"wp-block-group\"><!-- wp:heading -->\n<h2 id=\"recent-comments\">Recent Comments</h2>\n<!-- /wp:heading -->\n\n<!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div>\n<!-- /wp:group -->\";}}','yes'),(732,'_elementor_settings_update_time','1644870285','yes'),(733,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(103,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-5\";i:2;s:7:\"block-6\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:20:{i:1663492668;a:1:{s:33:\"prli_cleanup_visitor_locks_worker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:35:\"prli_cleanup_visitor_locks_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1663493911;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1663495464;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:1663495604;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1663496597;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1663496599;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:1663509789;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1663514143;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1663530321;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1663531463;a:4:{s:18:\"wp_https_detection\";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_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1663539600;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"59b86041900a6f42c88061f846d15220\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1663539600;}}}}i:1663573096;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1663573111;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1663574663;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:1663574674;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1663661063;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1663798800;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"ddc75a9c8f5b77d89e437aaefee1e816\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1663798800;}}}}i:1664058000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"77f8efe32be0bcca044c633bf08f1df8\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1664058000;}}}}i:1664204400;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1644855594;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(120,'loginizer_version','1.7.3','yes'),(121,'loginizer_options','a:0:{}','yes'),(122,'loginizer_last_reset','1663486698','yes'),(123,'loginizer_whitelist','a:0:{}','yes'),(124,'loginizer_blacklist','a:0:{}','yes'),(125,'loginizer_2fa_whitelist','a:0:{}','yes'),(126,'loginizer_ins_time','1644825864','yes'),(127,'loginizer_promo_time','1644825864','yes'),(137,'rt_wp_nginx_helper_options','a:18:{s:9:\"log_level\";s:4:\"INFO\";s:12:\"log_filesize\";i:5;s:12:\"enable_purge\";i:1;s:10:\"enable_map\";i:0;s:10:\"enable_log\";i:0;s:12:\"enable_stamp\";i:0;s:21:\"purge_homepage_on_new\";i:1;s:22:\"purge_homepage_on_edit\";i:1;s:21:\"purge_homepage_on_del\";i:1;s:20:\"purge_archive_on_new\";i:1;s:21:\"purge_archive_on_edit\";i:1;s:20:\"purge_archive_on_del\";i:1;s:28:\"purge_archive_on_new_comment\";i:0;s:32:\"purge_archive_on_deleted_comment\";i:0;s:17:\"purge_page_on_mod\";i:1;s:25:\"purge_page_on_new_comment\";i:1;s:29:\"purge_page_on_deleted_comment\";i:1;s:12:\"purge_method\";s:11:\"get_request\";}','yes'),(129,'https_detection_errors','a:0:{}','yes'),(735,'elementor_disable_typography_schemes','','yes'),(584,'boldgrid_backup_in_progress_data','a:7:{s:6:\"status\";s:22:\"Backing up database...\";s:12:\"log_filename\";s:22:\"archive-1663492138.log\";s:3:\"pid\";i:415463;s:10:\"start_time\";i:1663492138;s:7:\"trigger\";s:33:\"AngelGod (angela@angelapayne.com)\";s:6:\"tables\";a:39:{i:0;s:15:\"mtgjcommentmeta\";i:1;s:12:\"mtgjcomments\";i:2;s:12:\"mtgje_events\";i:3;s:9:\"mtgjlinks\";i:4;s:18:\"mtgjloginizer_logs\";i:5;s:11:\"mtgjoptions\";i:6;s:12:\"mtgjpostmeta\";i:7;s:9:\"mtgjposts\";i:8;s:15:\"mtgjprli_clicks\";i:9;s:19:\"mtgjprli_link_metas\";i:10;s:14:\"mtgjprli_links\";i:11;s:22:\"mtgjterm_relationships\";i:12;s:17:\"mtgjterm_taxonomy\";i:13;s:12:\"mtgjtermmeta\";i:14;s:9:\"mtgjterms\";i:15;s:12:\"mtgjusermeta\";i:16;s:9:\"mtgjusers\";i:17;s:18:\"mtgjwfblockediplog\";i:18;s:13:\"mtgjwfblocks7\";i:19;s:12:\"mtgjwfconfig\";i:20;s:14:\"mtgjwfcrawlers\";i:21;s:17:\"mtgjwffilechanges\";i:22;s:14:\"mtgjwffilemods\";i:23;s:10:\"mtgjwfhits\";i:24;s:12:\"mtgjwfhoover\";i:25;s:12:\"mtgjwfissues\";i:26;s:19:\"mtgjwfknownfilelist\";i:27;s:22:\"mtgjwflivetraffichuman\";i:28;s:10:\"mtgjwflocs\";i:29;s:12:\"mtgjwflogins\";i:30;s:20:\"mtgjwfls_2fa_secrets\";i:31;s:17:\"mtgjwfls_settings\";i:32;s:19:\"mtgjwfnotifications\";i:33;s:19:\"mtgjwfpendingissues\";i:34;s:18:\"mtgjwfreversecache\";i:35;s:15:\"mtgjwfsnipcache\";i:36;s:12:\"mtgjwfstatus\";i:37;s:18:\"mtgjwftrafficrates\";i:38;s:16:\"mtgjwpforms_lite\";}s:4:\"step\";i:1;}','yes'),(578,'wordfence_ls_version','1.0.10','yes'),(139,'jetpack_connection_active_plugins','a:1:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}}','yes'),(143,'_transient_jetpack_autoloader_plugin_paths','a:0:{}','yes'),(144,'boldgrid_settings','a:2:{s:7:\"library\";a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";s:8:\"2.13.3.0\";}s:15:\"plugins_checked\";a:2:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:2:{s:7:\"1.14.13\";i:1644834197;s:6:\"1.15.2\";i:1663489879;}s:51:\"boldgrid-backup-premium/boldgrid-backup-premium.php\";a:1:{s:5:\"1.5.9\";i:1644834197;}}}','yes'),(145,'boldgrid_backup_id','aff38958','no'),(146,'boldgrid_backup_settings','a:15:{s:8:\"schedule\";a:10:{s:10:\"dow_sunday\";i:0;s:10:\"dow_monday\";i:0;s:11:\"dow_tuesday\";i:0;s:13:\"dow_wednesday\";i:0;s:12:\"dow_thursday\";i:0;s:10:\"dow_friday\";i:0;s:12:\"dow_saturday\";i:0;s:5:\"tod_h\";i:1;s:5:\"tod_m\";i:35;s:5:\"tod_a\";s:2:\"AM\";}s:15:\"retention_count\";i:5;s:18:\"notification_email\";s:22:\"angela@angelapayne.com\";s:13:\"notifications\";a:3:{s:6:\"backup\";i:1;s:7:\"restore\";i:1;s:10:\"site_check\";b:1;}s:11:\"auto_backup\";i:1;s:13:\"auto_rollback\";i:1;s:6:\"remote\";a:1:{s:5:\"local\";a:1:{s:7:\"enabled\";b:1;}}s:14:\"exclude_tables\";a:0:{}s:24:\"folder_exclusion_include\";s:18:\"WPCORE,/wp-content\";s:24:\"folder_exclusion_exclude\";s:17:\".git,node_modules\";s:10:\"site_check\";a:4:{s:7:\"enabled\";b:1;s:6:\"logger\";b:1;s:13:\"auto_recovery\";b:0;s:8:\"interval\";i:15;}s:10:\"encrypt_db\";b:0;s:11:\"auto_update\";a:3:{s:4:\"days\";i:0;s:7:\"plugins\";a:1:{s:7:\"default\";s:1:\"0\";}s:6:\"themes\";a:1:{s:7:\"default\";s:1:\"0\";}}s:16:\"backup_directory\";s:30:\"/home/miche236/boldgrid_backup\";s:11:\"cron_secret\";s:64:\"7c8296e1edd8f176d928cc5aeeb3094b9d3a98c0828f50bcf007fbcaade72cc7\";}','no'),(2309,'_transient_timeout_boldgrid_backup_system_zip_test','1663573095','no'),(2310,'_transient_boldgrid_backup_system_zip_test','1','no'),(2311,'_transient_timeout_boldgrid_backup_is_functional','1663573105','no'),(153,'boldgrid_backup_environment','a:3:{s:8:\"hostname\";s:28:\"ecngx290.inmotionhosting.com\";s:10:\"phpversion\";s:6:\"7.4.30\";s:9:\"wpversion\";s:5:\"6.0.2\";}','yes'),(203,'WPLANG','en_GB','yes'),(204,'new_admin_email','angela@angelapayne.com','yes'),(2376,'_site_transient_timeout_theme_roots','1663490460','no'),(2377,'_site_transient_theme_roots','a:2:{s:5:\"astra\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";}','no'),(2328,'_transient_timeout_prli_cleanup_visitor_locks','1663573310','no'),(2329,'_transient_prli_cleanup_visitor_locks','1','no'),(240,'wordfence_version','7.6.1','yes'),(241,'wordfence_case','1','yes'),(242,'wordfence_installed','1','yes'),(161,'do_activate','0','yes'),(239,'wfls_last_role_change','1656003994','no'),(190,'finished_updating_comment_type','1','yes'),(2348,'user_count','1','no'),(2349,'db_upgraded','','yes'),(2350,'_site_transient_timeout_browser_62b8375b96802a507c530e072363d022','1664091909','no'),(2351,'_site_transient_browser_62b8375b96802a507c530e072363d022','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(2360,'_site_transient_timeout_wp_remote_block_patterns_f6dc4a7e2514558d652dafc962ed529c','1663490786','no'),(2361,'_site_transient_wp_remote_block_patterns_f6dc4a7e2514558d652dafc962ed529c','a:22:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:1492;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4232:\"\n<div class=\"wp-elements-8 wp-container-7 wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/04–09/09/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-3 wp-block-columns alignwide\">\n<div class=\"wp-container-1 wp-block-column\" style=\"flex-basis:25%\"></div>\n<style>.wp-container-1 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-1 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-1 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-1 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-1 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-2 wp-block-column\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-2 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-2 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-3 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-3 > * { margin: 0; }</style>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-6 wp-block-columns alignwide\">\n<div class=\"wp-container-4 wp-block-column\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n<style>.wp-container-4 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-4 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-4 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-4 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-4 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-5 wp-block-column\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n<style>.wp-container-5 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-5 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-5 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-5 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-5 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-6 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-6 > * { margin: 0; }</style>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-7 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-7 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-7 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-7 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-7 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-8 a{color: var(--wp--preset--color--black);}</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2623:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/04–09/09/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:1500;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3226:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-container-13 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"wp-container-9 wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Market Street, London, UK</p>\n</div>\n<style>.wp-container-9 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-9 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-9 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-9 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-9 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-10 wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>24 October 2021</p>\n</div>\n<style>.wp-container-10 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-10 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-10 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-10 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-10 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-12 wp-block-column is-vertically-aligned-center\">\n<div class=\"wp-container-11 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n<style>.wp-container-11 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-11 > * { margin: 0; }</style></div>\n<style>.wp-container-12 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-12 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-12 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-12 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-12 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-13 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-13 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1627:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Market Street, London, UK</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>24 October 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:1512;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:510:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning, and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:622:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning, and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:1299;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Image on solid colour with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3337:\"\n<div class=\"wp-container-18 wp-block-columns alignfull\">\n<div class=\"wp-container-14 wp-block-column\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n<style>.wp-container-14 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-14 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-14 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-14 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-14 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-17 wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-container-16 wp-block-columns\">\n<div class=\"wp-container-15 wp-block-column\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Aeroplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an aeroplane, but also the cloud like floating quality you feel when you’re in one.</p>\n</div>\n<style>.wp-container-15 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-15 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-15 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-15 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-15 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-16 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-16 > * { margin: 0; }</style></div>\n<style>.wp-container-17 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-17 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-17 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-17 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-17 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-18 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-18 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:39:\"Image on solid colour with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1829:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Aeroplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an aeroplane, but also the cloud like floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:1511;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2186:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-container-21 wp-block-columns alignwide\">\n<div class=\"wp-container-19 wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life, and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-19 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-19 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-19 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-19 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-19 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-20 wp-block-column\"></div>\n<style>.wp-container-20 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-20 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-20 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-20 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-20 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-21 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-21 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1611:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life, and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:1388;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing Table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:5251:\"\n<div class=\"wp-container-31 wp-block-columns alignwide\">\n<div class=\"wp-elements-24 wp-container-23 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-22 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">£110/year</a></div>\n</div>\n<style>.wp-container-22 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-22 > * { margin: 0; }</style></div>\n<style>.wp-container-23 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-23 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-23 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-23 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-23 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-24 a{color: #000000;}</style>\n\n\n<div class=\"wp-elements-27 wp-container-26 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-25 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">£200/year</a></div>\n</div>\n<style>.wp-container-25 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-25 > * { margin: 0; }</style></div>\n<style>.wp-container-26 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-26 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-26 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-26 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-26 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-27 a{color: #000000;}</style>\n\n\n<div class=\"wp-elements-30 wp-container-29 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-28 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">£400/year</a></div>\n</div>\n<style>.wp-container-28 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-28 > * { margin: 0; }</style></div>\n<style>.wp-container-29 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-29 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-29 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-29 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-29 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-30 a{color: #000000;}</style></div>\n<style>.wp-container-31 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-31 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:5337:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">£110/year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">£200/year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">£400/year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:10504;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple Call To Action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1477:\"\n<div class=\"wp-container-33 wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-container-32 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact Us</a></div>\n</div>\n<style>.wp-container-32 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-32 > * { margin: 0; }</style>\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-33 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-33 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-33 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-33 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-33 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"A container with a white background. Inside is a centred paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact Us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:1507;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2437:\"\n<div class=\"wp-container-37 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-container-34 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-34 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-34 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-34 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-34 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-34 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-35 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-35 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-35 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-35 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-35 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-35 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-36 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices, and discounts.</p>\n</div>\n<style>.wp-container-36 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-36 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-36 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-36 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-36 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-37 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-37 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1498:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices, and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2159:\"\n<div class=\"wp-elements-41 wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-elements-40 wp-container-39 wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"wp-elements-38 has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<style>.wp-elements-38 a{color: #fffdc7;}</style></div>\n<style>.wp-container-39 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-39 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-39 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-39 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-39 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-40 a{color: #fffdc7;}</style></div></div>\n<style>.wp-elements-41 a{color: #fffdc7;}</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"header\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1592:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"background-color:#121c1c;color:#fffdc7;grid-template-columns:auto 60%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:566;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Event announcement and details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4269:\"\n<div class=\"wp-elements-49 wp-container-48 wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n\n\n\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-44 wp-block-columns alignwide\">\n<div class=\"wp-container-42 wp-block-column\" style=\"flex-basis:25%\"></div>\n<style>.wp-container-42 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-42 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-42 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-42 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-42 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-43 wp-block-column\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n<style>.wp-container-43 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-43 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-43 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-43 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-43 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-44 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-44 > * { margin: 0; }</style>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-47 wp-block-columns alignwide\">\n<div class=\"wp-container-45 wp-block-column\">\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n</div>\n<style>.wp-container-45 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-45 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-45 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-45 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-45 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-46 wp-block-column\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n</div>\n<style>.wp-container-46 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-46 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-46 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-46 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-46 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-47 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-47 > * { margin: 0; }</style>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-48 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-48 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-48 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-48 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-48 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-49 a{color: var(--wp--preset--color--black);}</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2622:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">HÉLÈNE DUMAS<br><em>FRAGMENTS</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>SOUTH LONDON ART GALLERY</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">MORE INFO AT: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">TICKETS</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3229:\"\n<figure class=\"wp-block-image alignwide size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-container-54 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"wp-container-50 wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n<style>.wp-container-50 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-50 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-50 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-50 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-50 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-51 wp-block-column is-vertically-aligned-center\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n<style>.wp-container-51 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-51 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-51 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-51 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-51 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-53 wp-block-column is-vertically-aligned-center\">\n<div class=\"wp-container-52 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n</div>\n<style>.wp-container-52 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-52 > * { margin: 0; }</style></div>\n<style>.wp-container-53 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-53 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-53 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-53 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-53 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-54 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-54 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1624:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"background-color:#262626;color:#efefef\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3161:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-container-55 wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O&#8217;Neal</p>\n</div>\n<style>.wp-container-55 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-55 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-55 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-55 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-55 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-container-56 wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n<style>.wp-container-56 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-56 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-56 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-56 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-56 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3334:\"\n<div class=\"wp-container-61 wp-block-columns alignfull\">\n<div class=\"wp-container-57 wp-block-column\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img decoding=\"async\" loading=\"lazy\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n<style>.wp-container-57 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-57 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-57 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-57 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-57 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-60 wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-container-59 wp-block-columns\">\n<div class=\"wp-container-58 wp-block-column\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n<style>.wp-container-58 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-58 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-58 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-58 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-58 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-59 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-59 > * { margin: 0; }</style></div>\n<style>.wp-container-60 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-60 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-60 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-60 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-60 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-61 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-61 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4531:\"\n<div class=\"wp-container-66 wp-block-columns\">\n<div class=\"wp-container-62 wp-block-column\" style=\"flex-basis:10%\"></div>\n<style>.wp-container-62 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-62 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-62 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-62 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-62 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-63 wp-block-column\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n<style>.wp-container-63 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-63 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-63 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-63 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-63 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-64 wp-block-column\"></div>\n<style>.wp-container-64 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-64 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-64 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-64 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-64 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-65 wp-block-column\" style=\"flex-basis:10%\"></div>\n<style>.wp-container-65 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-65 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-65 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-65 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-65 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-66 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-66 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-69 wp-block-columns\">\n<div class=\"wp-container-67 wp-block-column\"></div>\n<style>.wp-container-67 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-67 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-67 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-67 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-67 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-68 wp-block-column\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n<style>.wp-container-68 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-68 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-68 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-68 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-68 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-69 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-69 > * { margin: 0; }</style>\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2185:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-container-72 wp-block-columns alignwide\">\n<div class=\"wp-container-70 wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-70 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-70 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-70 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-70 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-70 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-71 wp-block-column\"></div>\n<style>.wp-container-71 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-71 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-71 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-71 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-71 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-72 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-72 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Offset images with descriptions.\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2842:\"\n<div class=\"wp-container-75 wp-block-columns\">\n<div class=\"wp-container-73 wp-block-column\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n</div>\n<style>.wp-container-73 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-73 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-73 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-73 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-73 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-74 wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n<style>.wp-container-74 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-74 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-74 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-74 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-74 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-75 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-75 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:32:\"Offset images with descriptions.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1175:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"\" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>White Irises</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cherry Blossom</strong><br>Ogawa Kazumasa</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"\" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:5254:\"\n<div class=\"wp-container-85 wp-block-columns alignwide\">\n<div class=\"wp-elements-78 wp-container-77 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-76 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n<style>.wp-container-76 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-76 > * { margin: 0; }</style></div>\n<style>.wp-container-77 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-77 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-77 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-77 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-77 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-78 a{color: #000000;}</style>\n\n\n<div class=\"wp-elements-81 wp-container-80 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-79 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n<style>.wp-container-79 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-79 > * { margin: 0; }</style></div>\n<style>.wp-container-80 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-80 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-80 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-80 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-80 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-81 a{color: #000000;}</style>\n\n\n<div class=\"wp-elements-84 wp-container-83 wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n\n\n\n<div class=\"wp-container-82 wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n<style>.wp-container-82 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-82 > * { margin: 0; }</style></div>\n<style>.wp-container-83 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-83 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-83 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-83 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-83 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style><style>.wp-elements-84 a{color: #000000;}</style></div>\n<style>.wp-container-85 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-85 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"buttons\";i:1;s:7:\"columns\";i:2;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:5340:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#ffe97d;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for one adult</li><li>One free ticket per special exhibition</li><li>Two single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#d1d1e1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Four free tickets per special exhibition</li><li>Four single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"background-color:#c0ebf1;color:#000000;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}}} -->\n<h2 id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><li>General admission and member discounts for two adults</li><li>Five free tickets per special exhibition</li><li>Six single-use guest passes per year</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1477:\"\n<div class=\"wp-container-87 wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-container-86 wp-block-buttons\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n<style>.wp-container-86 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-86 > * { margin: 0; }</style>\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-87 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-87 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-87 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-87 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-87 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:0:{}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2435:\"\n<div class=\"wp-container-91 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-container-88 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-88 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-88 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-88 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-88 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-88 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-89 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-89 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-89 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-89 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-89 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-89 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-90 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n<style>.wp-container-90 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-90 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-90 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-90 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-90 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-91 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-91 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6566:\"\n<div class=\"wp-container-101 wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-container-93 wp-block-columns alignwide\">\n<div class=\"wp-container-92 wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-92 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-92 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-92 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-92 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-92 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-93 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-93 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-97 wp-block-columns alignwide\">\n<div class=\"wp-container-94 wp-block-column\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n<style>.wp-container-94 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-94 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-94 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-94 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-94 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-95 wp-block-column\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n<style>.wp-container-95 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-95 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-95 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-95 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-95 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-96 wp-block-column\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n<style>.wp-container-96 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-96 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-96 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-96 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-96 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-97 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-97 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-100 wp-block-columns alignwide\">\n<div class=\"wp-container-98 wp-block-column\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n<style>.wp-container-98 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-98 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-98 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-98 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-98 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-99 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n<style>.wp-container-99 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-99 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-99 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-99 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-99 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-100 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-100 > * { margin: 0; }</style></div>\n<style>.wp-container-101 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-101 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-101 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-101 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-101 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}}','no'),(2397,'_transient_is_multi_author','0','yes'),(245,'wordfenceActivated','1','yes'),(246,'wf_plugin_act_error','','yes'),(2404,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.0.2.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.0.2.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.2\";s:7:\"version\";s:5:\"6.0.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1663491084;s:15:\"version_checked\";s:5:\"6.0.2\";s:12:\"translations\";a:0:{}}','no'),(1235,'boldgrid_backup_last_backup','1645179320','no'),(1236,'boldgrid_backup_latest_backup','a:34:{s:4:\"mode\";s:6:\"backup\";s:6:\"dryrun\";b:0;s:10:\"compressor\";s:7:\"php_zip\";s:8:\"filesize\";i:38856512;s:4:\"save\";b:1;s:10:\"total_size\";i:136315132;s:14:\"folder_include\";s:18:\"WPCORE,/wp-content\";s:14:\"folder_exclude\";s:17:\".git,node_modules\";s:13:\"table_exclude\";a:0:{}s:5:\"title\";N;s:11:\"description\";N;s:7:\"ABSPATH\";s:31:\"/home/miche236/angelapayne.com/\";s:9:\"backup_id\";s:8:\"aff38958\";s:7:\"siteurl\";s:22:\"http://angelapayne.com\";s:9:\"timestamp\";i:1645179278;s:17:\"gateway_interface\";s:7:\"CGI/1.1\";s:9:\"http_host\";s:15:\"angelapayne.com\";s:13:\"php_sapi_name\";s:8:\"fpm-fcgi\";s:9:\"php_uname\";s:112:\"Linux ecngx290.inmotionhosting.com 3.10.0-962.3.2.lve1.5.64.el7.x86_64 #1 SMP Wed Dec 8 10:23:00 UTC 2021 x86_64\";s:11:\"php_version\";s:6:\"7.4.27\";s:11:\"server_addr\";s:15:\"199.250.205.212\";s:11:\"server_name\";s:15:\"angelapayne.com\";s:15:\"server_protocol\";s:8:\"HTTP/1.0\";s:15:\"server_software\";s:6:\"Apache\";s:3:\"uid\";i:2102;s:8:\"username\";s:8:\"miche236\";s:10:\"encrypt_db\";b:0;s:7:\"trigger\";s:11:\"Auto update\";s:8:\"filepath\";s:91:\"/home/miche236/boldgrid_backup/boldgrid-backup-angelapayne.com-aff38958-20220218-101439.zip\";s:11:\"lastmodunix\";i:1645179319;s:8:\"duration\";s:5:\"41.31\";s:11:\"db_duration\";s:4:\"0.43\";s:11:\"db_filename\";s:35:\"miche236_mtj792.20220218-101438.sql\";s:12:\"mail_success\";b:1;}','yes'),(1237,'bglib_activity','a:1:{s:15:\"boldgrid-backup\";a:1:{s:18:\"any_backup_created\";i:1;}}','yes'),(1354,'prli_options','a:25:{s:16:\"prli_exclude_ips\";s:0:\"\";s:13:\"whitelist_ips\";s:0:\"\";s:13:\"filter_robots\";i:0;s:17:\"extended_tracking\";s:6:\"normal\";s:19:\"prettybar_image_url\";s:83:\"https://angelapayne.com/wp-content/plugins/pretty-link/images/pretty-link-48x48.png\";s:30:\"prettybar_background_image_url\";s:80:\"https://angelapayne.com/wp-content/plugins/pretty-link/images/bar_background.png\";s:15:\"prettybar_color\";s:0:\"\";s:20:\"prettybar_text_color\";s:6:\"000000\";s:20:\"prettybar_link_color\";s:6:\"0000ee\";s:21:\"prettybar_hover_color\";s:6:\"ababab\";s:23:\"prettybar_visited_color\";s:6:\"551a8b\";s:20:\"prettybar_show_title\";s:1:\"1\";s:26:\"prettybar_show_description\";s:1:\"1\";s:26:\"prettybar_show_share_links\";s:1:\"1\";s:30:\"prettybar_show_target_url_link\";s:1:\"1\";s:21:\"prettybar_title_limit\";s:2:\"25\";s:20:\"prettybar_desc_limit\";s:2:\"30\";s:20:\"prettybar_link_limit\";s:2:\"30\";s:18:\"link_redirect_type\";s:3:\"307\";s:11:\"link_prefix\";i:0;s:16:\"auto_trim_clicks\";i:0;s:13:\"link_track_me\";s:1:\"1\";s:13:\"link_nofollow\";s:1:\"1\";s:14:\"link_sponsored\";i:0;s:16:\"bookmarklet_auth\";s:32:\"796c976de2bf6b777eb2f98745cbc558\";}','yes'),(1355,'prli_db_version','23','yes'),(2449,'_transient_timeout_global_styles_svg_filters_astra','1663490789','no'),(2450,'_transient_global_styles_svg_filters_astra','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(1976,'wordfence_syncAttackDataAttempts','0','no'),(1668,'elementor_log','a:5:{s:32:\"f331463597e2a977fe1b834a3d191900\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-03-01 02:02:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.5\";s:2:\"to\";s:5:\"3.5.6\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-03-01 02:02:12\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.5\";s:2:\"to\";s:5:\"3.5.6\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"cc3f44c6c56c481abe872e6c948e87fe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-09-18 08:44:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-09-18 08:44:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"493d8a8a588987eefe24e777663152da\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-09-18 08:44:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-09-18 08:44:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"b4ed9c2456acea826ff00f170e3cc820\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-09-18 08:44:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-09-18 08:44:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"ca0a0b350b01af1f0edb0a8d3e7b0f8b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2022-09-18 08:44:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.5\";s:2:\"to\";s:5:\"3.7.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2022-09-18 08:44:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.5.5\";s:2:\"to\";s:5:\"3.7.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}}','no'),(2321,'_transient_timeout_astra-theme-db-migrated','1663490510','no'),(2322,'_transient_astra-theme-db-migrated','a:2:{i:0;b:0;i:1;b:0;}','no'),(2447,'_transient_timeout_global_styles_astra','1663490789','no'),(2448,'_transient_global_styles_astra','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}body { margin: 0; }body{--wp--style--block-gap: 24px;}.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: var( --wp--style--block-gap ); }.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(2316,'elementor_events_db_version','1.0.0','no'),(2317,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1664091705','no'),(2318,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(2445,'_transient_timeout_astra-theme-cron-test-ok','1663494212','no'),(2446,'_transient_astra-theme-cron-test-ok','1','no'),(2332,'wordfence_syncingAttackData','0','no'),(2334,'auto_updater.lock','1663486914','no'),(2333,'wordfence_lastSyncAttackData','1663486911','no'),(2407,'_site_transient_boldgrid_plugins_filtered','a:1:{s:35:\"boldgrid-backup/boldgrid-backup.php\";a:14:{s:4:\"Name\";s:12:\"Total Upkeep\";s:9:\"PluginURI\";s:41:\"https://www.boldgrid.com/boldgrid-backup/\";s:7:\"Version\";s:6:\"1.15.2\";s:11:\"Description\";s:159:\"Automated backups, remote backup to Amazon S3 and Google Drive, stop website crashes before they happen and more. Total Upkeep is the backup solution you need.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:15:\"boldgrid-backup\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:12:\"Total Upkeep\";s:10:\"AuthorName\";s:8:\"BoldGrid\";}}','no'),(2412,'AWeberWebformPluginAdminOptions','a:4:{s:12:\"consumer_key\";N;s:15:\"consumer_secret\";N;s:10:\"access_key\";N;s:13:\"access_secret\";N;}','yes'),(2413,'AWeberWebformPluginWidgetOptions','a:18:{s:4:\"list\";s:0:\"\";s:7:\"webform\";s:0:\"\";s:12:\"form_snippet\";s:0:\"\";s:28:\"selected_signup_form_list_id\";s:0:\"\";s:29:\"selected_landing_page_list_id\";s:0:\"\";s:32:\"selected_split_test_form_list_id\";s:0:\"\";s:34:\"create_subscriber_comment_checkbox\";s:2:\"ON\";s:39:\"create_subscriber_registration_checkbox\";s:2:\"ON\";s:30:\"aweber_comment_subscriber_text\";s:26:\"Sign up to our newsletter!\";s:31:\"aweber_register_subscriber_text\";s:26:\"Sign up to our newsletter!\";s:33:\"aweber_register_subscriber_listid\";s:7:\"6217432\";s:32:\"aweber_comment_subscriber_listid\";s:7:\"6217432\";s:31:\"aweber_register_subscriber_tags\";s:0:\"\";s:30:\"aweber_comment_subscriber_tags\";s:0:\"\";s:29:\"aweber_add_analytics_checkbox\";s:2:\"ON\";s:20:\"aweber_analytics_src\";s:50:\"//analytics.aweber.com/js/awt_analytics.js?id=yeZk\";s:22:\"create_sub_comment_ids\";a:0:{}s:22:\"aweber_web_push_listid\";s:7:\"6217432\";}','yes'),(2424,'aweber_comment_subscriber_tags','','yes'),(2425,'aweber_register_subscriber_tags','','yes'),(2426,'aweber_option_submitted','FALSE','yes'),(2427,'aweber_oauth_error','','yes'),(2428,'aweber_web_push_listid','6217432','yes'),(2429,'_transient_timeout_settings_errors','1663492107','no'),(2430,'_transient_settings_errors','a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"success\";}}','no'),(2431,'AWeberOauth2TokensOptions','a:6:{s:13:\"refresh_token\";s:32:\"8VkKwlPjL9qKH48O65ltK4GmyS5WtCsF\";s:10:\"token_type\";s:6:\"bearer\";s:12:\"access_token\";s:32:\"N0NcdJGntGgh05Ovs4r4HySJWKUqXjGt\";s:10:\"expires_in\";i:7200;s:9:\"client_id\";s:32:\"eipSRwSn5aZJAZ7aTwOCnsS6IC3JKV7M\";s:10:\"expires_on\";i:1663497183;}','yes'),(2432,'AWeberWebPushNotificationOptions','a:4:{s:12:\"account_uuid\";s:36:\"13549a55-f9b7-475a-9005-1a3aad724122\";s:7:\"list_id\";i:6217432;s:9:\"list_uuid\";s:36:\"243fea9e-4f9a-4073-bc28-a1bd07b83d38\";s:16:\"vapid_public_key\";s:87:\"BE518Y1NGWHbeynqy9K1KoE06EdGKtLBKBzQEZ4D7yUWcMhyi7i9g_Dz3NzUO1tD8t5W07h6tI8LKvnx33Iqu2A\";}','yes'),(2438,'dashboard_widget_options','a:1:{s:23:\"aweber_dashboard_widget\";a:9:{s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;s:4:\"link\";s:28:\"https://www.aweber.com/blog/\";s:3:\"url\";s:32:\"https://www.aweber.com/blog/feed\";s:5:\"title\";s:15:\"AWeber Overview\";s:7:\"version\";s:6:\"v7.3.4\";s:4:\"logo\";s:95:\"https://angelapayne.com/wp-content/plugins/aweber-web-form-widget/php/../AWeber_widget_blue.png\";}}','yes'),(2439,'_transient_timeout_feed_3b2f73e5be7d8e7b6620c0dc7ed3b989','1663533683','no'),(2440,'_transient_feed_3b2f73e5be7d8e7b6620c0dc7ed3b989','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:82:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://blog.aweber.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Actionable Business Growth Tips & Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Sep 2022 04:19:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=6.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://blog.aweber.com/wp-content/uploads/2020/05/aw-favicon-1-215x215.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://blog.aweber.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:20:{i:0;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"How Hunnys.net organized a scavenger hunt around Times Square with AWeber landing pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://blog.aweber.com/success/create-scavenger-hunt.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.aweber.com/success/create-scavenger-hunt.htm#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Sep 2022 04:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"landing pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102725\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15174:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How NFT project Hunnys created a scavenger hunt in Times Square in less than 24 hours with AWeber landing pages\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://twitter.com/cryptostacys\" target=\"_blank\" rel=\"noreferrer noopener\">Stacys</a> is the creator and project lead for the wildly successful <a href=\"https://www.hunnys.net/#about\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">NFT (Non-Fungible Token) project Hunnys</a>. This past June, she and her team were gearing up for their appearance at NFT.NYC, a networking event and trade show dedicated to promoting NFT projects and showcasing creators from around the globe.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Over 15,000 exhibitors and visitors were set to descend on Times Square, and the team was determined to deliver a unique experience for any Hunnys community members in attendance — while also engaging with potential new fans. With the event a mere 24 hours away, they decided on a scavenger hunt. By using AWeber Landing Pages, Hunnys delivered one of the coolest community-based events at the show.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p><strong>“The night before the event, we started brainstorming all of these new ideas for the scavenger hunt that we hadn’t previously planned for. Thanks to AWeber, we were able to go from planning to execution to delivery in a matter of hours.”</strong></p>\n<p><cite><strong>— Rat Benetar, Hunnys.net Community Manager</strong></cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:image {\"id\":102740,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-tweet-with-eggs.png\" alt=\"A tweet announcing the scavenger hunt.\" class=\"wp-image-102740\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>How Hunnys.net Did It</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The first step was building out the event’s main landing page to detail the specifics of the hunt. The team chose their new domain name directly within the landing page editor. Next they connected their Canva account and started creating the framework for the event.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The Hunnys crew then planted 17 plastic eggs around the conference venues and Times Square. Inside of each egg was a QR code. When scanned, the code would link directly to each egg’s specific Prize Page. These pages were also all created within AWeber, each with a custom page path.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102741,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-tweet-announcement.png\" alt=\"A tweet explaining how the scavenger hunt would work. \" class=\"wp-image-102741\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>The prizes ranged from hats and hoodies to one “grand prize” of .5 Ethereum (a type of Crypto currency), so the team also needed a way to securely identify the original winner and deliver the rewards. The solution was to include a button on each landing page that when clicked would share a pre-written tweet. That tweet would identify the winner while also notifying the Hunnys team that an egg had been found.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102744,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/scavenger-hunt-orange-egg.png\" alt=\"One of the hidden eggs in the scavenger hunt. \" class=\"wp-image-102744\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>In the end, all but two eggs were found. So if you\'re heading to Manhattan any time soon, keep your eyes peeled!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Ultimately, the team received plenty of kudos and praise from exhibitors and participants alike.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102743,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/scavenger-hunt-praise-tweet.png\" alt=\"Praise for how well the scavenger hunt came off.\" class=\"wp-image-102743\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102742,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-purple-tweet-lavender.png\" alt=\"What the Hunnys logo looks like\" class=\"wp-image-102742\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>The Hunnys community saw a bump in engagement across <a href=\"https://twitter.com/HunnysNFT\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter</a> and <a href=\"https://discord.gg/hunnys\" target=\"_blank\" rel=\"noreferrer noopener\">Discord</a> as existing members and new fans joined in the fun. Still, the most important takeaway for the Hunnys team?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p><strong>“In a space as crowded &amp; excited as the NFT market, it’s really important to stand out and deliver a unique experience for your audience. Our brand is all about fun, community, and celebrating innovation. We were thrilled we got to deliver an experience that met those values we believe in.”</strong></p>\n<p><cite><strong>— Rat Benetar, Community Manager</strong></cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you’re hunting for a creative way to engage your audience, here’s a step-by-step template detailing exactly how Hunnys used AWeber to stand out in the crowd.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-create-a-scavenger-hunt-or-any-other-event-with-aweber-s-landing-page-builder\">How to create a scavenger hunt (or any other event) with AWeber’s landing page builder&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step 1: Get a domain for your pages</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The Hunnys.net team started by going to the <a href=\"https://www.aweber.com/users/contact/domains_addresses\" target=\"_blank\" rel=\"noreferrer noopener\">domains page</a> in their account. To get there, go to your AWeber dashboard, then click on your company name and address in the lower left-hand corner. This will take you to your “My Account” page. Look for “Domains and Addresses” in the second left column,&nbsp; and click ‘Get one now from Google Domains’.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102738,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-buy-domain-copy-1-1024x830.png\" alt=\"Where to find the landing page domain settings in your AWeber account\" class=\"wp-image-102738\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step 2: Set up their event’s home page in the landing page editor</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Hunnys built the home page of their scavenger hunt site first. With a little help from a landing page template, they had their first page created in a snap.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunny-purple-welcome-lp-1.png\" alt=\"The welcome page for Hunnys digital scavenger hunt.\" class=\"wp-image-102736\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then they changed the path setting for their page so it was the home page (also known as the \"index\" page) for their domain.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image --></p>\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/SSmInEOrhE_wFhztuvomN5jb1jnm_JbD1QngGUMHBFPTcYLF1wtDqi0z5m2n3RRfQsIAaIJ3k3wz_1pOdItQ18W9RYiTuqTRhrh3AYno6U9UsjJ5KBNwYiGOYK5UaaAltwGhdbh-Wza1aDSrc1sPWE-gHw-nFYUvQiYWJ-JIdnkiPVvZ6-IACO9wSw\" alt=\"How Hunnys defined which landing page would be the home page.\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step 3: Set up the rest of the landing pages for the event</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Hunnys used a series of 17 pages, one for each egg. That sounds like a lot of work, but they made it a snap by using the ‘Copy’ function in AWeber’s landing pages.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102735,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-copy-landing-page-final-1024x570.png\" alt=\"How Hunnys saved time copying their landing pages.\" class=\"wp-image-102735\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>They gave each copied landing page a unique URL. Then they decided on a specific prize for each page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s what it looked like after they’d set up all the pages:&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-egg-landing-pages.png\" alt=\"The list of landing pages Hunnys used to create a scavenger hunt\" class=\"wp-image-102734\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>And here\'s what one of the landing pages looked like. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102732,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-purple-prize.png\" alt=\"Hunnys landing page built using AWeber\" class=\"wp-image-102732\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Each page also included a button with a clear call to action that when clicked would ‘Notify the Hunnys Team’ by populating a pre-written tweet for the person which would include that page’s unique code.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102731,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-tweet-found-egg.png\" alt=\"A tweet announcing that someone found an egg - and a special code that identified the winner and which prize they won.\" class=\"wp-image-102731\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Using Canva (which is integrated with AWeber, so you can access your Canva account from within your AWeber account, right from the landing page builder) the Hunnys team was able to generate a series of 17 QR codes, each linking to the 17 unique landing pages they had set up.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Those QR codes were printed and placed into the eggs. Now the team had the eggs ready to hide in Times Square and in the conference event hall.</p>\n<p>After hiding each egg, the team would tweet out a clue to give people a general idea of where to look.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102730,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-hidden-egg-levis.jpg\" alt=\"One of the clues Hunnys gave people so all the eggs would be found.\" class=\"wp-image-102730\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then all they had to do was wait. As people started finding the eggs, one by one, they would scan the QR code in the egg with their phone, and then trigger the tweet that Hunnys had set up, thereby claiming their prize.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102729,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-qr-code.jpg\" alt=\"The printed QR code that Hunnys used to create a scavenger hunt\" class=\"wp-image-102729\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>The result? Hunnys got a ton of visibility and built up an even stronger bond with their tribe. Stacys loved the result, and how easy it was to make the whole thing happen with AWeber: \"Tools like what AWeber provides are invaluable to me as a business owner. Our industry moves fast and when we get a big idea, being able to bring it to life this quickly provides us with a leg-up on the competition.” </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-create-your-own-scavenger-hunt-or-any-other-event-with-aweber-s-landing-pages\">Create your own scavenger hunt — or any other event — with AWeber\'s landing pages</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can borrow this scavenger hunt template for your own event, or use it as inspiration for how to create a website fast. A setup like this could be used for a birthday party, a corporate event, or even for a family retreat. Or you could create a simple website for a walking challenge, a charity, or a bike race. AWeber\'s landing pages can be used for much more than giving away ebooks or thank you pages. </p>\n<p><a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up for your free AWeber account to get started. </a></p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/create-scavenger-hunt.htm\">How Hunnys.net organized a scavenger hunt around Times Square with AWeber landing pages</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Henrich\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14604:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How NFT project Hunnys created a scavenger hunt in Times Square in less than 24 hours with AWeber landing pages\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/09/how-hunnys-net-ran-scavenger-hunt-times-square-with-aweber_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p><a href=\"https://twitter.com/cryptostacys\" target=\"_blank\" rel=\"noreferrer noopener\">Stacys</a> is the creator and project lead for the wildly successful <a href=\"https://www.hunnys.net/#about\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">NFT (Non-Fungible Token) project Hunnys</a>. This past June, she and her team were gearing up for their appearance at NFT.NYC, a networking event and trade show dedicated to promoting NFT projects and showcasing creators from around the globe.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Over 15,000 exhibitors and visitors were set to descend on Times Square, and the team was determined to deliver a unique experience for any Hunnys community members in attendance — while also engaging with potential new fans. With the event a mere 24 hours away, they decided on a scavenger hunt. By using AWeber Landing Pages, Hunnys delivered one of the coolest community-based events at the show.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>“The night before the event, we started brainstorming all of these new ideas for the scavenger hunt that we hadn’t previously planned for. Thanks to AWeber, we were able to go from planning to execution to delivery in a matter of hours.”</strong></p><cite><strong>— Rat Benetar, Hunnys.net Community Manager</strong></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":102740,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-tweet-with-eggs.png\" alt=\"A tweet announcing the scavenger hunt.\" class=\"wp-image-102740\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2><strong>How Hunnys.net Did It</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first step was building out the event’s main landing page to detail the specifics of the hunt. The team chose their new domain name directly within the landing page editor. Next they connected their Canva account and started creating the framework for the event.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The Hunnys crew then planted 17 plastic eggs around the conference venues and Times Square. Inside of each egg was a QR code. When scanned, the code would link directly to each egg’s specific Prize Page. These pages were also all created within AWeber, each with a custom page path.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102741,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-tweet-announcement.png\" alt=\"A tweet explaining how the scavenger hunt would work. \" class=\"wp-image-102741\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The prizes ranged from hats and hoodies to one “grand prize” of .5 Ethereum (a type of Crypto currency), so the team also needed a way to securely identify the original winner and deliver the rewards. The solution was to include a button on each landing page that when clicked would share a pre-written tweet. That tweet would identify the winner while also notifying the Hunnys team that an egg had been found.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102744,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/scavenger-hunt-orange-egg.png\" alt=\"One of the hidden eggs in the scavenger hunt. \" class=\"wp-image-102744\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>In the end, all but two eggs were found. So if you\'re heading to Manhattan any time soon, keep your eyes peeled!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Ultimately, the team received plenty of kudos and praise from exhibitors and participants alike.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102743,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/scavenger-hunt-praise-tweet.png\" alt=\"Praise for how well the scavenger hunt came off.\" class=\"wp-image-102743\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102742,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-purple-tweet-lavender.png\" alt=\"What the Hunnys logo looks like\" class=\"wp-image-102742\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Hunnys community saw a bump in engagement across <a href=\"https://twitter.com/HunnysNFT\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter</a> and <a href=\"https://discord.gg/hunnys\" target=\"_blank\" rel=\"noreferrer noopener\">Discord</a> as existing members and new fans joined in the fun. Still, the most important takeaway for the Hunnys team?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><strong>“In a space as crowded &amp; excited as the NFT market, it’s really important to stand out and deliver a unique experience for your audience. Our brand is all about fun, community, and celebrating innovation. We were thrilled we got to deliver an experience that met those values we believe in.”</strong></p><cite><strong>— Rat Benetar, Community Manager</strong></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>If you’re hunting for a creative way to engage your audience, here’s a step-by-step template detailing exactly how Hunnys used AWeber to stand out in the crowd.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-create-a-scavenger-hunt-or-any-other-event-with-aweber-s-landing-page-builder\">How to create a scavenger hunt (or any other event) with AWeber’s landing page builder&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step 1: Get a domain for your pages</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The Hunnys.net team started by going to the <a href=\"https://www.aweber.com/users/contact/domains_addresses\" target=\"_blank\" rel=\"noreferrer noopener\">domains page</a> in their account. To get there, go to your AWeber dashboard, then click on your company name and address in the lower left-hand corner. This will take you to your “My Account” page. Look for “Domains and Addresses” in the second left column,&nbsp; and click ‘Get one now from Google Domains’.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102738,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-buy-domain-copy-1-1024x830.png\" alt=\"Where to find the landing page domain settings in your AWeber account\" class=\"wp-image-102738\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step 2: Set up their event’s home page in the landing page editor</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hunnys built the home page of their scavenger hunt site first. With a little help from a landing page template, they had their first page created in a snap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunny-purple-welcome-lp-1.png\" alt=\"The welcome page for Hunnys digital scavenger hunt.\" class=\"wp-image-102736\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then they changed the path setting for their page so it was the home page (also known as the \"index\" page) for their domain.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image -->\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/SSmInEOrhE_wFhztuvomN5jb1jnm_JbD1QngGUMHBFPTcYLF1wtDqi0z5m2n3RRfQsIAaIJ3k3wz_1pOdItQ18W9RYiTuqTRhrh3AYno6U9UsjJ5KBNwYiGOYK5UaaAltwGhdbh-Wza1aDSrc1sPWE-gHw-nFYUvQiYWJ-JIdnkiPVvZ6-IACO9wSw\" alt=\"How Hunnys defined which landing page would be the home page.\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step 3: Set up the rest of the landing pages for the event</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hunnys used a series of 17 pages, one for each egg. That sounds like a lot of work, but they made it a snap by using the ‘Copy’ function in AWeber’s landing pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102735,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-copy-landing-page-final-1024x570.png\" alt=\"How Hunnys saved time copying their landing pages.\" class=\"wp-image-102735\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>They gave each copied landing page a unique URL. Then they decided on a specific prize for each page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what it looked like after they’d set up all the pages:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-egg-landing-pages.png\" alt=\"The list of landing pages Hunnys used to create a scavenger hunt\" class=\"wp-image-102734\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And here\'s what one of the landing pages looked like. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102732,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-purple-prize.png\" alt=\"Hunnys landing page built using AWeber\" class=\"wp-image-102732\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Each page also included a button with a clear call to action that when clicked would ‘Notify the Hunnys Team’ by populating a pre-written tweet for the person which would include that page’s unique code.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102731,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-tweet-found-egg.png\" alt=\"A tweet announcing that someone found an egg - and a special code that identified the winner and which prize they won.\" class=\"wp-image-102731\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Using Canva (which is integrated with AWeber, so you can access your Canva account from within your AWeber account, right from the landing page builder) the Hunnys team was able to generate a series of 17 QR codes, each linking to the 17 unique landing pages they had set up.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Those QR codes were printed and placed into the eggs. Now the team had the eggs ready to hide in Times Square and in the conference event hall.<br /><br />After hiding each egg, the team would tweet out a clue to give people a general idea of where to look.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102730,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-hidden-egg-levis.jpg\" alt=\"One of the clues Hunnys gave people so all the eggs would be found.\" class=\"wp-image-102730\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then all they had to do was wait. As people started finding the eggs, one by one, they would scan the QR code in the egg with their phone, and then trigger the tweet that Hunnys had set up, thereby claiming their prize.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102729,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/hunnys-qr-code.jpg\" alt=\"The printed QR code that Hunnys used to create a scavenger hunt\" class=\"wp-image-102729\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The result? Hunnys got a ton of visibility and built up an even stronger bond with their tribe. Stacys loved the result, and how easy it was to make the whole thing happen with AWeber: \"Tools like what AWeber provides are invaluable to me as a business owner. Our industry moves fast and when we get a big idea, being able to bring it to life this quickly provides us with a leg-up on the competition.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-create-your-own-scavenger-hunt-or-any-other-event-with-aweber-s-landing-pages\">Create your own scavenger hunt — or any other event — with AWeber\'s landing pages</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can borrow this scavenger hunt template for your own event, or use it as inspiration for how to create a website fast. A setup like this could be used for a birthday party, a corporate event, or even for a family retreat. Or you could create a simple website for a walking challenge, a charity, or a bike race. AWeber\'s landing pages can be used for much more than giving away ebooks or thank you pages. <br /><br /><a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up for your free AWeber account to get started. </a></p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/create-scavenger-hunt.htm\">How Hunnys.net organized a scavenger hunt around Times Square with AWeber landing pages</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://blog.aweber.com/success/create-scavenger-hunt.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"How 8 Etsy sellers automatically email customers to increase sales using AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://blog.aweber.com/success/etsy-email-automation.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.aweber.com/success/etsy-email-automation.htm#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Sep 2022 16:56:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"email automation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"etsy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102727\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22869:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>So, in order to grow your Etsy store into a full-time business, you need to put new products in front of past buyers. Repeat customers are <strong>five times more likely to buy</strong> than new customers. Plus, they spend ~67% more.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Email marketing is one of the best ways to target existing customers. But, understandably, many Etsy sellers find email on the bottom of their to-do lists. We get it — after creating your product to sell, taking pictures, writing an SEO description, and promoting on social, you\'re out of time and energy.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But email doesn’t have to take any more time. These eight Etsy store owners found a way to reach their existing customers and make more sales — without extra work. Want to know how they did it? They automated their emails.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In AWeber, you can set emails to send immediately after you add a new item to your Etsy store. It takes a few minutes to set up, and once it’s running, you don’t have to lift a finger. And you can start making sales straight away.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-8-etsy-sellers-use-aweber-for-automatic-sales\">How 8 Etsy sellers use AWeber for automatic sales</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Check out the emails these savvy Etsy sellers are already sending.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>1. <a href=\"https://www.etsy.com/shop/CrochetKaylasGifts\" target=\"_blank\" rel=\"noreferrer noopener\">Crochet by Kay</a> sends automatic emails with the newest gifts and crafts she sells. Although her design and introduction are simple (logo, three pleasant introduction sentences, and her newest craft) the Etsy image itself grabs the attention of the reader. In a time when detailed pictures are necessary to make sales, Crochet by Kay leans into what works and doesn\'t distract with extra text.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s what her latest message looks like:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102761,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/crochet-by-kay-681x1024.jpg\" alt=\"Crochet by Kay email including their newest product.\" class=\"wp-image-102761\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2. <a href=\"https://www.etsy.com/shop/StickyKs\" target=\"_blank\" rel=\"noreferrer noopener\">Sticky K’s</a> sends weekly updates on Mondays with her newest stickers and adorable office supplies. Her automatic email notifications send all products she added to Etsy the prior week.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>See how this design mimics a traditional sales email. The logo at the top reinforces her brand, she says hi to her subscribers, and the email lists products with the image on the left and the title, description including price, and date on the right. Any buyer can quickly scan several new options in the store. This design would be great for Etsy sellers who often add new products to their store. (Don\'t forget your social media handles at the bottom.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102762,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/the-sticky-540x1024.jpg\" alt=\"The Sticky\'s email, including the 3 most recent products and social handles.\" class=\"wp-image-102762\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>3. <a href=\"https://www.etsy.com/shop/dj51florida\" target=\"_blank\" rel=\"noreferrer noopener\">Creative Crafthouse</a> sends their Auto Newsletters every time they add new wooden puzzles, games, and brain teasers. They’ve also set up a nice, simple intro for each of their emails and lean in to the image to sell the new product. And that logo of the puzzle? It links directly to their Etsy store.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102763,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/creative-crafthouse-687x1024.jpg\" alt=\"Creative Crafthouse email with their most recent puzzle.\" class=\"wp-image-102763\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>4. <a href=\"https://www.etsy.com/shop/OnlyDollThings\" target=\"_blank\" rel=\"noreferrer noopener\">Only Doll Things</a> promotes new outfits for dolls they create with an automatic email each time they add a new product. Notice that the description starts with the price. If you list prices, you can include the description in your notifications. But if you don\'t, you can easily omit the product description, and add a \"buy now\" button that directs to your store instead.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102764,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/only-doll-things-642x1024.jpg\" alt=\"Only Doll Things email with their newest doll outfit.\" class=\"wp-image-102764\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>5. <a href=\"https://www.etsy.com/shop/tattge\" target=\"_blank\" rel=\"noreferrer noopener\">Tattge</a> has their Auto Newsletter sent daily at 1pm whenever they have new temporary tattoos available, including links to the five most recent tattoos available to buy.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Stores like Tattge are more likely to sell more than one product at a time. That\'s why they\'ve showcased five new products in their daily emails, and even included a link in the intro text directly to their store. Imagine a buyer quickly scanning new products, and feeling inspired to go back to the store and buy other tattoos, too.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102765,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/tattge-362x1024.jpg\" alt=\"Tattge email with 5 new tattoos.\" class=\"wp-image-102765\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>6. <a href=\"https://www.etsy.com/shop/ArtTributeCo\" target=\"_blank\" rel=\"noreferrer noopener\">Art Tribute</a> promotes their newest bags, straps, and dog collars to existing customers with an automatic email.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>They included a horizontal line in their email, which draws the eye down from the header directly to their product. You can make adjustments to the styles and text surrounding the new products. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102766,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/art-tributes-688x1024.jpg\" alt=\"Art Tribute email with their newest product.\" class=\"wp-image-102766\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>7. <a href=\"https://www.etsy.com/shop/AssuredSigns\" target=\"_blank\" rel=\"noreferrer noopener\">Assured Signs</a> emails are automatically sent immediately when they add new signs to their shop — and include the three most recent products.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Look at the professional header added in this email. Even enterprise businesses with huge marketing teams send emails very similar to this one — but they have to build them each time. Skip the time and money and still make more sales in your store.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102767,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/assured-signs-601x1024.jpg\" alt=\"Assured Signs email with their newest 3 products\" class=\"wp-image-102767\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>8. <a href=\"https://www.etsy.com/shop/DWELLhomeshoppe\" target=\"_blank\" rel=\"noreferrer noopener\">DWELL</a> has their email sent out every Thursday, but only if they’ve added home products to their shop in the past week.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Notice the button CTA at the bottom that says \"Click Here to Shop!\" Try out multiple elements in your email to encourage your buyers to navigate back to your Etsy store. This button really catches the eye in a largely light-colored email.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102768,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/dwell-582x1024.jpg\" alt=\"Dwell email with their newest product and a link to shop.\" class=\"wp-image-102768\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>So what do all these Etsy store owners have in common? They let automation do all the work for them.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also have the same success as these eight Etsy owners by setting up your own automated product notifications in AWeber. Check out how easy it is:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-your-own-automated-etsy-notification-emails\">How to set up your own automated Etsy notification emails</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Do you have an Etsy store? You can send automated emails to your customers, too! <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Set up an account for free today</a> and make more sales the next time you publish a new product.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s how to get set up, or watch our how-to video.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-1-connect-your-etsy-account-to-aweber\">Step 1: Connect your Etsy account to AWeber</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The first step in sending emails to your buyers is to add them to your email tool. Using the <a href=\"https://help.aweber.com/hc/en-us/articles/204031456-How-do-I-integrate-Etsy-with-AWeber-\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber Etsy integration</a>, you can do this automatically. And don’t worry — as long as you ask your customers to opt-in to your list, it’s fully within Etsy’s rules to do this.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>1. Sign into your AWeber account and click on “integrations.”&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>2. Search for Etsy and click on the integration card.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>3. Click “connect integration.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>4. Sign into your Etsy account.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>5. Click “Grant access”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>6. Choose the list you want to add Etsy buyers to. We also recommend giving them a tag like “Etsy” or “Customer.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s it! All your new Etsy buyers will be added to your email list. Want to add your previous Etsy buyers to your list? <a href=\"https://www.aweber.com/contact-us.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Contact our support team</a> and we’ll help you add them according to&nbsp; Etsy’s guidelines.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-2-customize-your-confirmation-email\">Step 2: Customize your confirmation email</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>When new customers sign up from Etsy, you must <a href=\"https://blog.aweber.com/learn/how-to-write-confirmation-emails.htm\">send them an email asking them to opt in</a> to your list. In that email, really sell the buyer on why they should be excited to receive your emails.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Update the message by going to “List Options,” “List Settings,” then “Confirmation Message.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102774,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/list-settings-1024x479.jpg\" alt=\"List settings under List Options in AWeber menu. Click Confirmation message under list settings.\" class=\"wp-image-102774\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Need some ideas of what to say? Here’s what Crochet By Kay’s email looks like:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102775,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/crochet-by-kay-confirmation-email-899x1024.jpg\" alt=\"&quot;Hi friend!\nYou\'re receiving this email because you recently purchased something from my shop Crochet By Kay! Thank you so much! If you\'d like to be notified about new updates for my shop including when I add new products, please click the link below!\nI may also send out info about exclusive sales, or other promotions from time to time, so keep an eye out!\n\nConfirm my email\n\nHave a great day!\n\nKayla&quot;\" class=\"wp-image-102775\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also request a new subject line. Crochet by Kay’s custom subject line is “Confirm to be notified by Crochet by Kay.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Most people are used to these emails and will likely opt in if you offer something exciting. But you can also offer a lead magnet to entice them to confirm and purchase more. Your lead magnet could be something as simple as a 10% off coupon for their next purchase.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Need some inspiration? <a href=\"https://blog.aweber.com/email-marketing/22-brilliant-lead-magnets-that-are-growing-email-lists-right-now.htm\">Here are 22 lead magnet ideas you can use.</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-3-set-up-automatic-etsy-product-notification-emails\">Step 3: Set up automatic Etsy product notification emails</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now it’s time to set up the automatic emails that will be sent every time you publish a new product to your Etsy store. This is a complete set-it-and-forget-it automation. Put it together now, and you don’t have to do anything in the future (except maybe check on the emails every few months).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>1. Click “Automations,” “Campaigns,” then “Create Campaign.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102777,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/create-campaign-1024x394.jpg\" alt=\"Campaigns under automations in the AWeber menu. Then click Create Campaign.\" class=\"wp-image-102777\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2. From the options, choose “Blog Newsletter.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102779,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/campaign-options-1024x330.jpg\" alt=\"Under Create campaign, select option Blog Newsletter.\" class=\"wp-image-102779\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>3. Click “Replace Trigger” and set it to trigger on “Tag Applied.” Then, add the tag “Etsy,” or whichever tag you set up in your Etsy integration.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102780,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/replace-tag-1024x137.png\" alt=\"Start campaign: Tag applied. Trigger campaign when these tags are applied: etsy.\" class=\"wp-image-102780\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>4. Click where it says “Check Feed,” and add your Etsy store URL into the Feed URL box. For example, “etsy.com/shop/your_shop_here”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/check-feed-1024x374.jpg\" alt=\"Click on check feed trigger and add your Etsy URL under the &quot;Feed URL&quot; field.\" class=\"wp-image-102781\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Note: Set the frequency to “Hourly” if you want an email to go out right after you add the product to your store. But, you can also send a daily, weekly, or monthly digest with new products, too.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>5. Click on the message and then click it again on the right to edit the email itself.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/edit-message-1024x187.jpg\" alt=\"Click on Send message within check feed, and click on the subject line of the selected message to edit.\" class=\"wp-image-102782\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>6. Update the subject line to something like “Brand new in Etsy - {!date long+0}.” Then, add your logo and update the text to whatever you’d like. Next, click where there’s a placeholder image and add your Etsy URL in the Feed URL section again.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s how Sticky K’s has their email set up:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102783,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/sticky-ks-etsy-url-1024x567.jpg\" alt=\"Sticky K\'s email has a subject line, Logo, Etsy URL, and text that will appear in every email.\" class=\"wp-image-102783\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>7. Preview and test to see what it looks like, then save and exit the email draft and the campaign, using the button in the bottom right corner.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>8. The last — and most important — thing you need to do is activate your campaign so it will actually send. Simply click “Draft” then “Activate Campaign.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102784,\"width\":418,\"height\":310,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/activate-campaign.png\" alt=\"Activate the campaign by clicking Draft, then Activate Campaign.\" class=\"wp-image-102784\" width=\"418\" height=\"310\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s it! AWeber will now send notifications to every customer who signed up for your list or who has made a purchase at your Etsy store.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Want to send these emails to people currently in your list? Simply add the “Etsy” tag to all of them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-sign-up-for-aweber-to-grow-your-etsy-sales\">Sign up for AWeber to grow your Etsy sales</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Get Etsy notifications, landing pages, hundreds of templates, built-in Canva usage, and more with your own AWeber account.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Go ahead, <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=091322-free-signup-etsy-case-study\" target=\"_blank\" rel=\"noreferrer noopener\">sign up for free today</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/etsy-email-automation.htm\">How 8 Etsy sellers automatically email customers to increase sales using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Kelsey Johnson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21891:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/09/how-8-etsy-store-owners-sell-more-with-auto-product-emails-aweber-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>So, in order to grow your Etsy store into a full-time business, you need to put new products in front of past buyers. Repeat customers are <strong>five times more likely to buy</strong> than new customers. Plus, they spend ~67% more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Email marketing is one of the best ways to target existing customers. But, understandably, many Etsy sellers find email on the bottom of their to-do lists. We get it — after creating your product to sell, taking pictures, writing an SEO description, and promoting on social, you\'re out of time and energy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But email doesn’t have to take any more time. These eight Etsy store owners found a way to reach their existing customers and make more sales — without extra work. Want to know how they did it? They automated their emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In AWeber, you can set emails to send immediately after you add a new item to your Etsy store. It takes a few minutes to set up, and once it’s running, you don’t have to lift a finger. And you can start making sales straight away.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-8-etsy-sellers-use-aweber-for-automatic-sales\">How 8 Etsy sellers use AWeber for automatic sales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Check out the emails these savvy Etsy sellers are already sending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. <a href=\"https://www.etsy.com/shop/CrochetKaylasGifts\" target=\"_blank\" rel=\"noreferrer noopener\">Crochet by Kay</a> sends automatic emails with the newest gifts and crafts she sells. Although her design and introduction are simple (logo, three pleasant introduction sentences, and her newest craft) the Etsy image itself grabs the attention of the reader. In a time when detailed pictures are necessary to make sales, Crochet by Kay leans into what works and doesn\'t distract with extra text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what her latest message looks like:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102761,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/crochet-by-kay-681x1024.jpg\" alt=\"Crochet by Kay email including their newest product.\" class=\"wp-image-102761\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2. <a href=\"https://www.etsy.com/shop/StickyKs\" target=\"_blank\" rel=\"noreferrer noopener\">Sticky K’s</a> sends weekly updates on Mondays with her newest stickers and adorable office supplies. Her automatic email notifications send all products she added to Etsy the prior week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>See how this design mimics a traditional sales email. The logo at the top reinforces her brand, she says hi to her subscribers, and the email lists products with the image on the left and the title, description including price, and date on the right. Any buyer can quickly scan several new options in the store. This design would be great for Etsy sellers who often add new products to their store. (Don\'t forget your social media handles at the bottom.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102762,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/the-sticky-540x1024.jpg\" alt=\"The Sticky\'s email, including the 3 most recent products and social handles.\" class=\"wp-image-102762\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. <a href=\"https://www.etsy.com/shop/dj51florida\" target=\"_blank\" rel=\"noreferrer noopener\">Creative Crafthouse</a> sends their Auto Newsletters every time they add new wooden puzzles, games, and brain teasers. They’ve also set up a nice, simple intro for each of their emails and lean in to the image to sell the new product. And that logo of the puzzle? It links directly to their Etsy store.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102763,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/creative-crafthouse-687x1024.jpg\" alt=\"Creative Crafthouse email with their most recent puzzle.\" class=\"wp-image-102763\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4. <a href=\"https://www.etsy.com/shop/OnlyDollThings\" target=\"_blank\" rel=\"noreferrer noopener\">Only Doll Things</a> promotes new outfits for dolls they create with an automatic email each time they add a new product. Notice that the description starts with the price. If you list prices, you can include the description in your notifications. But if you don\'t, you can easily omit the product description, and add a \"buy now\" button that directs to your store instead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102764,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/only-doll-things-642x1024.jpg\" alt=\"Only Doll Things email with their newest doll outfit.\" class=\"wp-image-102764\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5. <a href=\"https://www.etsy.com/shop/tattge\" target=\"_blank\" rel=\"noreferrer noopener\">Tattge</a> has their Auto Newsletter sent daily at 1pm whenever they have new temporary tattoos available, including links to the five most recent tattoos available to buy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Stores like Tattge are more likely to sell more than one product at a time. That\'s why they\'ve showcased five new products in their daily emails, and even included a link in the intro text directly to their store. Imagine a buyer quickly scanning new products, and feeling inspired to go back to the store and buy other tattoos, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102765,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/tattge-362x1024.jpg\" alt=\"Tattge email with 5 new tattoos.\" class=\"wp-image-102765\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6. <a href=\"https://www.etsy.com/shop/ArtTributeCo\" target=\"_blank\" rel=\"noreferrer noopener\">Art Tribute</a> promotes their newest bags, straps, and dog collars to existing customers with an automatic email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>They included a horizontal line in their email, which draws the eye down from the header directly to their product. You can make adjustments to the styles and text surrounding the new products. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102766,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/art-tributes-688x1024.jpg\" alt=\"Art Tribute email with their newest product.\" class=\"wp-image-102766\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7. <a href=\"https://www.etsy.com/shop/AssuredSigns\" target=\"_blank\" rel=\"noreferrer noopener\">Assured Signs</a> emails are automatically sent immediately when they add new signs to their shop — and include the three most recent products.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Look at the professional header added in this email. Even enterprise businesses with huge marketing teams send emails very similar to this one — but they have to build them each time. Skip the time and money and still make more sales in your store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102767,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/assured-signs-601x1024.jpg\" alt=\"Assured Signs email with their newest 3 products\" class=\"wp-image-102767\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>8. <a href=\"https://www.etsy.com/shop/DWELLhomeshoppe\" target=\"_blank\" rel=\"noreferrer noopener\">DWELL</a> has their email sent out every Thursday, but only if they’ve added home products to their shop in the past week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Notice the button CTA at the bottom that says \"Click Here to Shop!\" Try out multiple elements in your email to encourage your buyers to navigate back to your Etsy store. This button really catches the eye in a largely light-colored email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102768,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/dwell-582x1024.jpg\" alt=\"Dwell email with their newest product and a link to shop.\" class=\"wp-image-102768\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So what do all these Etsy store owners have in common? They let automation do all the work for them.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can also have the same success as these eight Etsy owners by setting up your own automated product notifications in AWeber. Check out how easy it is:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-your-own-automated-etsy-notification-emails\">How to set up your own automated Etsy notification emails</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do you have an Etsy store? You can send automated emails to your customers, too! <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Set up an account for free today</a> and make more sales the next time you publish a new product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s how to get set up, or watch our how-to video.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-1-connect-your-etsy-account-to-aweber\">Step 1: Connect your Etsy account to AWeber</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first step in sending emails to your buyers is to add them to your email tool. Using the <a href=\"https://help.aweber.com/hc/en-us/articles/204031456-How-do-I-integrate-Etsy-with-AWeber-\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber Etsy integration</a>, you can do this automatically. And don’t worry — as long as you ask your customers to opt-in to your list, it’s fully within Etsy’s rules to do this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Sign into your AWeber account and click on “integrations.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Search for Etsy and click on the integration card.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Click “connect integration.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Sign into your Etsy account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Click “Grant access”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Choose the list you want to add Etsy buyers to. We also recommend giving them a tag like “Etsy” or “Customer.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s it! All your new Etsy buyers will be added to your email list. Want to add your previous Etsy buyers to your list? <a href=\"https://www.aweber.com/contact-us.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Contact our support team</a> and we’ll help you add them according to&nbsp; Etsy’s guidelines.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-2-customize-your-confirmation-email\">Step 2: Customize your confirmation email</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When new customers sign up from Etsy, you must <a href=\"https://blog.aweber.com/learn/how-to-write-confirmation-emails.htm\">send them an email asking them to opt in</a> to your list. In that email, really sell the buyer on why they should be excited to receive your emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Update the message by going to “List Options,” “List Settings,” then “Confirmation Message.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102774,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/list-settings-1024x479.jpg\" alt=\"List settings under List Options in AWeber menu. Click Confirmation message under list settings.\" class=\"wp-image-102774\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Need some ideas of what to say? Here’s what Crochet By Kay’s email looks like:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102775,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/crochet-by-kay-confirmation-email-899x1024.jpg\" alt=\"&quot;Hi friend!\nYou\'re receiving this email because you recently purchased something from my shop Crochet By Kay! Thank you so much! If you\'d like to be notified about new updates for my shop including when I add new products, please click the link below!\nI may also send out info about exclusive sales, or other promotions from time to time, so keep an eye out!\n\nConfirm my email\n\nHave a great day!\n\nKayla&quot;\" class=\"wp-image-102775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can also request a new subject line. Crochet by Kay’s custom subject line is “Confirm to be notified by Crochet by Kay.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Most people are used to these emails and will likely opt in if you offer something exciting. But you can also offer a lead magnet to entice them to confirm and purchase more. Your lead magnet could be something as simple as a 10% off coupon for their next purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Need some inspiration? <a href=\"https://blog.aweber.com/email-marketing/22-brilliant-lead-magnets-that-are-growing-email-lists-right-now.htm\">Here are 22 lead magnet ideas you can use.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-3-set-up-automatic-etsy-product-notification-emails\">Step 3: Set up automatic Etsy product notification emails</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now it’s time to set up the automatic emails that will be sent every time you publish a new product to your Etsy store. This is a complete set-it-and-forget-it automation. Put it together now, and you don’t have to do anything in the future (except maybe check on the emails every few months).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Click “Automations,” “Campaigns,” then “Create Campaign.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102777,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/create-campaign-1024x394.jpg\" alt=\"Campaigns under automations in the AWeber menu. Then click Create Campaign.\" class=\"wp-image-102777\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2. From the options, choose “Blog Newsletter.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102779,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/campaign-options-1024x330.jpg\" alt=\"Under Create campaign, select option Blog Newsletter.\" class=\"wp-image-102779\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. Click “Replace Trigger” and set it to trigger on “Tag Applied.” Then, add the tag “Etsy,” or whichever tag you set up in your Etsy integration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102780,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/replace-tag-1024x137.png\" alt=\"Start campaign: Tag applied. Trigger campaign when these tags are applied: etsy.\" class=\"wp-image-102780\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4. Click where it says “Check Feed,” and add your Etsy store URL into the Feed URL box. For example, “etsy.com/shop/your_shop_here”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102781,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/check-feed-1024x374.jpg\" alt=\"Click on check feed trigger and add your Etsy URL under the &quot;Feed URL&quot; field.\" class=\"wp-image-102781\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Note: Set the frequency to “Hourly” if you want an email to go out right after you add the product to your store. But, you can also send a daily, weekly, or monthly digest with new products, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Click on the message and then click it again on the right to edit the email itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102782,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/edit-message-1024x187.jpg\" alt=\"Click on Send message within check feed, and click on the subject line of the selected message to edit.\" class=\"wp-image-102782\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>6. Update the subject line to something like “Brand new in Etsy - {!date long+0}.” Then, add your logo and update the text to whatever you’d like. Next, click where there’s a placeholder image and add your Etsy URL in the Feed URL section again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s how Sticky K’s has their email set up:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102783,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/sticky-ks-etsy-url-1024x567.jpg\" alt=\"Sticky K\'s email has a subject line, Logo, Etsy URL, and text that will appear in every email.\" class=\"wp-image-102783\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>7. Preview and test to see what it looks like, then save and exit the email draft and the campaign, using the button in the bottom right corner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. The last — and most important — thing you need to do is activate your campaign so it will actually send. Simply click “Draft” then “Activate Campaign.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102784,\"width\":418,\"height\":310,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/activate-campaign.png\" alt=\"Activate the campaign by clicking Draft, then Activate Campaign.\" class=\"wp-image-102784\" width=\"418\" height=\"310\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That’s it! AWeber will now send notifications to every customer who signed up for your list or who has made a purchase at your Etsy store.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to send these emails to people currently in your list? Simply add the “Etsy” tag to all of them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-sign-up-for-aweber-to-grow-your-etsy-sales\">Sign up for AWeber to grow your Etsy sales</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get Etsy notifications, landing pages, hundreds of templates, built-in Canva usage, and more with your own AWeber account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Go ahead, <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=091322-free-signup-etsy-case-study\" target=\"_blank\" rel=\"noreferrer noopener\">sign up for free today</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/etsy-email-automation.htm\">How 8 Etsy sellers automatically email customers to increase sales using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://blog.aweber.com/success/etsy-email-automation.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:73:\"\n		\n		\n					\n		\n		\n		\n				\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Calling all small business owners: Phone calls still matter in 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://blog.aweber.com/learn/small-business-phone-calls.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://blog.aweber.com/learn/small-business-phone-calls.htm#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Sep 2022 14:07:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Learn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102521\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11042:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Don’t like picking up the phone? You’re not alone. A lot of people — including countless business owners — ignore or avoid phone calls.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>After all, there are plenty of other ways to communicate with the people you want to reach.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But don’t neglect the phone as a channel for growing your business, either.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102522,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2020-types-of-callers.png\" alt=\"A pie chart of the types of people placing phone calls to small businesses in 2020.\" class=\"wp-image-102522\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102523,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2021-types-of-callers.png\" alt=\"A pie chart of the types of people placing phone calls to small businesses in 2021.\" class=\"wp-image-102523\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>With the exception of robocalls and solicitor inquires, <strong>most calls (92%) represent opportunities</strong> — opportunities to win, retain, or lose business, improve perceptions, strengthen connections, and much more.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s what we learned recently when we started researching Ruby’s first-ever&nbsp;<a href=\"https://www.ruby.com/2022-call-trends-report\" target=\"_blank\" rel=\"noreferrer noopener\">call trends report</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We analyzed two years’ worth of phone calls that Ruby had answered for our small business customers — over 25 million calls in total — to determine what the phone&nbsp;really<strong>&nbsp;</strong>means for businesses in the 2020s.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>What we found might come as a surprise, especially for&nbsp;those of us who use our mobile devices for everything other than their original purpose.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here are some of the most important things we learned.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Phone calls matter more than ever.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In our increasingly remote, automated world, a live conversation between two people is a powerful and special thing.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Perhaps that’s&nbsp;why more and more people are reaching out to businesses over the phone<strong>.</strong>&nbsp;They want to learn about products and services, ask questions, voice their concerns, and have their needs met in a personal and immediate way.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Sometimes, they don’t want to Google for hours or wait for an email or social media response.&nbsp;<a href=\"https://www.forbes.com/sites/shephyken/2019/01/27/meanwhile-at-the-support-center-i-just-want-to-talk-to-a-human/?sh=1dce6b07745d\" target=\"_blank\" rel=\"noreferrer noopener\">They want to talk to a real person, right now</a> — and a phone call is the easiest way to make it happen.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So don’t fear spam phone calls, or of wasting your time the next time your business phone rings. That’s probably a real, live customer calling. They want to do business with you.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>More and more people expect businesses to be available 24/7.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Even though callers’ schedules have changed during the Covid era, a lot of business still happens during, well, business hours.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>According to the call trends report:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>The days with the highest volume of calls are Monday and Tuesday</strong></li>\n<li><strong>Most calls come in between 12pm and 5pm Eastern Time</strong></li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":102524,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"no-styling\"} --></p>\n<figure class=\"wp-block-image size-full no-styling\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-calls-by-weekday.png\" alt=\"Number of phone calls to small businesses by day of the week\" class=\"wp-image-102524\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>That said, there’s no denying a change is taking place. Calls outside of traditional operating hours are becoming more frequent, increasing by more than&nbsp;18% from 2020 to 2021<strong>.&nbsp;</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102525,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2020-calls-by-hour.png\" alt=\"Average number of calls to small businesses by hour in 2020\" class=\"wp-image-102525\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102526,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2021-calls-by-hour.png\" alt=\"Average number of calls to small businesses by hour in 2021\" class=\"wp-image-102526\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>For these reasons, an investment in&nbsp;support beyond typical working days and hours&nbsp;could be a smart business decision.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Every call has the potential to impact your bottom line.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>People call businesses for lots of reasons. Sometimes they simply want to learn about something or ask a question; other times, they have a specific goal in mind—such as scheduling an appointment, reaching a specific person, or engaging in a transaction.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Whatever the reason they’re calling, a caller is almost always hoping to reach a capable, friendly person on the other end.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>When a business doesn’t provide this, the number of frustrated callers is likely to increase.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And that’s bad news.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102528,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"no-styling\"} --></p>\n<figure class=\"wp-block-image size-full no-styling\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-calls-by-month.png\" alt=\"frustrated callers by month\" class=\"wp-image-102528\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Currently,&nbsp;about one in every 200 callers is frustrated—and that number is on the rise.&nbsp;This is likely due to pandemic-related issues such as product and labor shortages, business closures, and more. Unfortunately, given ongoing socioeconomic instability, the trend isn’t likely to stop or slow down soon.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But even if frustrated callers make up a fraction of all the calls your business receives, that doesn’t change the outsized impact they have on your bottom line. After all, if even one customer has a really bad experience, that can lead to negative word of mouth, a bad public review, and possibly even long-term reputational damage.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>At the same time, we are also seeing an increase in year-round calls in conventionally “seasonal” industries such as education, automotive, home services, and financial service. This indicates&nbsp;consumers are leaning on businesses for ongoing services and consultative relationships rather than one-off sales.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>This means <strong>each call you answer doesn’t just represent one sale: It could represent a long-term relationship</strong> with a customer or client who could bring in tens of thousands of dollars in revenue, plus referrals from their friends and family.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Phone calls are a major opportunity for small businesses to win and retain business.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Calls are also a critical tool for lead generation.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And that’s not including existing customers or clients, or others whose experiences are vital to a business’s success through retention and word of mouth.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The fact is that every call is an opportunity for an organization to stand out, make a positive impression, and win loyalty—or lose business and trust.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Hopefully, you’re now a little more willing to pick up the phone than you were before. But if you’d like to learn even more about the impact phone calls can have on your business, take a look at <a href=\"https://www.ruby.com/2022-call-trends-report\" target=\"_blank\" rel=\"noreferrer noopener\">Ruby’s call trends report for yourself</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/small-business-phone-calls.htm\">Calling all small business owners: Phone calls still matter in 2022</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Gabe Freis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10529:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/calling-all-small-business-owners-phone-calls-still-matter-in-2022_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Don’t like picking up the phone? You’re not alone. A lot of people — including countless business owners — ignore or avoid phone calls.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After all, there are plenty of other ways to communicate with the people you want to reach.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But don’t neglect the phone as a channel for growing your business, either.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102522,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2020-types-of-callers.png\" alt=\"A pie chart of the types of people placing phone calls to small businesses in 2020.\" class=\"wp-image-102522\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102523,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2021-types-of-callers.png\" alt=\"A pie chart of the types of people placing phone calls to small businesses in 2021.\" class=\"wp-image-102523\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With the exception of robocalls and solicitor inquires, <strong>most calls (92%) represent opportunities</strong> — opportunities to win, retain, or lose business, improve perceptions, strengthen connections, and much more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That’s what we learned recently when we started researching Ruby’s first-ever&nbsp;<a href=\"https://www.ruby.com/2022-call-trends-report\" target=\"_blank\" rel=\"noreferrer noopener\">call trends report</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We analyzed two years’ worth of phone calls that Ruby had answered for our small business customers — over 25 million calls in total — to determine what the phone&nbsp;really<strong>&nbsp;</strong>means for businesses in the 2020s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What we found might come as a surprise, especially for&nbsp;those of us who use our mobile devices for everything other than their original purpose.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are some of the most important things we learned.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phone calls matter more than ever.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In our increasingly remote, automated world, a live conversation between two people is a powerful and special thing.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Perhaps that’s&nbsp;why more and more people are reaching out to businesses over the phone<strong>.</strong>&nbsp;They want to learn about products and services, ask questions, voice their concerns, and have their needs met in a personal and immediate way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sometimes, they don’t want to Google for hours or wait for an email or social media response.&nbsp;<a href=\"https://www.forbes.com/sites/shephyken/2019/01/27/meanwhile-at-the-support-center-i-just-want-to-talk-to-a-human/?sh=1dce6b07745d\" target=\"_blank\" rel=\"noreferrer noopener\">They want to talk to a real person, right now</a> — and a phone call is the easiest way to make it happen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So don’t fear spam phone calls, or of wasting your time the next time your business phone rings. That’s probably a real, live customer calling. They want to do business with you.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>More and more people expect businesses to be available 24/7.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even though callers’ schedules have changed during the Covid era, a lot of business still happens during, well, business hours.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>According to the call trends report:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>The days with the highest volume of calls are Monday and Tuesday</strong></li><li><strong>Most calls come in between 12pm and 5pm Eastern Time</strong></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":102524,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"no-styling\"} -->\n<figure class=\"wp-block-image size-full no-styling\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-calls-by-weekday.png\" alt=\"Number of phone calls to small businesses by day of the week\" class=\"wp-image-102524\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That said, there’s no denying a change is taking place. Calls outside of traditional operating hours are becoming more frequent, increasing by more than&nbsp;18% from 2020 to 2021<strong>.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102525,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2020-calls-by-hour.png\" alt=\"Average number of calls to small businesses by hour in 2020\" class=\"wp-image-102525\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102526,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-2021-calls-by-hour.png\" alt=\"Average number of calls to small businesses by hour in 2021\" class=\"wp-image-102526\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For these reasons, an investment in&nbsp;support beyond typical working days and hours&nbsp;could be a smart business decision.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every call has the potential to impact your bottom line.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>People call businesses for lots of reasons. Sometimes they simply want to learn about something or ask a question; other times, they have a specific goal in mind—such as scheduling an appointment, reaching a specific person, or engaging in a transaction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Whatever the reason they’re calling, a caller is almost always hoping to reach a capable, friendly person on the other end.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When a business doesn’t provide this, the number of frustrated callers is likely to increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And that’s bad news.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102528,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"no-styling\"} -->\n<figure class=\"wp-block-image size-full no-styling\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ruby-calls-by-month.png\" alt=\"frustrated callers by month\" class=\"wp-image-102528\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Currently,&nbsp;about one in every 200 callers is frustrated—and that number is on the rise.&nbsp;This is likely due to pandemic-related issues such as product and labor shortages, business closures, and more. Unfortunately, given ongoing socioeconomic instability, the trend isn’t likely to stop or slow down soon.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But even if frustrated callers make up a fraction of all the calls your business receives, that doesn’t change the outsized impact they have on your bottom line. After all, if even one customer has a really bad experience, that can lead to negative word of mouth, a bad public review, and possibly even long-term reputational damage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At the same time, we are also seeing an increase in year-round calls in conventionally “seasonal” industries such as education, automotive, home services, and financial service. This indicates&nbsp;consumers are leaning on businesses for ongoing services and consultative relationships rather than one-off sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This means <strong>each call you answer doesn’t just represent one sale: It could represent a long-term relationship</strong> with a customer or client who could bring in tens of thousands of dollars in revenue, plus referrals from their friends and family.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phone calls are a major opportunity for small businesses to win and retain business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Calls are also a critical tool for lead generation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And that’s not including existing customers or clients, or others whose experiences are vital to a business’s success through retention and word of mouth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The fact is that every call is an opportunity for an organization to stand out, make a positive impression, and win loyalty—or lose business and trust.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Hopefully, you’re now a little more willing to pick up the phone than you were before. But if you’d like to learn even more about the impact phone calls can have on your business, take a look at <a href=\"https://www.ruby.com/2022-call-trends-report\" target=\"_blank\" rel=\"noreferrer noopener\">Ruby’s call trends report for yourself</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/small-business-phone-calls.htm\">Calling all small business owners: Phone calls still matter in 2022</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.aweber.com/learn/small-business-phone-calls.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:80:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"How to create a paid newsletter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://blog.aweber.com/learn/create-a-paid-newsletter.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://blog.aweber.com/learn/create-a-paid-newsletter.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Sep 2022 13:46:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Learn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"automation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"email newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102619\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35727:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"how to create a paid newsletter\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Paid newsletters are one of the best ways for creators and subject experts to monetize their knowledge, especially right now.</p>\n<p>Newsletters have always been an ideal way to build an audience and offer premium content, but in the last few years the idea of paying for newsletter content has become more and more accepted. Creating a paid newsletter has also become a lot easier, as email marketing tools have evolved and paid subscription services have become easier to set up.</p>\n<p>You can now create a fully functional, paid newsletter for free in just a few hours. This post will show you how to do it, step by step.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s what you’ll need to get it done. We’ll walk through each step of the process below.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>A topic and an audience for your newsletter</li>\n<li>A name for your newsletter</li>\n<li>A price for your paid newsletter</li>\n<li>A well-defined difference between the free and paid versions of your newsletter</li>\n<li>A free AWeber account&nbsp;</li>\n<li>A Stripe account</li>\n<li>A landing page with sign up forms so people can sign up for both the paid and free versions of your newsletter</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s it. So let’s get your paid newsletter built so you can start creating.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-step-1-choose-a-topic-and-an-audience-for-your-newsletter\"><strong>Step 1. Choose a topic and an audience for your newsletter</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>You’ve probably got an idea for a newsletter topic already. So the work here is to vet your idea and to get clear about who your newsletter is for.</p>\n<p>Topic and audience are different things, but they complement and influence each other. They’re also a key aspect of success. You can pick a good topic, but if you’re writing for everyone, your newsletter might not make your readers feel like “this is perfect for me.” But when you get the topic and your audience aligned, your ideal readers will know they’re home. They’ll be happy to pay for your content.&nbsp;</p>\n<p>The ideal paid newsletter topic <em>for you</em> is a topic:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>You could talk about for hours</strong><br />You’ll need a strong interest in your topic if you’re going to produce a newsletter about it for months (or even years) to come.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Has at least 20 blogs, websites, newsletters, online forums or Facebook groups dedicated to the topic</strong> (or directly related to the topic)<br />This is to verify that there’s enough of an audience to support your newsletter.</li>\n<li><strong>Has at least 20 products or services you could sell via affiliate marketing</strong><br />This is to verify that you can monetize your newsletter. It’s also another way to verify that there’s an audience for your newsletter, particularly that there’s an audience willing to pay money for information about your topic.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Choosing a topic for a newsletter is not all that different from <a href=\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm\" target=\"_blank\" rel=\"noreferrer noopener\">choosing a topic for an online course</a>, so if you already have a course or an existing audience, you’ll got this first step down.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Step 2. Choose a name for your newsletter.&nbsp;</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>You could skip this step, but because we’re talking about paid newsletters here — and paid newsletters are basically a product — it helps to have a name. You’d name any product you were about to create, right? So think of a name for your newsletter.</p>\n<p>Or ask people.</p>\n<p>Or… think up a few names <em>and</em> ask people.</p>\n<p>When I created my paid newsletter, I wanted to get the name right. So I mulled it over for a while (okay, weeks), and then created a poll on LinkedIn to see which newsletter name people liked best.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102655,\"width\":617,\"height\":736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/Twitter-pole-to-name-new-Newsletter.jpg\" alt=\"LinkedIn poll to name new newsletter\" class=\"wp-image-102655\" width=\"617\" height=\"736\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Posting that poll gave me a name I could be confident about, but it also gave me a bunch of feedback about what my audience thought of the topic, and about the “slant” I wanted to put on the topic.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Step 3. Define the difference between your paid and free lists</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The free version of your newsletter will still offer a lot of value, of course, but the paid version needs something extra special. Defining the difference between your two newsletters is also a key part of selling your paid newsletter. That’s why this step matters.</p>\n<p>Fortunately, adding value can be easier than it looks. And it doesn’t mean you have to provide tons of extra content. In fact, sometimes the value of a paid newsletter is in how it condenses information so people don’t have to spend hours reviewing content just to get actionable insights. There are plenty of paid newsletters that do exactly this. They’re curated summaries of different industries or topics, and people pay for them because the newsletter saves them time.</p>\n<p>Another way to distinguish the free and paid versions of your newsletter is to explain the “why” about things in your free newsletter, but save the “how” for your paid newsletter. For example, for a newsletter about being a solo professional, you could talk about why having an expense tracking system is important in your free newsletter, but in your paid newsletter you could provide a link to a video training about how to set up an expenses tracking system step by step.</p>\n<p>What will be the key difference between the free and paid newsletters you’re offering? Give this some thought. There’s often a fairly easy way to deliver something quite valuable — and that doesn’t take a lot of work on your part. Knowing your audience will help a lot with this: If you know them well, you’ll know what they’re willing to pay for.</p>\n<p>It doesn’t have to be a huge thing, either. Author and podcaster Ann Friedman gives her paid readers a fun hand-drawn pie chart every week:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102656,\"width\":537,\"height\":768,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/Hand-drawn-pie-chart-from-Ann-Friedman-716x1024.jpg\" alt=\"Hand drawn pie chart from Ann Friedman\'s newsletter\" class=\"wp-image-102656\" width=\"537\" height=\"768\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Instead of seeing the pie chart, Ann’s free subscribers see a note that says if they were a paid reader they’d be seeing a fun pie chart, <em>and</em> they’d be supporting her work for a modest annual fee.</p>\n<p>For more ideas on what to include in a paid newsletter, see our blog post, <a href=\"https://blog.aweber.com/updates/build-and-monetize-your-community-with-newsletter-hub.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Build and monetize your community with Newsletter Hub</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Step 4. Decide on the price of your paid newsletter</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Do you see why this step comes right after you’ve defined the difference between your paid and free newsletters? It’s because depending on what you’re offering in your paid newsletter, you might want to charge $3… or $30… or even $300 a month.</p>\n<p>That said, most paid newsletters cost about $5 - 15 per month, so you might want to keep your monthly subscription price in that range.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But don’t think just month to month. You can also offer people a way to buy your newsletter by the year.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s how that payment structure might work out:</p>\n<p>If you charge $3 per month, you can offer a 50% discount if people buy your newsletter for a full year. So people would pay $36 if they bought your newsletter month to month, but if they buy for a year, it’s only $18. That’s inexpensive enough that buying your newsletter isn’t a big ask — and you won’t have to kill yourself offering super-deluxe content in the paid version.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Just don’t forget to factor in transaction fees. Depending on the newsletter platform you’re using, you can be charged up to 10% of the subscription value just from the newsletter platform. And then you’ll get charged again by Stripe.</p>\n<p>We might be partial here, but this is a great reason to use AWeber. Our per-sale fees are one tenth of what other newsletter platforms charge. If you’re on a free AWeber plan, you’ll pay 1% of the value of each sale. If you’re on AWeber Pro, you’ll pay 0.6%. <a href=\"https://stripe.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe will charge you</a> an additional 2.9% of each sale plus an additional 30¢ per successful card charge.</p>\n<p>At $3 per month, the fees would be:</p>\n<p>AWeber Pro fee 0.60% = 1.8 cents<br />Stripe&nbsp; 2.9% + 30¢&nbsp; = 8.7 cents + 30 cents = 38.7 cents<br />40.5 cents per charge.</p>\n<p>So you’d end up making only $2.595 per month per paid monthly subscriber.</p>\n<p>This is how it would work out for annual subscribers:</p>\n<p>AWeber Pro fee 0.60% = 10.8 cents<br />Stripe&nbsp; 2.9% + 30¢&nbsp; = 52.2 cents + 30 cents = 82.2<br />93 cents per charge</p>\n<p>So you’d make $17.07 per annual subscriber. <strong></p>\n<p></strong>That’s still pretty good. With even 500 paid monthly subscribers, you’d be earning $1,297.50 per month. What’s that — rent money? A mortgage payment? Or a full month’s expenses if you <a href=\"https://www.forbes.com/sites/laurabegleybloom/2018/08/23/quit-your-job-5-countries-where-you-can-live-for-under-1500-a-month/?sh=4fef8ae67f36\" target=\"_blank\" rel=\"noreferrer noopener\">live in Panama</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Step 5. Create a free AWeber account</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Okay — so we’ve figured out a lot about your newsletter. Your topic, your audience, the price. Now let’s start actually creating your paid newsletter. Fill out the form <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">on this page</a> to create your free account and you’ll have this step knocked out.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-step-6-create-a-list-for-your-newsletter-in-your-aweber-account\"><strong>Step 6. Create a list for your newsletter in your AWeber account</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>AWeber will automatically create a default list in your account, so all you need to do is to rename your list. (Aren’t you glad you named your newsletter?)</p>\n<p>To create a list, just click on “List Settings” in the left-hand navigation column of your account.</p>\n<p>You’ll see this page next.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102625,\"width\":851,\"height\":1024,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-newsletter-list-settings-851x1024.png\" alt=\"How to rename your list and add basic information about the email list.\" class=\"wp-image-102625\" width=\"851\" height=\"1024\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>From this page, from the “Basic Settings” tab you can:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Edit the name of your newsletter’s list</li>\n<li>Add a description of the list</li>\n<li>Specify the name and email address your newsletter will come from</li>\n<li>Edit or set the physical address included at the bottom of your newsletter (<a href=\"https://blog.aweber.com/learn/canspam-physical-address.htm\" target=\"_blank\" rel=\"noreferrer noopener\">required by CANSPAM law</a>)</li>\n<li>Define which email address you want to send new subscriber notifications to</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also <a href=\"https://www.youtube.com/watch?v=PC8SG9KFPws\" target=\"_blank\" rel=\"noreferrer noopener\">customize a confirmation message</a> from the tab “Confirmation Message.” This is recommended, and you can get ideas for what to include in your confirmation message <a href=\"https://www.youtube.com/watch?v=OK03nZXfstU\" target=\"_blank\" rel=\"noreferrer noopener\">in this video</a>.</p>\n<p>You can create a custom confirmation page (that people will see right after they submit their email on your sign-up form. See <a href=\"https://www.youtube.com/watch?v=LHg3GmFDUn4\" target=\"_blank\" rel=\"noreferrer noopener\">how to create a custom confirmation page</a> in this video. Note that you can also personalize your thank you pages with people’s names — if you want to get fancy.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-step-7-create-and-connect-your-stripe-account-with-aweber\"><strong>Step 7.&nbsp; Create and connect your Stripe account with AWeber</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>In order for people to pay for your newsletter, you’ll need to connect Stripe and AWeber.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Creating a Stripe account is free and takes about 20 minutes. <a href=\"https://stripe.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Go here to get started</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Connecting a Stripe and an AWeber account takes about five minutes. There are instructions on how to do that <a href=\"https://help.aweber.com/hc/en-us/articles/1260801126650-How-do-I-integrate-Stripe-with-AWeber-s-Landing-Pages-\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once that’s done, let’s create a landing page so people can sign up for either the free or paid version of your newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-step-8-set-up-a-landing-page-to-charge-for-subscriptions\"><strong>Step 8. Set up a landing page to charge for subscriptions</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The first step of this is to create a landing page. This is going to be a bit more complex than the usual sign-up page, because we’re going to have three ways to sign up for our newsletter/s.</p>\n<p>- A sign-up form for free subscribers<br />- A sign-up form for monthly paid subscribers<br />- A sign-up form for annually paid subscribers</p>\n<p>I’m going to start with an ecommerce landing page template. So I’ll go into the landing page templates area of my account (these are included in AWeber’s free plan).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102661,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/landing-page-template-gallery-1024x589.jpg\" alt=\"landing page templates for a paid newsletter\" class=\"wp-image-102661\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>And pick this landing page:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102627,\"width\":739,\"height\":738,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/landing-page-paid-newsletter.png\" alt=\"an ecommerce landing page with two products\" class=\"wp-image-102627\" width=\"739\" height=\"738\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>I played around with this landing page for a bit to adapt it to my newsletter. Here’s what I did:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Edited the copy in the left column</li>\n<li>Changed the background color to the pale blue you see below</li>\n<li>Swapped out the image of the woman for an image I made <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noreferrer noopener\">from UnSplash images</a></li>\n<li>Added three “rows” — one for each sign up option</li>\n<li>Added a sign-up form to each of the rows, then increased the padding on the right and left sides of each sign-up form</li>\n<li>Added the “ecommerce” buy button below the sign up forms in the two paid options</li>\n<li>Then removed the sign-up forms from the two paid options, because the buy buttons capture people’s names and email addresses when they pay (so no need for those opt-in forms)</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s a lot of changes. There’s <a href=\"https://www.youtube.com/watch?v=j5cDA0fTKVs\" target=\"_blank\" rel=\"noreferrer noopener\">a tutorial on how to work with AWeber landing pages</a> (starting with what a landing page is) if you want to see how to make these sorts of changes. AWeber’s landing page builder is a drag and drop editor, so there’s no coding or special knowledge required. If you start with the template I used, you’ll have an even easier time getting to a the page you want.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s what it looks like after all those changes:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102628,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-newsletter-landing-page-final-desktop-940x1024.jpg\" alt=\"Landing page example for a paid newsletter\" class=\"wp-image-102628\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>It’s a simple page, but I’m okay with that for right now. Later I will go back and add more description to the paid newsletter blocks to sell the paid versions better. When I get a few testimonials, I’ll add those to the bottom of the page. I’ll probably also add a section that talks in detail about what the newsletter includes, and add links to a few sample issues, just so people can see what they’re getting.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But for right now, this page is good enough to get started with. I don’t want to slow my momentum down by fussing with it too much right now.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Especially because I need to set up those buy buttons.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-step-9-connect-the-buy-buttons-to-stripe-products-and-add-the-purchase-automation-tags\"><strong>Step 9. Connect the buy buttons to Stripe products and add the purchase automation tags</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now we’re going to get the buy buttons working, because, well, that’s the point of all this.</p>\n<p>I’ll start by going into my Stripe account and creating two products: One for the recurring monthly payment, and one for the recurring annual payment.</p>\n<p>To create the products you go into your Stripe account, choose the “Products” dashboard, and then click the purple “+ Add product” button on the right.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102629,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/stripe-product-creation-1-1024x581.png\" alt=\"Stripe product creation: Step 1\" class=\"wp-image-102629\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Fill out the basic information on the next page (product name, description, price, etc) and click Save.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102634,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/stripe-product-creation-3-1-792x1024.jpg\" alt=\"Stripe product creation: Step 2\" class=\"wp-image-102634\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then click on your product from the product dashboard area. You should see something like this:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102633,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/stripe-product-creation-2-1-1024x713.png\" alt=\"Stripe product creation: Step 3\" class=\"wp-image-102633\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now that those products are created — and I’ve already connected my Stripe account and my AWeber account — it’s a snap to make those buttons on the landing page actually trigger a purchase.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>I just click the buy button and choose the product I want it to trigger.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102635,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/buy-button-set-up-1-1024x725.png\" alt=\"Adding buy button into newsletter subscription landing page\" class=\"wp-image-102635\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now you’ll need to add a tag to each button so when people buy the paid newsletter (monthly or annual) they’ll be tagged in a way that tells your AWeber account, “Hey — this is a paid subscriber! Send them the paid version of the newsletter.”</p>\n<p>This is also super-easy. You just click the blue “+ Add Automation” button in the right-hand corner (visible in the screenshot above, right below the Stripe product selection pull-down).</p>\n<p>Then you select which action you want to trigger the automation (in this case, “Purchases the Product.”)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102636,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/purchase-automation-setup-1024x424.png\" alt=\"purchase automation setup for a buy button\" class=\"wp-image-102636\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>And then you type in whatever tag you want to use.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102637,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/purchase-automation-setup-2-1024x497.png\" alt=\"Purchase automation set up step 3\" class=\"wp-image-102637\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>I used the tag name “premium-monthly”. You can use whatever you want.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So now whenever someone buys this “product,” they’ll be tagged with a tag that identifies them as having either a monthly or an annual subscription.</p>\n<p>Let’s publish the landing page and see if all this actually works…</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:video {\"id\":102638} --></p>\n<figure class=\"wp-block-video\"><video controls src=\"https://blog.aweber.com/wp-content/uploads/2022/09/pruchasing-my-newsletter.mp4\"></video></figure>\n<p><!-- /wp:video --></p>\n<p><!-- wp:paragraph --></p>\n<p>It worked!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And — tada: I got an email confirming I subscribed. With the right tag and showing Stripe as the source and everything.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102640,\"width\":650,\"height\":410,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/confirmation-with-aweber-map.png\" alt=\"Confirmation email showing new subscribers signed up for newsletter\" class=\"wp-image-102640\" width=\"650\" height=\"410\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Stripe also shows the payment went through:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102641,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/purchase-confirmation-1-1024x690.png\" alt=\"Stripe payment confirmation\" class=\"wp-image-102641\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>I have a working buy button! I’ll repeat the settings for the other button, of course.</p>\n<p>One thing I did notice in this video: I need to create a thank you page. I specify that by clicking on the buy button again and going to the “Receipt” tab. Then on I’ll change the radio button from “Show Receipt” to “Redirect to Custom URL.” That custom URL could be a page on my website, a link to any other page on the web, or another AWeber landing page.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102642,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/custom-thank-you-page-2-1024x547.png\" alt=\"Newsletter subscription receipt page\" class=\"wp-image-102642\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>So now I’m ready to send a test free newsletter and a test paid newsletter to myself.</p>\n<p>We’re so close… stay with me for this last step.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-step-10-send-a-test-newsletter-to-your-free-and-paid-lists\"><strong>Step 10: Send a test newsletter to your free and paid lists</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are a couple of things to do here.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Send a test newsletter to my free and paid lists (using two dummy email addresses)</li>\n<li>Set up the list so that when a free subscriber buys the premium subscription, they stop getting the free version.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>To send the tests, I’ve signed up for both the free and paid versions of my newsletter with different test email accounts. I’ve also created two very simple emails that are for each version of the newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102643,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/testing-free-and-paid-newsletters-1024x689.png\" alt=\"testing the free and paid versions of the newsletter\" class=\"wp-image-102643\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>I’m going to schedule each email to go out to the right “list.” To do that, I need to create a segment based on a tag. In other words, I’m going to set up a rule in my list that moves any subscriber with a specific tag into a segment of my list, so I can send emails to that group of people (that segment) easily.</p>\n<p>There is a help page for how to do that <a href=\"https://help.aweber.com/hc/en-us/articles/360000352707-How-do-I-create-a-segment-using-tags-\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>, but I’m also going to walk through how to do it.</p>\n<p>First thing: I’ve already got my tags, “premium-monthly”, “premium-annual” and “free-subscribers”. I created those and added them to the appropriate subscribers back when I set up the sign-up forms for each version of the newsletter.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To create a segment from those tags, I’ll go into the “Subscribers” section of my account, then choose “Tag” from the search option pull-down menu.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102644,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tag-1-1024x677.jpg\" alt=\"Creating a segment from tags - first step\" class=\"wp-image-102644\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Next I’ll choose “is any of these” from the next pull-down menu.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102645,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tab-2-1024x481.jpg\" alt=\"creating a segment from a tag step 2\" class=\"wp-image-102645\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>And finally I’ll enter the two tags in the third column, then click “Search.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102646,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tab-3-1024x514.png\" alt=\"Create a segment from tags - step 3\" class=\"wp-image-102646\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>The results correctly show the one email address that is a premium subscriber.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102647,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tab-4-1024x482.png\" alt=\"segment from tags step 4\" class=\"wp-image-102647\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>I can save this as a segment by adding a name to the “Save search as segment” field in the middle of the page (it’s just under the search parameters). I’ll name this segment “paid-subscribers”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now that I’ve got that segment, I can schedule a message to either go out to only a segment of my list (those paid subscribers).</p>\n<p>I’m going to repeat this process with the tag “free-subscribers”. So when I’m done, I’ll have two segments: “paid-subscribers” and “free-subscribers”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now it’s time to send the test emails. I’ll go back to the “Messages” &gt; “Drafts” section of my account, chose the email I want to send to free subscribers, and schedule the email to go out. That’s where the list settings for choosing which segment to send to are.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>These are the settings I’ll use for free subscribers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102648,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/free-subscribers-segment-1024x783.png\" alt=\"settings to send a newsletter to free subscribers\" class=\"wp-image-102648\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>And the settings I’ll use for paid subscribers:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102649,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-subscribers-segment-1024x721.png\" alt=\"sending a test newsletter to paid subscribers\" class=\"wp-image-102649\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Sure enough… the free version of the newsletter went to the email address that’s subscribed to the free newsletter:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102650,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/free-version-email-test-1024x546.png\" alt=\"the email that was sent to the free subscriber\" class=\"wp-image-102650\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>And the paid version of the newsletter went to the email address on the paid list:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102651,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-email-test-1024x606.png\" alt=\"Email that was sent to the paid subscriber\'s email address\" class=\"wp-image-102651\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-your-turn-create-your-own-paid-newsletter\"><strong>Your turn: Create your own paid newsletter</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>It all worked. The landing page, the buy buttons, the automations, the list settings, and the test newsletters. All with a free AWeber account.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>There were a lot of steps to this, but you made it to the end. There are more customizations I could do for my newsletter (like a welcome email, a customized Stripe receipt), but the newsletter works as is. I’ve got enough — and you’ve got enough — to start creating and sending the actual newsletters.</p>\n<p>So what will you do with your new knowledge? What kind of newsletter will you start? We’d love to know. Leave a comment below and tell us.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/create-a-paid-newsletter.htm\">How to create a paid newsletter</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:79:\"https://blog.aweber.com/wp-content/uploads/2022/09/pruchasing-my-newsletter.mp4\";s:6:\"length\";s:7:\"1389535\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Pam Neely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:34545:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"how to create a paid newsletter\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/09/ht-create-a-paid-newsletter_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Paid newsletters are one of the best ways for creators and subject experts to monetize their knowledge, especially right now.<br /><br />Newsletters have always been an ideal way to build an audience and offer premium content, but in the last few years the idea of paying for newsletter content has become more and more accepted. Creating a paid newsletter has also become a lot easier, as email marketing tools have evolved and paid subscription services have become easier to set up.<br /><br />You can now create a fully functional, paid newsletter for free in just a few hours. This post will show you how to do it, step by step.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what you’ll need to get it done. We’ll walk through each step of the process below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>A topic and an audience for your newsletter</li><li>A name for your newsletter</li><li>A price for your paid newsletter</li><li>A well-defined difference between the free and paid versions of your newsletter</li><li>A free AWeber account&nbsp;</li><li>A Stripe account</li><li>A landing page with sign up forms so people can sign up for both the paid and free versions of your newsletter</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>That’s it. So let’s get your paid newsletter built so you can start creating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-step-1-choose-a-topic-and-an-audience-for-your-newsletter\"><strong>Step 1. Choose a topic and an audience for your newsletter</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’ve probably got an idea for a newsletter topic already. So the work here is to vet your idea and to get clear about who your newsletter is for.<br /><br />Topic and audience are different things, but they complement and influence each other. They’re also a key aspect of success. You can pick a good topic, but if you’re writing for everyone, your newsletter might not make your readers feel like “this is perfect for me.” But when you get the topic and your audience aligned, your ideal readers will know they’re home. They’ll be happy to pay for your content.&nbsp;<br /><br />The ideal paid newsletter topic <em>for you</em> is a topic:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>You could talk about for hours</strong><br />You’ll need a strong interest in your topic if you’re going to produce a newsletter about it for months (or even years) to come.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Has at least 20 blogs, websites, newsletters, online forums or Facebook groups dedicated to the topic</strong> (or directly related to the topic)<br />This is to verify that there’s enough of an audience to support your newsletter.<br /></li><li><strong>Has at least 20 products or services you could sell via affiliate marketing</strong><br />This is to verify that you can monetize your newsletter. It’s also another way to verify that there’s an audience for your newsletter, particularly that there’s an audience willing to pay money for information about your topic.<br /></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Choosing a topic for a newsletter is not all that different from <a href=\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm\" target=\"_blank\" rel=\"noreferrer noopener\">choosing a topic for an online course</a>, so if you already have a course or an existing audience, you’ll got this first step down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Step 2. Choose a name for your newsletter.&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You could skip this step, but because we’re talking about paid newsletters here — and paid newsletters are basically a product — it helps to have a name. You’d name any product you were about to create, right? So think of a name for your newsletter.<br /><br />Or ask people.<br /><br />Or… think up a few names <em>and</em> ask people.<br /><br />When I created my paid newsletter, I wanted to get the name right. So I mulled it over for a while (okay, weeks), and then created a poll on LinkedIn to see which newsletter name people liked best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102655,\"width\":617,\"height\":736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/Twitter-pole-to-name-new-Newsletter.jpg\" alt=\"LinkedIn poll to name new newsletter\" class=\"wp-image-102655\" width=\"617\" height=\"736\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Posting that poll gave me a name I could be confident about, but it also gave me a bunch of feedback about what my audience thought of the topic, and about the “slant” I wanted to put on the topic.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Step 3. Define the difference between your paid and free lists</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The free version of your newsletter will still offer a lot of value, of course, but the paid version needs something extra special. Defining the difference between your two newsletters is also a key part of selling your paid newsletter. That’s why this step matters.<br /><br />Fortunately, adding value can be easier than it looks. And it doesn’t mean you have to provide tons of extra content. In fact, sometimes the value of a paid newsletter is in how it condenses information so people don’t have to spend hours reviewing content just to get actionable insights. There are plenty of paid newsletters that do exactly this. They’re curated summaries of different industries or topics, and people pay for them because the newsletter saves them time.<br /><br />Another way to distinguish the free and paid versions of your newsletter is to explain the “why” about things in your free newsletter, but save the “how” for your paid newsletter. For example, for a newsletter about being a solo professional, you could talk about why having an expense tracking system is important in your free newsletter, but in your paid newsletter you could provide a link to a video training about how to set up an expenses tracking system step by step.<br /><br />What will be the key difference between the free and paid newsletters you’re offering? Give this some thought. There’s often a fairly easy way to deliver something quite valuable — and that doesn’t take a lot of work on your part. Knowing your audience will help a lot with this: If you know them well, you’ll know what they’re willing to pay for.<br /><br />It doesn’t have to be a huge thing, either. Author and podcaster Ann Friedman gives her paid readers a fun hand-drawn pie chart every week:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102656,\"width\":537,\"height\":768,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/Hand-drawn-pie-chart-from-Ann-Friedman-716x1024.jpg\" alt=\"Hand drawn pie chart from Ann Friedman\'s newsletter\" class=\"wp-image-102656\" width=\"537\" height=\"768\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Instead of seeing the pie chart, Ann’s free subscribers see a note that says if they were a paid reader they’d be seeing a fun pie chart, <em>and</em> they’d be supporting her work for a modest annual fee.<br /><br />For more ideas on what to include in a paid newsletter, see our blog post, <a href=\"https://blog.aweber.com/updates/build-and-monetize-your-community-with-newsletter-hub.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Build and monetize your community with Newsletter Hub</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Step 4. Decide on the price of your paid newsletter</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do you see why this step comes right after you’ve defined the difference between your paid and free newsletters? It’s because depending on what you’re offering in your paid newsletter, you might want to charge $3… or $30… or even $300 a month.<br /><br />That said, most paid newsletters cost about $5 - 15 per month, so you might want to keep your monthly subscription price in that range.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But don’t think just month to month. You can also offer people a way to buy your newsletter by the year.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s how that payment structure might work out:<br /><br />If you charge $3 per month, you can offer a 50% discount if people buy your newsletter for a full year. So people would pay $36 if they bought your newsletter month to month, but if they buy for a year, it’s only $18. That’s inexpensive enough that buying your newsletter isn’t a big ask — and you won’t have to kill yourself offering super-deluxe content in the paid version.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just don’t forget to factor in transaction fees. Depending on the newsletter platform you’re using, you can be charged up to 10% of the subscription value just from the newsletter platform. And then you’ll get charged again by Stripe.<br /><br />We might be partial here, but this is a great reason to use AWeber. Our per-sale fees are one tenth of what other newsletter platforms charge. If you’re on a free AWeber plan, you’ll pay 1% of the value of each sale. If you’re on AWeber Pro, you’ll pay 0.6%. <a href=\"https://stripe.com/pricing\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe will charge you</a> an additional 2.9% of each sale plus an additional 30¢ per successful card charge.<br /><br />At $3 per month, the fees would be:<br /><br />AWeber Pro fee 0.60% = 1.8 cents<br />Stripe&nbsp; 2.9% + 30¢&nbsp; = 8.7 cents + 30 cents = 38.7 cents<br />40.5 cents per charge.<br /><br />So you’d end up making only $2.595 per month per paid monthly subscriber.<br /><br />This is how it would work out for annual subscribers:<br /><br />AWeber Pro fee 0.60% = 10.8 cents<br />Stripe&nbsp; 2.9% + 30¢&nbsp; = 52.2 cents + 30 cents = 82.2<br />93 cents per charge<br /><br />So you’d make $17.07 per annual subscriber. <strong><br /><br /></strong>That’s still pretty good. With even 500 paid monthly subscribers, you’d be earning $1,297.50 per month. What’s that — rent money? A mortgage payment? Or a full month’s expenses if you <a href=\"https://www.forbes.com/sites/laurabegleybloom/2018/08/23/quit-your-job-5-countries-where-you-can-live-for-under-1500-a-month/?sh=4fef8ae67f36\" target=\"_blank\" rel=\"noreferrer noopener\">live in Panama</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Step 5. Create a free AWeber account</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Okay — so we’ve figured out a lot about your newsletter. Your topic, your audience, the price. Now let’s start actually creating your paid newsletter. Fill out the form <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">on this page</a> to create your free account and you’ll have this step knocked out.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-step-6-create-a-list-for-your-newsletter-in-your-aweber-account\"><strong>Step 6. Create a list for your newsletter in your AWeber account</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AWeber will automatically create a default list in your account, so all you need to do is to rename your list. (Aren’t you glad you named your newsletter?)<br /><br />To create a list, just click on “List Settings” in the left-hand navigation column of your account.<br /><br />You’ll see this page next.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102625,\"width\":851,\"height\":1024,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-newsletter-list-settings-851x1024.png\" alt=\"How to rename your list and add basic information about the email list.\" class=\"wp-image-102625\" width=\"851\" height=\"1024\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>From this page, from the “Basic Settings” tab you can:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Edit the name of your newsletter’s list</li><li>Add a description of the list</li><li>Specify the name and email address your newsletter will come from</li><li>Edit or set the physical address included at the bottom of your newsletter (<a href=\"https://blog.aweber.com/learn/canspam-physical-address.htm\" target=\"_blank\" rel=\"noreferrer noopener\">required by CANSPAM law</a>)</li><li>Define which email address you want to send new subscriber notifications to</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>You can also <a href=\"https://www.youtube.com/watch?v=PC8SG9KFPws\" target=\"_blank\" rel=\"noreferrer noopener\">customize a confirmation message</a> from the tab “Confirmation Message.” This is recommended, and you can get ideas for what to include in your confirmation message <a href=\"https://www.youtube.com/watch?v=OK03nZXfstU\" target=\"_blank\" rel=\"noreferrer noopener\">in this video</a>.<br /><br />You can create a custom confirmation page (that people will see right after they submit their email on your sign-up form. See <a href=\"https://www.youtube.com/watch?v=LHg3GmFDUn4\" target=\"_blank\" rel=\"noreferrer noopener\">how to create a custom confirmation page</a> in this video. Note that you can also personalize your thank you pages with people’s names — if you want to get fancy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-step-7-create-and-connect-your-stripe-account-with-aweber\"><strong>Step 7.&nbsp; Create and connect your Stripe account with AWeber</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In order for people to pay for your newsletter, you’ll need to connect Stripe and AWeber.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Creating a Stripe account is free and takes about 20 minutes. <a href=\"https://stripe.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Go here to get started</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Connecting a Stripe and an AWeber account takes about five minutes. There are instructions on how to do that <a href=\"https://help.aweber.com/hc/en-us/articles/1260801126650-How-do-I-integrate-Stripe-with-AWeber-s-Landing-Pages-\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once that’s done, let’s create a landing page so people can sign up for either the free or paid version of your newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-step-8-set-up-a-landing-page-to-charge-for-subscriptions\"><strong>Step 8. Set up a landing page to charge for subscriptions</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first step of this is to create a landing page. This is going to be a bit more complex than the usual sign-up page, because we’re going to have three ways to sign up for our newsletter/s.<br /><br />- A sign-up form for free subscribers<br />- A sign-up form for monthly paid subscribers<br />- A sign-up form for annually paid subscribers<br /><br />I’m going to start with an ecommerce landing page template. So I’ll go into the landing page templates area of my account (these are included in AWeber’s free plan).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102661,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/landing-page-template-gallery-1024x589.jpg\" alt=\"landing page templates for a paid newsletter\" class=\"wp-image-102661\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And pick this landing page:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102627,\"width\":739,\"height\":738,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/landing-page-paid-newsletter.png\" alt=\"an ecommerce landing page with two products\" class=\"wp-image-102627\" width=\"739\" height=\"738\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I played around with this landing page for a bit to adapt it to my newsletter. Here’s what I did:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Edited the copy in the left column</li><li>Changed the background color to the pale blue you see below</li><li>Swapped out the image of the woman for an image I made <a href=\"https://unsplash.com/\" target=\"_blank\" rel=\"noreferrer noopener\">from UnSplash images</a></li><li>Added three “rows” — one for each sign up option</li><li>Added a sign-up form to each of the rows, then increased the padding on the right and left sides of each sign-up form</li><li>Added the “ecommerce” buy button below the sign up forms in the two paid options</li><li>Then removed the sign-up forms from the two paid options, because the buy buttons capture people’s names and email addresses when they pay (so no need for those opt-in forms)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>That’s a lot of changes. There’s <a href=\"https://www.youtube.com/watch?v=j5cDA0fTKVs\" target=\"_blank\" rel=\"noreferrer noopener\">a tutorial on how to work with AWeber landing pages</a> (starting with what a landing page is) if you want to see how to make these sorts of changes. AWeber’s landing page builder is a drag and drop editor, so there’s no coding or special knowledge required. If you start with the template I used, you’ll have an even easier time getting to a the page you want.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what it looks like after all those changes:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102628,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-newsletter-landing-page-final-desktop-940x1024.jpg\" alt=\"Landing page example for a paid newsletter\" class=\"wp-image-102628\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>It’s a simple page, but I’m okay with that for right now. Later I will go back and add more description to the paid newsletter blocks to sell the paid versions better. When I get a few testimonials, I’ll add those to the bottom of the page. I’ll probably also add a section that talks in detail about what the newsletter includes, and add links to a few sample issues, just so people can see what they’re getting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But for right now, this page is good enough to get started with. I don’t want to slow my momentum down by fussing with it too much right now.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Especially because I need to set up those buy buttons.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-step-9-connect-the-buy-buttons-to-stripe-products-and-add-the-purchase-automation-tags\"><strong>Step 9. Connect the buy buttons to Stripe products and add the purchase automation tags</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now we’re going to get the buy buttons working, because, well, that’s the point of all this.<br /><br />I’ll start by going into my Stripe account and creating two products: One for the recurring monthly payment, and one for the recurring annual payment.<br /><br />To create the products you go into your Stripe account, choose the “Products” dashboard, and then click the purple “+ Add product” button on the right.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102629,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/stripe-product-creation-1-1024x581.png\" alt=\"Stripe product creation: Step 1\" class=\"wp-image-102629\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Fill out the basic information on the next page (product name, description, price, etc) and click Save.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102634,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/stripe-product-creation-3-1-792x1024.jpg\" alt=\"Stripe product creation: Step 2\" class=\"wp-image-102634\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Then click on your product from the product dashboard area. You should see something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102633,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/stripe-product-creation-2-1-1024x713.png\" alt=\"Stripe product creation: Step 3\" class=\"wp-image-102633\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now that those products are created — and I’ve already connected my Stripe account and my AWeber account — it’s a snap to make those buttons on the landing page actually trigger a purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I just click the buy button and choose the product I want it to trigger.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102635,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/buy-button-set-up-1-1024x725.png\" alt=\"Adding buy button into newsletter subscription landing page\" class=\"wp-image-102635\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Now you’ll need to add a tag to each button so when people buy the paid newsletter (monthly or annual) they’ll be tagged in a way that tells your AWeber account, “Hey — this is a paid subscriber! Send them the paid version of the newsletter.”<br /><br />This is also super-easy. You just click the blue “+ Add Automation” button in the right-hand corner (visible in the screenshot above, right below the Stripe product selection pull-down).<br /><br />Then you select which action you want to trigger the automation (in this case, “Purchases the Product.”)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102636,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/purchase-automation-setup-1024x424.png\" alt=\"purchase automation setup for a buy button\" class=\"wp-image-102636\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And then you type in whatever tag you want to use.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102637,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/purchase-automation-setup-2-1024x497.png\" alt=\"Purchase automation set up step 3\" class=\"wp-image-102637\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I used the tag name “premium-monthly”. You can use whatever you want.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So now whenever someone buys this “product,” they’ll be tagged with a tag that identifies them as having either a monthly or an annual subscription.<br /><br />Let’s publish the landing page and see if all this actually works…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:video {\"id\":102638} -->\n<figure class=\"wp-block-video\"><video controls src=\"https://blog.aweber.com/wp-content/uploads/2022/09/pruchasing-my-newsletter.mp4\"></video></figure>\n<!-- /wp:video -->\n\n<!-- wp:paragraph -->\n<p>It worked!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And — tada: I got an email confirming I subscribed. With the right tag and showing Stripe as the source and everything.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102640,\"width\":650,\"height\":410,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/confirmation-with-aweber-map.png\" alt=\"Confirmation email showing new subscribers signed up for newsletter\" class=\"wp-image-102640\" width=\"650\" height=\"410\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Stripe also shows the payment went through:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102641,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/purchase-confirmation-1-1024x690.png\" alt=\"Stripe payment confirmation\" class=\"wp-image-102641\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I have a working buy button! I’ll repeat the settings for the other button, of course.<br /><br />One thing I did notice in this video: I need to create a thank you page. I specify that by clicking on the buy button again and going to the “Receipt” tab. Then on I’ll change the radio button from “Show Receipt” to “Redirect to Custom URL.” That custom URL could be a page on my website, a link to any other page on the web, or another AWeber landing page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102642,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/custom-thank-you-page-2-1024x547.png\" alt=\"Newsletter subscription receipt page\" class=\"wp-image-102642\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>So now I’m ready to send a test free newsletter and a test paid newsletter to myself.<br /><br />We’re so close… stay with me for this last step.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-step-10-send-a-test-newsletter-to-your-free-and-paid-lists\"><strong>Step 10: Send a test newsletter to your free and paid lists</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are a couple of things to do here.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Send a test newsletter to my free and paid lists (using two dummy email addresses)</li><li>Set up the list so that when a free subscriber buys the premium subscription, they stop getting the free version.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To send the tests, I’ve signed up for both the free and paid versions of my newsletter with different test email accounts. I’ve also created two very simple emails that are for each version of the newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102643,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/testing-free-and-paid-newsletters-1024x689.png\" alt=\"testing the free and paid versions of the newsletter\" class=\"wp-image-102643\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I’m going to schedule each email to go out to the right “list.” To do that, I need to create a segment based on a tag. In other words, I’m going to set up a rule in my list that moves any subscriber with a specific tag into a segment of my list, so I can send emails to that group of people (that segment) easily.<br /><br />There is a help page for how to do that <a href=\"https://help.aweber.com/hc/en-us/articles/360000352707-How-do-I-create-a-segment-using-tags-\" target=\"_blank\" rel=\"noreferrer noopener\">here</a>, but I’m also going to walk through how to do it.<br /><br />First thing: I’ve already got my tags, “premium-monthly”, “premium-annual” and “free-subscribers”. I created those and added them to the appropriate subscribers back when I set up the sign-up forms for each version of the newsletter.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To create a segment from those tags, I’ll go into the “Subscribers” section of my account, then choose “Tag” from the search option pull-down menu.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102644,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tag-1-1024x677.jpg\" alt=\"Creating a segment from tags - first step\" class=\"wp-image-102644\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next I’ll choose “is any of these” from the next pull-down menu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102645,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tab-2-1024x481.jpg\" alt=\"creating a segment from a tag step 2\" class=\"wp-image-102645\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And finally I’ll enter the two tags in the third column, then click “Search.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102646,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tab-3-1024x514.png\" alt=\"Create a segment from tags - step 3\" class=\"wp-image-102646\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The results correctly show the one email address that is a premium subscriber.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102647,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/segment-from-tab-4-1024x482.png\" alt=\"segment from tags step 4\" class=\"wp-image-102647\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>I can save this as a segment by adding a name to the “Save search as segment” field in the middle of the page (it’s just under the search parameters). I’ll name this segment “paid-subscribers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that I’ve got that segment, I can schedule a message to either go out to only a segment of my list (those paid subscribers).<br /><br />I’m going to repeat this process with the tag “free-subscribers”. So when I’m done, I’ll have two segments: “paid-subscribers” and “free-subscribers”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now it’s time to send the test emails. I’ll go back to the “Messages” &gt; “Drafts” section of my account, chose the email I want to send to free subscribers, and schedule the email to go out. That’s where the list settings for choosing which segment to send to are.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are the settings I’ll use for free subscribers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102648,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/free-subscribers-segment-1024x783.png\" alt=\"settings to send a newsletter to free subscribers\" class=\"wp-image-102648\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the settings I’ll use for paid subscribers:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102649,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-subscribers-segment-1024x721.png\" alt=\"sending a test newsletter to paid subscribers\" class=\"wp-image-102649\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Sure enough… the free version of the newsletter went to the email address that’s subscribed to the free newsletter:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102650,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/free-version-email-test-1024x546.png\" alt=\"the email that was sent to the free subscriber\" class=\"wp-image-102650\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>And the paid version of the newsletter went to the email address on the paid list:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102651,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/paid-email-test-1024x606.png\" alt=\"Email that was sent to the paid subscriber\'s email address\" class=\"wp-image-102651\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-your-turn-create-your-own-paid-newsletter\"><strong>Your turn: Create your own paid newsletter</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It all worked. The landing page, the buy buttons, the automations, the list settings, and the test newsletters. All with a free AWeber account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There were a lot of steps to this, but you made it to the end. There are more customizations I could do for my newsletter (like a welcome email, a customized Stripe receipt), but the newsletter works as is. I’ve got enough — and you’ve got enough — to start creating and sending the actual newsletters.<br /><br />So what will you do with your new knowledge? What kind of newsletter will you start? We’d love to know. Leave a comment below and tell us.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/create-a-paid-newsletter.htm\">How to create a paid newsletter</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://blog.aweber.com/learn/create-a-paid-newsletter.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"2022 free fall GIF guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://blog.aweber.com/email-marketing/fall-gif-guide.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://blog.aweber.com/email-marketing/fall-gif-guide.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Sep 2022 21:09:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Email Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"email design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"gifs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://blog.aweber.com/?p=89403\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13002:\"<p><img width=\"600\" height=\"338\" src=\"https://blog.aweber.com/wp-content/uploads/2021/09/falling-leaf-featured.gif\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Falling Leaf GIF\" loading=\"lazy\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>GIFs are more than just fun images to look at —&nbsp;they can drastically increase your marketing results, too.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>That\'s because eye-catching visuals always boost engagement, but when those visual move, engagement goes up even more. So whether you\'re using animated gifs in social media posts, in blog posts, on thank you pages or in your emails, gifs can attract the attention you want <strong>and</strong> have a positive effect on revenue. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So <a href=\"https://blog.aweber.com/learn/gif-guide-email-marketing.htm\">adding GIFs</a> to your upcoming fall newsletters or promotional emails is a smart move. It\'s just that sometimes it takes a while to create a great GIF, or to find just the right GIF. </p>\n<p>To create awesome GIFs, you can tinker around with GIF-making websites and apps (but that\'ll eat up a lot of your time). Or you can hire a designer to make them for you in Photoshop (but that’ll cost you some hard-earned cash). </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Thankfully, you don’t have to do either, because we already did the heavy lifting for you. Use these free fall GIFs wherever you want, however you want. Download your favorites from the free GIFs below, then add them to your emails, social media posts, or to your website to grab your readers’ attention.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-your-fall-gif-guide\">Your Fall GIF Guide</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-labor-day-gif\">Labor Day GIF</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":89411} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Labor-Day.gif\" alt=\"Labor Day GIF\" class=\"wp-image-89411\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-back-to-school-fall-gif\">Back to School Fall GIF</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102589,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/bus-going-back-to-school.gif\" alt=\"bus going back to school gif animation\" class=\"wp-image-102589\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102590,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/back-to-school-backpack-animation.gif\" alt=\"back to school backpack animation\" class=\"wp-image-102590\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102591,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/back-to-school-soccer-animation.gif\" alt=\"back to school soccer animation\" class=\"wp-image-102591\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89413} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/Back-to-School-GIF-v3.gif\" alt=\"back 2 school GIF\" class=\"wp-image-89413\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-fall-leaves-gif\">Fall Leaves GIF</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102588,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/falling_leaf_animation.gif\" alt=\"falling leaf changes colors animation\" class=\"wp-image-102588\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102594,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/falling-leaves-animated.gif\" alt=\"falling leaves fall autumn gif animation\" class=\"wp-image-102594\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102595,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/raking-leaves-animation.gif\" alt=\"raking leaves fall animated gif\" class=\"wp-image-102595\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89414} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Autumn3.gif\" alt=\"Fall leaves GIF\" class=\"wp-image-89414\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-football-gif\">Football GIF</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":93391,\"sizeSlug\":\"large\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/09/football.gif\" alt=\"Football spiral GIF\" class=\"wp-image-93391\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-autumn-gifs\">Autumn GIFs</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102587,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/Animation_Autumn_Background.gif\" alt=\"autumn wind and leaves illustrated gif animation\" class=\"wp-image-102587\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102592,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/autumn-harvest-animation.gif\" alt=\"autumn harvest tractor animated gif\" class=\"wp-image-102592\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":98317,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/leaves-leaving.gif\" alt=\"Leaves blowing off tree GIF\" class=\"wp-image-98317\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":98315,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/falling-leaf.gif\" alt=\"Leaf falling from tree GIF\" class=\"wp-image-98315\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89415} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Autumn2.gif\" alt=\"Autumn red text GIF\" class=\"wp-image-89415\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89416} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Autumn-1.gif\" alt=\"Autumn white text GIF\" class=\"wp-image-89416\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-halloween-gif\">Halloween GIF</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102593,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/jack-o-lantern-halloween-animation-1024x576.gif\" alt=\"evil jack-o-lantern animation gif halloween pumpkin\" class=\"wp-image-102593\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":98314,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/cauldron.gif\" alt=\"Happy Holiday Cauldron GIF\" class=\"wp-image-98314\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":98316,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/jack-o-lantern.gif\" alt=\"Jack-o-lantern GIF\" class=\"wp-image-98316\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":93390,\"sizeSlug\":\"large\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/09/pumpkin.gif\" alt=\"jack o\'lantern GIF\" class=\"wp-image-93390\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89417} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Halloween-grave.gif\" alt=\"Halloween GIF\" class=\"wp-image-89417\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-happy-thanksgiving-gifs\">Happy Thanksgiving GIFs</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102596,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/happy-thanksgiving-turkey-animation.gif\" alt=\"happy thanksgiving turkey animated gif\" class=\"wp-image-102596\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102597,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/happy-thanksgiving-turkey-animation-2.gif\" alt=\"another happy thanksgiving turkey animated gif\" class=\"wp-image-102597\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":102598,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/turkey-pulling-cart-animation.gif\" alt=\"turkey pulling a cart thanksgiving animation\" class=\"wp-image-102598\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":98318,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/turkey-trot.gif\" alt=\"Walking turkey Happy Thanksgiving GIF\" class=\"wp-image-98318\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89418} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Thanksgiving.gif\" alt=\"Thanksgiving GIF\" class=\"wp-image-89418\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":89419} --></p>\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Thanksgiving2.gif\" alt=\"Happy Thanksgiving GIF\" class=\"wp-image-89419\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-download-your-fall-gifs\">How to Download Your Fall GIFs</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Step 1:</strong>&nbsp;Find the fall GIF below that you want to use in your email.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Step 2:</strong>&nbsp;Save it to your computer by either right clicking the GIF and selecting “Save Image,” or by dragging the GIF to your desktop.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Step 3:</strong>&nbsp;Upload the GIF into your email template inside <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=blogcontent&amp;utm_content=2019fallgifguide\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber</a>. Under image size, choose \"original.\" That\'s it!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-check-out-our-other-gif-guides\">Check out our other GIF Guides</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Related: </strong><a href=\"https://blog.aweber.com/email-marketing/your-holiday-gif-guide-festive-gifs-to-spice-up-your-holiday-emails.htm\">Winter Holiday GIF Guide </a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Related: </strong><a href=\"https://blog.aweber.com/email-marketing/valentines-gifs.htm\">Valentine\'s Day GIF Guide</a> </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Related: </strong><a href=\"https://blog.aweber.com/email-marketing/9-free-summer-gifs-for-you-to-add-to-your-next-email.htm\">Summer GIF Guide</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Sign up for <a href=\"https://www.aweber.com/free-email-marketing.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=blogcontent&amp;utm_content=09032020-fallgifguide\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>your FREE AWeber account</strong></a> today.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/email-marketing/fall-gif-guide.htm\">2022 free fall GIF guide</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Pam Neely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12379:\"<p><img width=\"600\" height=\"338\" src=\"https://blog.aweber.com/wp-content/uploads/2021/09/falling-leaf-featured.gif\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Falling Leaf GIF\" loading=\"lazy\" /></p><!-- wp:paragraph -->\n<p>GIFs are more than just fun images to look at —&nbsp;they can drastically increase your marketing results, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That\'s because eye-catching visuals always boost engagement, but when those visual move, engagement goes up even more. So whether you\'re using animated gifs in social media posts, in blog posts, on thank you pages or in your emails, gifs can attract the attention you want <strong>and</strong> have a positive effect on revenue. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So <a href=\"https://blog.aweber.com/learn/gif-guide-email-marketing.htm\">adding GIFs</a> to your upcoming fall newsletters or promotional emails is a smart move. It\'s just that sometimes it takes a while to create a great GIF, or to find just the right GIF. <br /><br />To create awesome GIFs, you can tinker around with GIF-making websites and apps (but that\'ll eat up a lot of your time). Or you can hire a designer to make them for you in Photoshop (but that’ll cost you some hard-earned cash). </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thankfully, you don’t have to do either, because we already did the heavy lifting for you. Use these free fall GIFs wherever you want, however you want. Download your favorites from the free GIFs below, then add them to your emails, social media posts, or to your website to grab your readers’ attention.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-your-fall-gif-guide\">Your Fall GIF Guide</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-labor-day-gif\">Labor Day GIF</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":89411} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Labor-Day.gif\" alt=\"Labor Day GIF\" class=\"wp-image-89411\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-back-to-school-fall-gif\">Back to School Fall GIF</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102589,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/bus-going-back-to-school.gif\" alt=\"bus going back to school gif animation\" class=\"wp-image-102589\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102590,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/back-to-school-backpack-animation.gif\" alt=\"back to school backpack animation\" class=\"wp-image-102590\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102591,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/back-to-school-soccer-animation.gif\" alt=\"back to school soccer animation\" class=\"wp-image-102591\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89413} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/Back-to-School-GIF-v3.gif\" alt=\"back 2 school GIF\" class=\"wp-image-89413\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-fall-leaves-gif\">Fall Leaves GIF</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102588,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/falling_leaf_animation.gif\" alt=\"falling leaf changes colors animation\" class=\"wp-image-102588\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102594,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/falling-leaves-animated.gif\" alt=\"falling leaves fall autumn gif animation\" class=\"wp-image-102594\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102595,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/raking-leaves-animation.gif\" alt=\"raking leaves fall animated gif\" class=\"wp-image-102595\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89414} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Autumn3.gif\" alt=\"Fall leaves GIF\" class=\"wp-image-89414\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-football-gif\">Football GIF</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":93391,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/09/football.gif\" alt=\"Football spiral GIF\" class=\"wp-image-93391\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-autumn-gifs\">Autumn GIFs</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102587,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/Animation_Autumn_Background.gif\" alt=\"autumn wind and leaves illustrated gif animation\" class=\"wp-image-102587\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102592,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/autumn-harvest-animation.gif\" alt=\"autumn harvest tractor animated gif\" class=\"wp-image-102592\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":98317,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/leaves-leaving.gif\" alt=\"Leaves blowing off tree GIF\" class=\"wp-image-98317\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":98315,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/falling-leaf.gif\" alt=\"Leaf falling from tree GIF\" class=\"wp-image-98315\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89415} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Autumn2.gif\" alt=\"Autumn red text GIF\" class=\"wp-image-89415\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89416} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Autumn-1.gif\" alt=\"Autumn white text GIF\" class=\"wp-image-89416\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-halloween-gif\">Halloween GIF</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102593,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/jack-o-lantern-halloween-animation-1024x576.gif\" alt=\"evil jack-o-lantern animation gif halloween pumpkin\" class=\"wp-image-102593\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":98314,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/cauldron.gif\" alt=\"Happy Holiday Cauldron GIF\" class=\"wp-image-98314\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":98316,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/jack-o-lantern.gif\" alt=\"Jack-o-lantern GIF\" class=\"wp-image-98316\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":93390,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/09/pumpkin.gif\" alt=\"jack o\'lantern GIF\" class=\"wp-image-93390\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89417} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Halloween-grave.gif\" alt=\"Halloween GIF\" class=\"wp-image-89417\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-happy-thanksgiving-gifs\">Happy Thanksgiving GIFs</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102596,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/happy-thanksgiving-turkey-animation.gif\" alt=\"happy thanksgiving turkey animated gif\" class=\"wp-image-102596\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102597,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/happy-thanksgiving-turkey-animation-2.gif\" alt=\"another happy thanksgiving turkey animated gif\" class=\"wp-image-102597\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":102598,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/turkey-pulling-cart-animation.gif\" alt=\"turkey pulling a cart thanksgiving animation\" class=\"wp-image-102598\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":98318,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/09/turkey-trot.gif\" alt=\"Walking turkey Happy Thanksgiving GIF\" class=\"wp-image-98318\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89418} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Thanksgiving.gif\" alt=\"Thanksgiving GIF\" class=\"wp-image-89418\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":89419} -->\n<figure class=\"wp-block-image\"><img src=\"https://blog.aweber.com/wp-content/uploads/2019/08/08-Fall-GIFs-Thanksgiving2.gif\" alt=\"Happy Thanksgiving GIF\" class=\"wp-image-89419\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-download-your-fall-gifs\">How to Download Your Fall GIFs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 1:</strong>&nbsp;Find the fall GIF below that you want to use in your email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 2:</strong>&nbsp;Save it to your computer by either right clicking the GIF and selecting “Save Image,” or by dragging the GIF to your desktop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Step 3:</strong>&nbsp;Upload the GIF into your email template inside <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=blogcontent&amp;utm_content=2019fallgifguide\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber</a>. Under image size, choose \"original.\" That\'s it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-check-out-our-other-gif-guides\">Check out our other GIF Guides</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Related: </strong><a href=\"https://blog.aweber.com/email-marketing/your-holiday-gif-guide-festive-gifs-to-spice-up-your-holiday-emails.htm\">Winter Holiday GIF Guide </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Related: </strong><a href=\"https://blog.aweber.com/email-marketing/valentines-gifs.htm\">Valentine\'s Day GIF Guide</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Related: </strong><a href=\"https://blog.aweber.com/email-marketing/9-free-summer-gifs-for-you-to-add-to-your-next-email.htm\">Summer GIF Guide</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sign up for <a href=\"https://www.aweber.com/free-email-marketing.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=blogcontent&amp;utm_content=09032020-fallgifguide\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>your FREE AWeber account</strong></a> today.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/email-marketing/fall-gif-guide.htm\">2022 free fall GIF guide</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://blog.aweber.com/email-marketing/fall-gif-guide.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"See how this blogger grew her email list to over 56,000 subscribers using AWeber￼\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://blog.aweber.com/success/how-emma-johnson-grew-email-list.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://blog.aweber.com/success/how-emma-johnson-grew-email-list.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Sep 2022 11:46:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"grow email list\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13487:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Emma Johnson customer success story\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:image {\"align\":\"center\",\"id\":74874,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2015/07/emma-and-the-kiddos.png\" alt=\"Emma Johnson with her kids\" class=\"wp-image-74874\"/></figure>\n</div>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Emma Johnson is the founder of <a href=\"https://www.wealthysinglemommy.com/blog/\" target=\"_blank\" rel=\"noreferrer noopener\">Wealthy Single Mommy</a>, a blog that helps moms with career, money, business, parenting, dating, relationship, and other advice.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Like many entrepreneurs starting a business or side hustle for the first time, Emma wasn’t sure what she was doing.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p><em>“I started a blog and I didn’t know what I was doing. It was a personal project. I thought I’d talk about money, but it went way beyond money.”</em></p>\n<p><cite>Emma Johnson</cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>The biggest challenge she faced while growing her business was getting email sign-ups.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Emma knew when she signed up for AWeber in 2014 that email marketing was the key to connecting with her readers and keeping her audience growing. At the time she had 2,000 email addresses.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now she has an email list of over 56,000 loyal subscribers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-emma-grows-her-email-subscribers\">How Emma grows her email subscribers</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-1-offers-a-lead-magnet\">1: Offers a lead magnet</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Emma offers a free guide, “<em>15 Steps to Thriving as a Single Mom</em>” as an incentive to her new subscribers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“It’s a snapshot of the advice I give all the time. It’s my manifesto for single moms. People find me when they’re desperate and in need of practical and emotional advice. The guide sets the tone for their relationship with me going forward.”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>Emma’s <a href=\"https://blog.aweber.com/email-marketing/how-to-create-a-lead-magnet.htm\" target=\"_blank\" rel=\"noreferrer noopener\">lead magnet</a> helps grow her email sign-ups – but more importantly, it creates loyal, long-time readers who feel part of a real community.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Her target audience sees value in the email sign-up offer. When you provide something your audience finds valuable, they will not hesitate to give you their email address.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Related</strong>: <a href=\"https://blog.aweber.com/email-marketing/22-brilliant-lead-magnets-that-are-growing-email-lists-right-now.htm\" target=\"_blank\" rel=\"noreferrer noopener\">22 Brilliant lead magnets to grow your email list right now</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-2-uses-sign-up-forms\">2: Uses sign-up forms</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To capture leads from her “<em>15 Steps to Thriving as a Single Mom</em>” guide, Emma created sign-up forms in AWeber (see how to set up your own sign-up form in AWeber below).&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Where does she use these sign-up forms?&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4><strong>The home page of her website</strong></h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The first thing a visitor to Emma’s website sees is a call to action asking them to provide their email address in exchange for a valuable free guide.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101970,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-07-29-at-3.27.49-PM-1024x604.jpg\" alt=\"Emma Johnson\'s home page with lead magnet\" class=\"wp-image-101970\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4><strong>Pop up on her blog posts</strong></h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you’re a new visitor to Emma’s educational blog posts, a pop-up will appear asking if you’d like to sign up for the lead magnet.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101971,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-07-29-at-3.26.47-PM.png\" alt=\"Pop up sign up form on Emma Johnson\'s blog posts\" class=\"wp-image-101971\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4><strong>Social media</strong></h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Offer your lead magnet where your audience is reading your content. Some people may find your company through social media, so try to capture their email addresses.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Emma, who has 23,000 Facebook followers, does just that. Her incentive on Facebook is a free chapter of her best-selling book “<em>The Kickass Single Mom.</em>”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101972,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-07-29-at-3.36.09-PM-1024x453.jpg\" alt=\"Emma Johnson\'s Facebook page cover image pointing to sign up button\" class=\"wp-image-101972\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-a-sign-up-form-in-aweber\">How to set up a sign up form in AWeber</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To create her sign-up forms, Emma followed these steps using AWeber:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-1-create-your-sign-up-form\">Step 1: Create your sign up form</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 – In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Create a Sign-Up Form.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-up-sign-up-form-in-AWeber-1024x450.png\" alt=\"Set up sign up form in AWeber\" class=\"wp-image-101704\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 – In the drop-down menu choose whether you’ll be adding this sign-up form to your website or to a landing page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101691,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drop-down-menu-for-sign-up-form-in-AWeber-1024x540.png\" alt=\"Drop down menu for sign up form in AWeber\" class=\"wp-image-101691\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>3 - Choose your template.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101692,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.57.45-AM.png\" alt=\"AWeber sign up form template gallery\" class=\"wp-image-101692\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>4 – Add any information you’d like to collect from your subscribers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Asking for new subscribers’ first names and email addresses is usually the best choice here, though you can also ask for their zip code or other special information if you want. Just remember: The less information you ask for, the more likely people are to fill out the form.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101693,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-1.35.14-PM.png\" alt=\"Add custom field to sign up form in AWeber\" class=\"wp-image-101693\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>5 - Name your form.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101695,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Name-sign-up-form.png\" alt=\"Name sign up form in AWeber\" class=\"wp-image-101695\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-2-add-your-form-to-your-website-or-landing-page\">Step 2: Add your form to your website or landing page</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 - In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Publish.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101973,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-01-at-4.34.29-PM.png\" alt=\"Sign up form main page in AWeber\'s platform\" class=\"wp-image-101973\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 - You can either install the HTML code on your website or use the form as a landing page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To install the form on your website, copy and paste the Javascript Snippet or Raw HTML Version anywhere between the &lt;body&gt; tags of your site.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101974,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-02-at-8.01.44-AM-1024x588.png\" alt=\"Example of how to publish sign up form using HTML\" class=\"wp-image-101974\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>To use the form as a landing page, just use the link AWeber provides.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101975,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-02-at-7.59.42-AM-1024x431.png\" alt=\"Example of publishing a sign up form using the form as a landing page\" class=\"wp-image-101975\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-to-get-the-same-results-that-emma-got-from-her-email-marketing\"><strong>Want to get the same results that Emma got from her email marketing?</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then get started now — for free — with AWeber. You’ll have access to all the tools Emma used to build her list of 56,000+ subscribers, plus access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We also have a knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Get started now</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-emma-johnson-grew-email-list.htm\">See how this blogger grew her email list to over 56,000 subscribers using AWeber￼</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Sean Tinney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12782:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Emma Johnson customer success story\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/emma-johnson-success-story_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:image {\"align\":\"center\",\"id\":74874,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2015/07/emma-and-the-kiddos.png\" alt=\"Emma Johnson with her kids\" class=\"wp-image-74874\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Emma Johnson is the founder of <a href=\"https://www.wealthysinglemommy.com/blog/\" target=\"_blank\" rel=\"noreferrer noopener\">Wealthy Single Mommy</a>, a blog that helps moms with career, money, business, parenting, dating, relationship, and other advice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like many entrepreneurs starting a business or side hustle for the first time, Emma wasn’t sure what she was doing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“I started a blog and I didn’t know what I was doing. It was a personal project. I thought I’d talk about money, but it went way beyond money.”</em></p><cite>Emma Johnson</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>The biggest challenge she faced while growing her business was getting email sign-ups.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emma knew when she signed up for AWeber in 2014 that email marketing was the key to connecting with her readers and keeping her audience growing. At the time she had 2,000 email addresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now she has an email list of over 56,000 loyal subscribers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-emma-grows-her-email-subscribers\">How Emma grows her email subscribers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-1-offers-a-lead-magnet\">1: Offers a lead magnet</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Emma offers a free guide, “<em>15 Steps to Thriving as a Single Mom</em>” as an incentive to her new subscribers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s a snapshot of the advice I give all the time. It’s my manifesto for single moms. People find me when they’re desperate and in need of practical and emotional advice. The guide sets the tone for their relationship with me going forward.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Emma’s <a href=\"https://blog.aweber.com/email-marketing/how-to-create-a-lead-magnet.htm\" target=\"_blank\" rel=\"noreferrer noopener\">lead magnet</a> helps grow her email sign-ups – but more importantly, it creates loyal, long-time readers who feel part of a real community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her target audience sees value in the email sign-up offer. When you provide something your audience finds valuable, they will not hesitate to give you their email address.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Related</strong>: <a href=\"https://blog.aweber.com/email-marketing/22-brilliant-lead-magnets-that-are-growing-email-lists-right-now.htm\" target=\"_blank\" rel=\"noreferrer noopener\">22 Brilliant lead magnets to grow your email list right now</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-2-uses-sign-up-forms\">2: Uses sign-up forms</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To capture leads from her “<em>15 Steps to Thriving as a Single Mom</em>” guide, Emma created sign-up forms in AWeber (see how to set up your own sign-up form in AWeber below).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Where does she use these sign-up forms?&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>The home page of her website</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first thing a visitor to Emma’s website sees is a call to action asking them to provide their email address in exchange for a valuable free guide.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101970,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-07-29-at-3.27.49-PM-1024x604.jpg\" alt=\"Emma Johnson\'s home page with lead magnet\" class=\"wp-image-101970\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Pop up on her blog posts</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re a new visitor to Emma’s educational blog posts, a pop-up will appear asking if you’d like to sign up for the lead magnet.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101971,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-07-29-at-3.26.47-PM.png\" alt=\"Pop up sign up form on Emma Johnson\'s blog posts\" class=\"wp-image-101971\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4><strong>Social media</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Offer your lead magnet where your audience is reading your content. Some people may find your company through social media, so try to capture their email addresses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Emma, who has 23,000 Facebook followers, does just that. Her incentive on Facebook is a free chapter of her best-selling book “<em>The Kickass Single Mom.</em>”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101972,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-07-29-at-3.36.09-PM-1024x453.jpg\" alt=\"Emma Johnson\'s Facebook page cover image pointing to sign up button\" class=\"wp-image-101972\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-a-sign-up-form-in-aweber\">How to set up a sign up form in AWeber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To create her sign-up forms, Emma followed these steps using AWeber:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-1-create-your-sign-up-form\">Step 1: Create your sign up form</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 – In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Create a Sign-Up Form.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-up-sign-up-form-in-AWeber-1024x450.png\" alt=\"Set up sign up form in AWeber\" class=\"wp-image-101704\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 – In the drop-down menu choose whether you’ll be adding this sign-up form to your website or to a landing page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101691,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drop-down-menu-for-sign-up-form-in-AWeber-1024x540.png\" alt=\"Drop down menu for sign up form in AWeber\" class=\"wp-image-101691\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3 - Choose your template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101692,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.57.45-AM.png\" alt=\"AWeber sign up form template gallery\" class=\"wp-image-101692\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>4 – Add any information you’d like to collect from your subscribers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Asking for new subscribers’ first names and email addresses is usually the best choice here, though you can also ask for their zip code or other special information if you want. Just remember: The less information you ask for, the more likely people are to fill out the form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101693,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-1.35.14-PM.png\" alt=\"Add custom field to sign up form in AWeber\" class=\"wp-image-101693\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>5 - Name your form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101695,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Name-sign-up-form.png\" alt=\"Name sign up form in AWeber\" class=\"wp-image-101695\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-2-add-your-form-to-your-website-or-landing-page\">Step 2: Add your form to your website or landing page</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 - In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Publish.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101973,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-01-at-4.34.29-PM.png\" alt=\"Sign up form main page in AWeber\'s platform\" class=\"wp-image-101973\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 - You can either install the HTML code on your website or use the form as a landing page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To install the form on your website, copy and paste the Javascript Snippet or Raw HTML Version anywhere between the &lt;body&gt; tags of your site.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101974,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-02-at-8.01.44-AM-1024x588.png\" alt=\"Example of how to publish sign up form using HTML\" class=\"wp-image-101974\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To use the form as a landing page, just use the link AWeber provides.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101975,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-02-at-7.59.42-AM-1024x431.png\" alt=\"Example of publishing a sign up form using the form as a landing page\" class=\"wp-image-101975\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-to-get-the-same-results-that-emma-got-from-her-email-marketing\"><strong>Want to get the same results that Emma got from her email marketing?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then get started now — for free — with AWeber. You’ll have access to all the tools Emma used to build her list of 56,000+ subscribers, plus access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have a knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Get started now</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-emma-johnson-grew-email-list.htm\">See how this blogger grew her email list to over 56,000 subscribers using AWeber￼</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://blog.aweber.com/success/how-emma-johnson-grew-email-list.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Join the 2022 Sell Something Challenge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://blog.aweber.com/updates/sell-something-challenge.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://blog.aweber.com/updates/sell-something-challenge.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2022 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"ecommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://blog.aweber.com/?p=97751\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35263:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"2022 Sell Something Challenge\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>We live in the era of the side hustle. The passive revenue stream. The start-your-own-business movement. And there’s a reason: Selling online isn’t all that hard. Making online sales is no longer just for established businesses.</p>\n<p>You can do it! You probably have at least one thing you’d like to sell. If not, don’t worry, we have some ideas for you.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And now is the perfect time. For the month of September, AWeber is running its Sell Something Challenge. Want to join?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"sign-up\">Sign up for the challenge</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:aweber-signupform-block/aweber-shortcode {\"selectedShortCode\":\"309777-1343946083-webform\"} --></p>\n<div class=\"wp-block-aweber-signupform-block-aweber-shortcode\">[aweber listid=309777 formid=1343946083 formtype=webform]</div>\n<p><!-- /wp:aweber-signupform-block/aweber-shortcode --></p>\n<p><!-- wp:paragraph --></p>\n<p>We’ll teach you everything you need to know to make your first sale AND you’ll get a free month of AWeber Pro when you sell something.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So read on and learn how to empower yourself with the knowledge that can change your future!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-why-learn-to-sell-online\"><strong>Why learn to sell online?</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Well, other than the obvious — you get to make a little money — there are a few other benefits to knowing how to sell things online. You’ll:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list {\"ordered\":true} --></p>\n<ol>\n<li>Earn passive income on the side</li>\n<li>Learn a new tech skill (and put it on your resume)</li>\n<li>Be able to quickly set up new revenue streams when you have ideas in the future</li>\n<li>Make more use out of your existing tools (like AWeber)</li>\n<li>Get one month of AWeber Pro for free (if you’re currently on the free plan)</li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>… which brings us to the details of the challenge.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-the-2022-sell-something-challenge\"><strong>The 2022 Sell Something Challenge</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102538,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-1024x576.jpg\" alt=\"2022 Sell Something Challenge\" class=\"wp-image-102538\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"sign-up\"><strong>What is it: </strong>A free challenge running from Thursday, September 1st through Friday September 30th, 2022.</p>\n<p><strong>What you’ll learn:</strong> How to use AWeber’s landing page builder and Ecommerce tools, along with how to develop ideas for digital products and how to set them up to sell and be fulfilled automatically - while you go do other things (sip a margarita on the beach, play with your kids, explore how to make cheese… whatever you’re into).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Here’s the small print:</strong> If you sign up with an free AWeber plan, or you already have a free plan, when you set up a landing page using our Ecommerce element and make one sale, we’ll send you a promo code for a free month of AWeber Pro for up to 500 subscribers. Your promo code will expire on October 31st, so use it as soon as you get it.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Ready to join?</strong> <a href=\"#sign-up\">Sign up for the challenge now</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We’d love to hear your plans and to help you out in our <a href=\"https://www.facebook.com/groups/awebercommunity\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook community</a>! Or tell a friend about how easy it was to set up your store. Who knows, you might help someone else get started selling online, too.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-why-sell-with-aweber\"><strong>Why sell with AWeber?</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are three main reasons why you should sell with AWeber: simplicity, control, and low-cost.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-simple-to-use\"><strong>Simple-to-use</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>AWeber offers over 100 page templates, integrations with <a href=\"https://www.aweber.com/integrations/e-commerce/stripe/\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe</a> and <a href=\"https://www.aweber.com/integrations/e-commerce/paypal/\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal</a> (for online payment processing), and a landing page builder that one marketer called “the easiest one I’ve ever used with all the functionality I need.”&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Quite simply, no matter how tech savvy you are, you can <a href=\"https://blog.aweber.com/success/how-this-leadership-coach-responded-in-real-time-to-sell-a-course.htm\" target=\"_blank\" rel=\"noreferrer noopener\">make a sales page in one day</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-you-re-in-control\"><strong>You’re in control</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Promoting your product or service on a social media platform or listing site can be good for visibility. But, ultimately, you are subject to the rules and algorithms of whichever platform controls your listing. They can shut you down at any time, with no warning. However, with AWeber, your pages, your products, and your promotions are <strong>100% in your control.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-the-lowest-cost\"><strong>The lowest cost</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can set up your sales pages with any AWeber plan — that means getting up and running is completely free. Squeaky-clean, no-strings-attached, no credit card required, <em>forever free</em>.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>AWeber also won’t charge you an arm and a leg when you make your sales. You see, online listing sites often charge really high fees — up to 20% from your sale. That means either you’re giving up a cut or you’re passing the cost onto your purchaser. AWeber’s fees are the lowest in the industry at 1%, 0.6% if you have a Pro account (plus Stripe’s fees of 2.9% + 30¢ per charge).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So if you sell an ebook for $15, you’re walking away with $14.12. The same book sold elsewhere could leave you with only $12. The same book sold six times will get you $86.19 versus $72 ($14 difference!). High fees start to add up.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We’ve done the math. Selling online with AWeber Ecommerce is the best way to walk away with the most money in your pocket.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-what-to-sell\"><strong>What to sell</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The purpose of <em>The Sell Something Challenge</em> isn’t to start a business or even get your side-gig going — although it would be great if you did that eventually. The purpose is to learn <em>how</em> to sell online, easily and affordably without using marketplaces or listing sites.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So don’t overthink the first thing you sell. Start simple. Here are ten ideas that may help inspire you to sell something uniquely yours:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-sell-something-physical\"><strong>Sell something physical</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:list {\"ordered\":true} --></p>\n<ol>\n<li>A tool in your garage you no longer use</li>\n<li>Used books</li>\n<li>Sketches, paintings, photography, etc.</li>\n<li>Resell used clothing or furniture from a thrift store</li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p><em>Note: If you sell something physical, pay close attention to when it’s sold and remove it from your page. This process currently can’t be automated.</em></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-sell-something-digital\"><strong>Sell something digital</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:list {\"ordered\":true,\"start\":5} --></p>\n<ol start=\"5\">\n<li>An online course with your expert advice</li>\n<li>A digital book or short story</li>\n<li>Expert content given via blog or email</li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-sell-services\"><strong>Sell services</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:list {\"ordered\":true,\"start\":8} --></p>\n<ol start=\"8\">\n<li>Freelance work like writing, editing, or design</li>\n<li>1:1 consulting in your area of expertise</li>\n<li>Local physical services offered in your area</li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Whatever you decide to sell, give it a name, a short description, and a picture — either of the physical thing you’re selling or to represent what you’ll be doing. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, if you’re going to offer consulting services, use a headshot or search for a relevant stock photo in the AWeber image gallery or on Canva. Here\'s one from Canva:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102541,\"width\":300,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/canva-stock-photo.png\" alt=\"A search for &quot;finance&quot; in Canva.\" class=\"wp-image-102541\" width=\"300\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Don’t forget to keep it simple for the challenge. We want to get you up and running — and even making a sale — today!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-your-sales-page\"><strong>How to set up your sales page</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Selling online involves two things: creating a sales page and marketing your product or service. Here we’ll cover creating your sales page. It only takes five simple steps to get a sales page up in AWeber (you can <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=free-signup-1\" target=\"_blank\" rel=\"noreferrer noopener\">set up a free</a><a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-sell-something-challenge-post\" target=\"_blank\" rel=\"noreferrer noopener\"> account</a> if you don’t already have one).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-1-create-a-landing-page\"><strong>1. Create a landing page</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click on “Landing Pages” in the side panel of your account and then click “Create landing page.” You can filter the templates by ecommerce or scroll to choose one (you don’t need an ecommerce-specific template to make a sale).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":97757,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/landing-pages-aweber-1024x320.png\" alt=\"Screen shot showing where to create a landing page in AWeber\'s platform\" class=\"wp-image-97757\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>A popular template is the “Simple Product Sale.” Click “Choose” on the template to copy the page into your drafts.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":97755,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/ecommerce-1024x295.jpg\" alt=\"In the AWeber dashboard, online store templates for ecommerce including an ebook offer and a simple product sale.\" class=\"wp-image-97755\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-2-add-sale-details\"><strong>2. Add sale details</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add the name, description, and imagery representing whatever you’ve decided to sell. You should always include a picture, especially if you’re selling a physical product.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Keep the description relevant to the size of what you’re selling. For example, you may want to lay out what someone will learn throughout a several-weeks-long course. But if you’re reselling something from your house, a picture and a short description is plenty.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-3-add-a-sale-button\"><strong>3. Add a sale button</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Drag and drop the ecommerce element from the left onto your sales page. This will give you a button (though there may already be one on your template). Update the button’s text. For example, you could say “Buy now – $15” or “Get Your Course.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-4-connect-to-stripe\"><strong>4. Connect to Stripe</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To charge for your product or service, you’ll need to connect to a Stripe account. When you’ve selected your ecommerce button, you should see a prompt to connect Stripe. If you don’t already have a Stripe account, don’t worry. You can set one up in about five minutes.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":97775,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-medium is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/Screen-Shot-2021-08-23-at-9.53.28-AM-202x300.png\" alt=\"Popup in AWeber\'s platform showing how to connect to Stripe\" class=\"wp-image-97775\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once Stripe is connected, you can create new products, subscriptions, payment plans and prices directly in AWeber. No need to switch back-and-forth to multiple tabs.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-5-configure-sale-button-settings\"><strong>5. Configure sale button settings</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add a “product” to your button (a digital product or service is also called a product). Give it a name, price, and decide whether you’ll charge just once, or offer a <a href=\"https://blog.aweber.com/updates/ecommerce-subscriptions-payment-plans.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-subscriptions-payment-plans\" target=\"_blank\" rel=\"noreferrer noopener\">subscription or payment plan</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":97778,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-medium is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/Screen-Shot-2021-08-23-at-4.11.10-PM-179x300.jpg\" alt=\"configure sale button settings in AWeber\'s platform\" class=\"wp-image-97778\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Under “Tag automation,” tag anyone who purchases with something like <em>ebook-sale</em>. Then you can track and market to who you sold to later.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102542,\"width\":293,\"height\":232,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/add-automations.png\" alt=\"Under Automation in the ecommerce tool in AWeber, you can add tags like ebook-sale when someone purchases the product.\" class=\"wp-image-102542\" width=\"293\" height=\"232\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Review the order form and double check that the prices and description match what you’re selling.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can choose to show a receipt after the sale or redirect to another page. If you redirect, you can show a thank you page or send purchasers to a landing page that contains the content they’ve bought (like a digital book or course).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-6-review-and-publish\"><strong>6. Review and publish</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Check your page’s title and preview the page to make sure it looks like you want it to. Then click “Save and exit” and then “Publish” to make your page live on the web (yep, it’s really a live sales page at this point!)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102543,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/jimmy.gif\" alt=\"A GIF of Jimmy Fallon dancing.\" class=\"wp-image-102543\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you want a custom domain — exampleproduct.com instead of mypage.aweb.com/p/1283…— you can <a href=\"https://www.aweber.com/users/contact/domains_addresses?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-buy-domains\">buy on</a><a href=\"https://www.aweber.com/users/contact/domains_addresses\" target=\"_blank\" rel=\"noreferrer noopener\">e directly from your AWeber dashboard</a>. Buy and connect your new domain on your landing page’s settings.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>That’s it! </strong>You now have a fully functioning sales page that you can share online or offline. It’s time to put “web designer” on your list of skill sets.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-sales-page-templates\"><strong>Sales page ​​templates</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Want to see a few options for the templates that can get you up and running right now? Scan through these five for some inspiration and click on any to copy it directly into your account.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-online-course\">Online course</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102545,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/0fcee5f3-c74d-4a60-ab03-2514216b993a?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-course-page-template\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/course-page-template-1024x757.jpg\" alt=\"The page template for an online course. Click to copy it into your AWeber account.\" class=\"wp-image-102545\"/></a></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-ebook-offer\">Ebook offer</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102546,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/e66afe6b-ac9b-49af-9ddd-3521e1972f83?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-book-page-template\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ebook-page-template-1024x691.jpg\" alt=\"Book page template for an online store. Includes options to buy in paperback or on kindle. Click to copy it into your AWeber account.\" class=\"wp-image-102546\"/></a></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-product-sale\">Product sale</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102547,\"width\":840,\"height\":538,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/64ccd18e-a3ff-4308-ae42-e2fd0f12954c?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-tshirt-sales-page-template\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/product-page-template-1024x656.jpeg\" alt=\"A product page template offering three pictures, prices, and buy now buttons. Click to copy it into your AWeber account.\" class=\"wp-image-102547\" width=\"840\" height=\"538\"/></a></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-services\">Services</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":102548,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/c59b497c-532d-41f7-9a6a-e6e7ae830a99?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-services\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/services-page-template-1024x733.jpg\" alt=\"A services page template with cleaning services as an example. Click to copy it into your AWeber account.\" class=\"wp-image-102548\"/></a></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:columns --></p>\n<div class=\"wp-block-columns\"><!-- wp:column --></p>\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-crowdfunding\">Crowdfunding</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":97771,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/c4746532-3186-4642-aea0-d60f2643e35e?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-crowdfunding\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/crowdfund-1024x909.jpg\" alt=\"Crowdfunding page template for an online store. Includes donate button, description prompts, and an image.\" class=\"wp-image-97771\"/></a></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-subscription\"><meta charset=\"utf-8\"/>Subscription</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":97772,\"width\":840,\"height\":684,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/8db2a3f4-684b-49eb-bcd1-fb934a98bfd3?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-subscription?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-subscriptions\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/subscription-1024x835.png\" alt=\"Subscription page template for an online store. Includes three subscription tiers, join buttons, and prices.\" class=\"wp-image-97772\" width=\"840\" height=\"684\"/></a></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click “Ecommerce” on the left when you’re <a href=\"https://www.aweber.com/users/landing_pages/create?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-choosing-template\" target=\"_blank\" rel=\"noreferrer noopener\">choosing a template</a> to see all the options, or check out our public <a href=\"https://www.aweber.com/templates/landing-pages/?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-template-gallery\" target=\"_blank\" rel=\"noreferrer noopener\">template gallery</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-make-the-sale-marketing-101\"><strong>How to make the sale (marketing 101)</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now that you have your sales page set up, it’s time to work on actually making that first sale. It’s time for some <a href=\"https://blog.aweber.com/email-marketing/free-marketing-ideas-to-grow-business.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-marketing-guide\" target=\"_blank\" rel=\"noreferrer noopener\">marketing</a>.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Marketing comes down to two things:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list {\"ordered\":true} --></p>\n<ol>\n<li>Who would want to buy my thing?</li>\n<li>Where do they learn about new products and services?</li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are four easy ways to start your sales journey, depending on the time and resources you have to spend. Try these tactics to make your first sale:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-tell-your-friends-and-family\">Tell your friends and family</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:embed {\"url\":\"https://twitter.com/ClickPop/status/1424764655688368130\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} --></p>\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\">\n<div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/ClickPop/status/1424764655688368130\n</div>\n</figure>\n<p><!-- /wp:embed --></p>\n<p><!-- wp:paragraph --></p>\n<p>As you’re starting your sales journey, the people who love you are likely to be on board with helping out. Ask your closest connections if they’ll support you by buying your thing, especially if it’s fairly affordable and useful for them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-find-buyers-on-social-media\">Find buyers on social media</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you have an existing audience on Facebook, Twitter, LinkedIn, TikTok, or anywhere else, promote your new product to them. Give a quick pitch on the benefits, uses, and how their lives will definitely be better after they buy your product.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you don’t have an existing social media audience — or not one that’s used to being sold to — it’s time to start.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you’re comfortable creating videos, I recommend starting with TikTok or YouTube and cross-promoting your videos. Get on screen and work to truly educate your audience about what you’re selling and the reasons they should buy it.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Not cool with video? That’s OK. Instead, try some Facebook groups, LinkedIn, or even Twitter threads. The key here is to search for people who could benefit from what you sell. Try finding popular posts and add answers or smart comments to them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, let’s say you sell a course about building a cabinet. Find the woodworking community by searching for “woodworking,” “DIY,” “home design,” etc. Then find popular posts about building things and say something like “It took me just two days to build my own cabinet. So I made a course on how to do it.” (Add a picture of your cabinet and a link to your course.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>No matter how you promote on social media, don’t forget that everyone can tell if you’re making a sales pitch only. So be authentic, helpful, friendly, and engaging.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-send-an-email\">Send an email</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Whether you have a list of thousands from another venture or just your own personal contact list, you can use <a href=\"https://www.aweber.com/email-marketing-features.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-email-marketing\" target=\"_blank\" rel=\"noreferrer noopener\">email marketing</a> to send people to your sales page. Figure out who on your list will be interested in what you offer, and send a short promotional email letting them know what you’re selling.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-pay-for-an-ad\">Pay for an ad</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>It might seem crazy to pay first before earning any money. But you can actually set up some pretty affordable advertising with <a href=\"https://www.youtube.com/watch?v=8ui1ooxXr8s\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook Lead ads</a>. And if you sell something fairly expensive, it can pay off.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Selling an artistic creation like a painting or sculpture for hundreds of dollars? You might want to try just $5-10 in Facebook Lead ads to get your beautiful piece in front of more eyes. It’s quite easy to find your audience here, too.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Keep pushing towards your first sale, and track what you learn along the way. When it’s time to make sale #2 – or 2,000 – you’ll have the information you learned in this challenge to assist you.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-additional-resources\">Additional resources</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://blog.aweber.com/new-features/sell-online-with-ecommerce-landing-pages.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-how-to-sell-online\" target=\"_blank\" rel=\"noreferrer noopener\">How to Sell Online with Ecommerce Landing Pages</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://blog.aweber.com/updates/ecommerce-subscriptions-payment-plans.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-grow-your-income-subscriptions\" target=\"_blank\" rel=\"noreferrer noopener\">Grow Your Income with Subscriptions &amp; Payment Plans</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://blog.aweber.com/learn/promote-and-sell-online-courses.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-sell-online-courses\" target=\"_blank\" rel=\"noreferrer noopener\">5 Steps to Promote and Sell Online Courses</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://www.aweber.com/templates/landing-pages/?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-template-gallery-2\" target=\"_blank\" rel=\"noreferrer noopener\">Landing Page Template Gallery</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://blog.aweber.com/new-features/10-best-ecommerce-tools-to-sell-more-with-email-marketing.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-ecommerce-tools\" target=\"_blank\" rel=\"noreferrer noopener\">10 Best Ecommerce Tools to Sell More with Email Marketing</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-get-started-now\">Get started now</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The best time to learn to sell online is today. Start now with a <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=sellsomething-challenge-cta\" target=\"_blank\" rel=\"noreferrer noopener\">free</a><a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-cta-free\" target=\"_blank\" rel=\"noreferrer noopener\"> </a><a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-sell-something-cta\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber account</a>. Connect Stripe, pick a template, and make a sale today! Don’t forget to tell us how it went in the <a href=\"https://www.facebook.com/groups/awebercommunity\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook community</a>.</p>\n<p><!-- /wp:paragraph --></div>\n<p><!-- /wp:column --></div>\n<p><!-- /wp:columns --></p>\n<p><!-- wp:paragraph --></p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/updates/sell-something-challenge.htm\">Join the 2022 Sell Something Challenge</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Kelsey Johnson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33743:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"2022 Sell Something Challenge\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>We live in the era of the side hustle. The passive revenue stream. The start-your-own-business movement. And there’s a reason: Selling online isn’t all that hard. Making online sales is no longer just for established businesses.<br /><br />You can do it! You probably have at least one thing you’d like to sell. If not, don’t worry, we have some ideas for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And now is the perfect time. For the month of September, AWeber is running its Sell Something Challenge. Want to join?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"sign-up\">Sign up for the challenge</h3>\n<!-- /wp:heading -->\n\n<!-- wp:aweber-signupform-block/aweber-shortcode {\"selectedShortCode\":\"309777-1343946083-webform\"} -->\n<div class=\"wp-block-aweber-signupform-block-aweber-shortcode\">[aweber listid=309777 formid=1343946083 formtype=webform]</div>\n<!-- /wp:aweber-signupform-block/aweber-shortcode -->\n\n<!-- wp:paragraph -->\n<p>We’ll teach you everything you need to know to make your first sale AND you’ll get a free month of AWeber Pro when you sell something.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So read on and learn how to empower yourself with the knowledge that can change your future!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-why-learn-to-sell-online\"><strong>Why learn to sell online?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Well, other than the obvious — you get to make a little money — there are a few other benefits to knowing how to sell things online. You’ll:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Earn passive income on the side</li><li>Learn a new tech skill (and put it on your resume)</li><li>Be able to quickly set up new revenue streams when you have ideas in the future</li><li>Make more use out of your existing tools (like AWeber)</li><li>Get one month of AWeber Pro for free (if you’re currently on the free plan)</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>… which brings us to the details of the challenge.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-the-2022-sell-something-challenge\"><strong>The 2022 Sell Something Challenge</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102538,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-2022-sell-something-challenge-1024x576.jpg\" alt=\"2022 Sell Something Challenge\" class=\"wp-image-102538\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"sign-up\"><strong>What is it: </strong>A free challenge running from Thursday, September 1st through Friday September 30th, 2022.<br /><br /><strong>What you’ll learn:</strong> How to use AWeber’s landing page builder and Ecommerce tools, along with how to develop ideas for digital products and how to set them up to sell and be fulfilled automatically - while you go do other things (sip a margarita on the beach, play with your kids, explore how to make cheese… whatever you’re into).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Here’s the small print:</strong> If you sign up with an free AWeber plan, or you already have a free plan, when you set up a landing page using our Ecommerce element and make one sale, we’ll send you a promo code for a free month of AWeber Pro for up to 500 subscribers. Your promo code will expire on October 31st, so use it as soon as you get it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Ready to join?</strong> <a href=\"#sign-up\">Sign up for the challenge now</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We’d love to hear your plans and to help you out in our <a href=\"https://www.facebook.com/groups/awebercommunity\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook community</a>! Or tell a friend about how easy it was to set up your store. Who knows, you might help someone else get started selling online, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-why-sell-with-aweber\"><strong>Why sell with AWeber?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are three main reasons why you should sell with AWeber: simplicity, control, and low-cost.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-simple-to-use\"><strong>Simple-to-use</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AWeber offers over 100 page templates, integrations with <a href=\"https://www.aweber.com/integrations/e-commerce/stripe/\" target=\"_blank\" rel=\"noreferrer noopener\">Stripe</a> and <a href=\"https://www.aweber.com/integrations/e-commerce/paypal/\" target=\"_blank\" rel=\"noreferrer noopener\">PayPal</a> (for online payment processing), and a landing page builder that one marketer called “the easiest one I’ve ever used with all the functionality I need.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Quite simply, no matter how tech savvy you are, you can <a href=\"https://blog.aweber.com/success/how-this-leadership-coach-responded-in-real-time-to-sell-a-course.htm\" target=\"_blank\" rel=\"noreferrer noopener\">make a sales page in one day</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-you-re-in-control\"><strong>You’re in control</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Promoting your product or service on a social media platform or listing site can be good for visibility. But, ultimately, you are subject to the rules and algorithms of whichever platform controls your listing. They can shut you down at any time, with no warning. However, with AWeber, your pages, your products, and your promotions are <strong>100% in your control.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-the-lowest-cost\"><strong>The lowest cost</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can set up your sales pages with any AWeber plan — that means getting up and running is completely free. Squeaky-clean, no-strings-attached, no credit card required, <em>forever free</em>.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>AWeber also won’t charge you an arm and a leg when you make your sales. You see, online listing sites often charge really high fees — up to 20% from your sale. That means either you’re giving up a cut or you’re passing the cost onto your purchaser. AWeber’s fees are the lowest in the industry at 1%, 0.6% if you have a Pro account (plus Stripe’s fees of 2.9% + 30¢ per charge).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So if you sell an ebook for $15, you’re walking away with $14.12. The same book sold elsewhere could leave you with only $12. The same book sold six times will get you $86.19 versus $72 ($14 difference!). High fees start to add up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We’ve done the math. Selling online with AWeber Ecommerce is the best way to walk away with the most money in your pocket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-what-to-sell\"><strong>What to sell</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The purpose of <em>The Sell Something Challenge</em> isn’t to start a business or even get your side-gig going — although it would be great if you did that eventually. The purpose is to learn <em>how</em> to sell online, easily and affordably without using marketplaces or listing sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So don’t overthink the first thing you sell. Start simple. Here are ten ideas that may help inspire you to sell something uniquely yours:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-sell-something-physical\"><strong>Sell something physical</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>A tool in your garage you no longer use</li><li>Used books</li><li>Sketches, paintings, photography, etc.</li><li>Resell used clothing or furniture from a thrift store</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>Note: If you sell something physical, pay close attention to when it’s sold and remove it from your page. This process currently can’t be automated.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-sell-something-digital\"><strong>Sell something digital</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"start\":5} -->\n<ol start=\"5\"><li>An online course with your expert advice</li><li>A digital book or short story</li><li>Expert content given via blog or email</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-sell-services\"><strong>Sell services</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true,\"start\":8} -->\n<ol start=\"8\"><li>Freelance work like writing, editing, or design</li><li>1:1 consulting in your area of expertise</li><li>Local physical services offered in your area</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Whatever you decide to sell, give it a name, a short description, and a picture — either of the physical thing you’re selling or to represent what you’ll be doing. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, if you’re going to offer consulting services, use a headshot or search for a relevant stock photo in the AWeber image gallery or on Canva. Here\'s one from Canva:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102541,\"width\":300,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/canva-stock-photo.png\" alt=\"A search for &quot;finance&quot; in Canva.\" class=\"wp-image-102541\" width=\"300\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Don’t forget to keep it simple for the challenge. We want to get you up and running — and even making a sale — today!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-your-sales-page\"><strong>How to set up your sales page</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Selling online involves two things: creating a sales page and marketing your product or service. Here we’ll cover creating your sales page. It only takes five simple steps to get a sales page up in AWeber (you can <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=free-signup-1\" target=\"_blank\" rel=\"noreferrer noopener\">set up a free</a><a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-sell-something-challenge-post\" target=\"_blank\" rel=\"noreferrer noopener\"> account</a> if you don’t already have one).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-1-create-a-landing-page\"><strong>1. Create a landing page</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Click on “Landing Pages” in the side panel of your account and then click “Create landing page.” You can filter the templates by ecommerce or scroll to choose one (you don’t need an ecommerce-specific template to make a sale).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":97757,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/landing-pages-aweber-1024x320.png\" alt=\"Screen shot showing where to create a landing page in AWeber\'s platform\" class=\"wp-image-97757\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A popular template is the “Simple Product Sale.” Click “Choose” on the template to copy the page into your drafts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":97755,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/ecommerce-1024x295.jpg\" alt=\"In the AWeber dashboard, online store templates for ecommerce including an ebook offer and a simple product sale.\" class=\"wp-image-97755\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-2-add-sale-details\"><strong>2. Add sale details</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Add the name, description, and imagery representing whatever you’ve decided to sell. You should always include a picture, especially if you’re selling a physical product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keep the description relevant to the size of what you’re selling. For example, you may want to lay out what someone will learn throughout a several-weeks-long course. But if you’re reselling something from your house, a picture and a short description is plenty.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-3-add-a-sale-button\"><strong>3. Add a sale button</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Drag and drop the ecommerce element from the left onto your sales page. This will give you a button (though there may already be one on your template). Update the button’s text. For example, you could say “Buy now – $15” or “Get Your Course.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-4-connect-to-stripe\"><strong>4. Connect to Stripe</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To charge for your product or service, you’ll need to connect to a Stripe account. When you’ve selected your ecommerce button, you should see a prompt to connect Stripe. If you don’t already have a Stripe account, don’t worry. You can set one up in about five minutes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":97775,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-medium is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/Screen-Shot-2021-08-23-at-9.53.28-AM-202x300.png\" alt=\"Popup in AWeber\'s platform showing how to connect to Stripe\" class=\"wp-image-97775\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Once Stripe is connected, you can create new products, subscriptions, payment plans and prices directly in AWeber. No need to switch back-and-forth to multiple tabs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-5-configure-sale-button-settings\"><strong>5. Configure sale button settings</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Add a “product” to your button (a digital product or service is also called a product). Give it a name, price, and decide whether you’ll charge just once, or offer a <a href=\"https://blog.aweber.com/updates/ecommerce-subscriptions-payment-plans.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-subscriptions-payment-plans\" target=\"_blank\" rel=\"noreferrer noopener\">subscription or payment plan</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":97778,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-medium is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/Screen-Shot-2021-08-23-at-4.11.10-PM-179x300.jpg\" alt=\"configure sale button settings in AWeber\'s platform\" class=\"wp-image-97778\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Under “Tag automation,” tag anyone who purchases with something like <em>ebook-sale</em>. Then you can track and market to who you sold to later.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102542,\"width\":293,\"height\":232,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/add-automations.png\" alt=\"Under Automation in the ecommerce tool in AWeber, you can add tags like ebook-sale when someone purchases the product.\" class=\"wp-image-102542\" width=\"293\" height=\"232\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Review the order form and double check that the prices and description match what you’re selling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can choose to show a receipt after the sale or redirect to another page. If you redirect, you can show a thank you page or send purchasers to a landing page that contains the content they’ve bought (like a digital book or course).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-6-review-and-publish\"><strong>6. Review and publish</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Check your page’s title and preview the page to make sure it looks like you want it to. Then click “Save and exit” and then “Publish” to make your page live on the web (yep, it’s really a live sales page at this point!)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102543,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/jimmy.gif\" alt=\"A GIF of Jimmy Fallon dancing.\" class=\"wp-image-102543\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>If you want a custom domain — exampleproduct.com instead of mypage.aweb.com/p/1283…— you can <a href=\"https://www.aweber.com/users/contact/domains_addresses?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-buy-domains\">buy on</a><a href=\"https://www.aweber.com/users/contact/domains_addresses\" target=\"_blank\" rel=\"noreferrer noopener\">e directly from your AWeber dashboard</a>. Buy and connect your new domain on your landing page’s settings.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>That’s it! </strong>You now have a fully functioning sales page that you can share online or offline. It’s time to put “web designer” on your list of skill sets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-sales-page-templates\"><strong>Sales page ​​templates</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Want to see a few options for the templates that can get you up and running right now? Scan through these five for some inspiration and click on any to copy it directly into your account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-online-course\">Online course</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102545,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/0fcee5f3-c74d-4a60-ab03-2514216b993a?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-course-page-template\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/course-page-template-1024x757.jpg\" alt=\"The page template for an online course. Click to copy it into your AWeber account.\" class=\"wp-image-102545\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-ebook-offer\">Ebook offer</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102546,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/e66afe6b-ac9b-49af-9ddd-3521e1972f83?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-book-page-template\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/ebook-page-template-1024x691.jpg\" alt=\"Book page template for an online store. Includes options to buy in paperback or on kindle. Click to copy it into your AWeber account.\" class=\"wp-image-102546\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-product-sale\">Product sale</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102547,\"width\":840,\"height\":538,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/64ccd18e-a3ff-4308-ae42-e2fd0f12954c?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-tshirt-sales-page-template\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/product-page-template-1024x656.jpeg\" alt=\"A product page template offering three pictures, prices, and buy now buttons. Click to copy it into your AWeber account.\" class=\"wp-image-102547\" width=\"840\" height=\"538\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-services\">Services</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":102548,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/c59b497c-532d-41f7-9a6a-e6e7ae830a99?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-services\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/services-page-template-1024x733.jpg\" alt=\"A services page template with cleaning services as an example. Click to copy it into your AWeber account.\" class=\"wp-image-102548\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-crowdfunding\">Crowdfunding</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":97771,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/c4746532-3186-4642-aea0-d60f2643e35e?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-crowdfunding\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/crowdfund-1024x909.jpg\" alt=\"Crowdfunding page template for an online store. Includes donate button, description prompts, and an image.\" class=\"wp-image-97771\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-subscription\"><meta charset=\"utf-8\"/>Subscription</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":97772,\"width\":840,\"height\":684,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><a href=\"https://www.aweber.com/users/landing_pages/import/8db2a3f4-684b-49eb-bcd1-fb934a98bfd3?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-subscription?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-subscriptions\" target=\"_blank\" rel=\"noopener\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/08/subscription-1024x835.png\" alt=\"Subscription page template for an online store. Includes three subscription tiers, join buttons, and prices.\" class=\"wp-image-97772\" width=\"840\" height=\"684\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Click “Ecommerce” on the left when you’re <a href=\"https://www.aweber.com/users/landing_pages/create?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-choosing-template\" target=\"_blank\" rel=\"noreferrer noopener\">choosing a template</a> to see all the options, or check out our public <a href=\"https://www.aweber.com/templates/landing-pages/?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-template-gallery\" target=\"_blank\" rel=\"noreferrer noopener\">template gallery</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-make-the-sale-marketing-101\"><strong>How to make the sale (marketing 101)</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now that you have your sales page set up, it’s time to work on actually making that first sale. It’s time for some <a href=\"https://blog.aweber.com/email-marketing/free-marketing-ideas-to-grow-business.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-marketing-guide\" target=\"_blank\" rel=\"noreferrer noopener\">marketing</a>.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Marketing comes down to two things:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Who would want to buy my thing?</li><li>Where do they learn about new products and services?</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>There are four easy ways to start your sales journey, depending on the time and resources you have to spend. Try these tactics to make your first sale:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-tell-your-friends-and-family\">Tell your friends and family</h3>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://twitter.com/ClickPop/status/1424764655688368130\",\"type\":\"rich\",\"providerNameSlug\":\"twitter\",\"responsive\":true} -->\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\nhttps://twitter.com/ClickPop/status/1424764655688368130\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>As you’re starting your sales journey, the people who love you are likely to be on board with helping out. Ask your closest connections if they’ll support you by buying your thing, especially if it’s fairly affordable and useful for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-find-buyers-on-social-media\">Find buyers on social media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you have an existing audience on Facebook, Twitter, LinkedIn, TikTok, or anywhere else, promote your new product to them. Give a quick pitch on the benefits, uses, and how their lives will definitely be better after they buy your product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you don’t have an existing social media audience — or not one that’s used to being sold to — it’s time to start.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re comfortable creating videos, I recommend starting with TikTok or YouTube and cross-promoting your videos. Get on screen and work to truly educate your audience about what you’re selling and the reasons they should buy it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Not cool with video? That’s OK. Instead, try some Facebook groups, LinkedIn, or even Twitter threads. The key here is to search for people who could benefit from what you sell. Try finding popular posts and add answers or smart comments to them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, let’s say you sell a course about building a cabinet. Find the woodworking community by searching for “woodworking,” “DIY,” “home design,” etc. Then find popular posts about building things and say something like “It took me just two days to build my own cabinet. So I made a course on how to do it.” (Add a picture of your cabinet and a link to your course.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>No matter how you promote on social media, don’t forget that everyone can tell if you’re making a sales pitch only. So be authentic, helpful, friendly, and engaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-send-an-email\">Send an email</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Whether you have a list of thousands from another venture or just your own personal contact list, you can use <a href=\"https://www.aweber.com/email-marketing-features.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-email-marketing\" target=\"_blank\" rel=\"noreferrer noopener\">email marketing</a> to send people to your sales page. Figure out who on your list will be interested in what you offer, and send a short promotional email letting them know what you’re selling.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-pay-for-an-ad\">Pay for an ad</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It might seem crazy to pay first before earning any money. But you can actually set up some pretty affordable advertising with <a href=\"https://www.youtube.com/watch?v=8ui1ooxXr8s\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook Lead ads</a>. And if you sell something fairly expensive, it can pay off.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Selling an artistic creation like a painting or sculpture for hundreds of dollars? You might want to try just $5-10 in Facebook Lead ads to get your beautiful piece in front of more eyes. It’s quite easy to find your audience here, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Keep pushing towards your first sale, and track what you learn along the way. When it’s time to make sale #2 – or 2,000 – you’ll have the information you learned in this challenge to assist you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-additional-resources\">Additional resources</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://blog.aweber.com/new-features/sell-online-with-ecommerce-landing-pages.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-how-to-sell-online\" target=\"_blank\" rel=\"noreferrer noopener\">How to Sell Online with Ecommerce Landing Pages</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://blog.aweber.com/updates/ecommerce-subscriptions-payment-plans.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-grow-your-income-subscriptions\" target=\"_blank\" rel=\"noreferrer noopener\">Grow Your Income with Subscriptions &amp; Payment Plans</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://blog.aweber.com/learn/promote-and-sell-online-courses.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-sell-online-courses\" target=\"_blank\" rel=\"noreferrer noopener\">5 Steps to Promote and Sell Online Courses</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.aweber.com/templates/landing-pages/?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-template-gallery-2\" target=\"_blank\" rel=\"noreferrer noopener\">Landing Page Template Gallery</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://blog.aweber.com/new-features/10-best-ecommerce-tools-to-sell-more-with-email-marketing.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-ecommerce-tools\" target=\"_blank\" rel=\"noreferrer noopener\">10 Best Ecommerce Tools to Sell More with Email Marketing</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-get-started-now\">Get started now</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The best time to learn to sell online is today. Start now with a <a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=sellsomething-challenge-cta\" target=\"_blank\" rel=\"noreferrer noopener\">free</a><a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=challenge-cta-free\" target=\"_blank\" rel=\"noreferrer noopener\"> </a><a href=\"https://www.aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=sellsomethingchallenge&amp;utm_content=083122-sell-something-cta\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber account</a>. Connect Stripe, pick a template, and make a sale today! Don’t forget to tell us how it went in the <a href=\"https://www.facebook.com/groups/awebercommunity\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook community</a>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/updates/sell-something-challenge.htm\">Join the 2022 Sell Something Challenge</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.aweber.com/updates/sell-something-challenge.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"10 steps to create and sell online courses you’ll be proud of\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Aug 2022 15:56:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Learn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"sell online\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102489\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28995:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How to create and sell online courses\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Online courses are hot - and they have been for years now. According to <a href=\"https://www.thinkific.com/wp-content/uploads/2022/04/online-learning-trends.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Thinkific’s 2022 Online Learning Trends</a> study, “Online content creation is the most popular type of business that people aspire to launch (51%), beating out selling products online (49%), providing services online (49%) or in person (46%), and opening a brick and mortar store (39%).”</p>\n<p>This isn’t all just hype, either. Creating and selling an online course isn’t all that hard to do. There are <a href=\"https://xperiencify.com/online-course-platforms/\" target=\"_blank\" rel=\"noreferrer noopener\">online course platforms</a> available now that make delivering a course super-easy, and once you know a few tricks, even creating the course content doesn’t have to be a big deal.</p>\n<p>You don’t even need a huge online audience to make it work, either (though having an audience definitely helps!). Back in 2019, about a third of online students were attending courses created by people with less than 10,000 social media followers. In 2021, that percentage was up to 62%. So most of the students taking online courses now are taking those courses from people with relatively small audiences. So don’t let having a small audience hold you back.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You may not need a huge audience to have a successful course, but you do need to get a few things right while you’re planning, creating, and selling your course. To help you out, we’ve got a step-by-step plan for how to finally create and sell your own online course (whether it’s free or paid) and how to do it without spending a lot of money or taking a lot of time.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>All in, you can probably create a very simple course in a weekend. A more detailed course could take a month or more to create. But either way, having an online course could definitely be worth your time.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-the-benefits-of-creating-an-online-course\"><strong>The benefits of creating an online course</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Having an online course can be a life-changing — or at least a business-changing — thing. There are several reasons why:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Online courses save you time.</strong> Whether your course is free or paid, once it exists, you’ve got a way to demonstrate your expertise on autopilot. People can be taking your course while you do other things, like creating your newsletter, or playing with your kids. And if your course is paid, that also means you can be earning money from your course while you’re doing other things. And as we’re sure you’ve heard, passive income is a pretty awesome thing.</li>\n<li><strong>Online courses open doors.</strong> Even a simple autoresponder-based course can be a terrific way to promote your work. <a href=\"https://blog.aweber.com/success/mini-email-course-to-increase-sales-of-online-course.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Free courses can be used to promote paid courses</a>, too. Courses can often serve as marketing tools on their own, especially if you publish your course on one of the large course platforms.</li>\n<li><strong>Online courses demonstrate your expertise. </strong>Courses can also be a great way to educate people about how to work with you, or to give people a sense of what it would be like to work with you. For instance, a graphic designer could create a course about visual branding, or how to design a logo. This would be an ideal way to demonstrate the value of the designer’s work and let the designer help people (and earn money from people) who can’t afford to hire her.</li>\n<li><strong>Courses can be ideal complements to other types of content.</strong> Many authors create courses that complement their books, for example. This gives people a way to apply what they’ve learned in the book, or to study the topic in more depth. It also gives the author a way to build their email list and make more money from their experience. Once they’ve written a book, making a section of that book into a course isn’t terribly hard.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Those are just a few reasons people are creating courses now. You may discover a few more once your course is launched.</p>\n<p>So let’s make that course happen. Here are ten steps to creating and selling an online course that will give you the benefits you want.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-1-choose-your-topic\"><strong>1. Choose your topic</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are a lot of courses available. For example: Want to play the harmonica? There are <a href=\"https://www.udemy.com/topic/harmonica/\" target=\"_blank\" rel=\"noreferrer noopener\">55 courses</a> to show you how, just on Udemy. Another big online course platform, Domestika, has 48 courses just on <a href=\"https://www.domestika.org/en/courses/category/16-calligraphy-typography?query=lettering\" target=\"_blank\" rel=\"noreferrer noopener\">lettering</a>. Or a quick online search could help you find a way to master <a href=\"https://www.google.com/search?q=shrimp+farming+course&amp;rlz=1C5CHFA_enUS995US995&amp;oq=shrimp+farming+course&amp;aqs=chrome.0.0i512j0i22i30l5j0i390l2.4574j0j7&amp;sourceid=chrome&amp;ie=UTF-8\" target=\"_blank\" rel=\"noreferrer noopener\">indoor shrimp farming</a> or get outdoors for some <a href=\"https://africanconservation.org/project/african-animal-tracking-course/\" target=\"_blank\" rel=\"noreferrer noopener\">African animal tracking</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So don’t be shy about picking an unusual topic. Weird is okay, so long as there’s enough of an audience to make your course worth creating.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you’re not sure what you could create a course about, here’s an easy exercise to find out.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>On a plain sheet of paper, make three columns:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:wptb/table-block {\"id\":102515} --><br />\n[wptb id=102515]<br />\n<!-- /wp:wptb/table-block --></p>\n<p><!-- wp:paragraph --></p>\n<p>Fill out the columns for at least five different topics. Why five? It’s good to have a few ideas to work with so you can stay open to the course topic most likely to succeed.</p>\n<p>Now, ask yourself: What’s the need? Would someone take a course about this topic out of curiosity, or because they have a problem to solve, or some other reason?</p>\n<p>Maybe you could create a course about how to create fantastic holiday cookie gift tins — and people would buy that because it’s a fun topic. Completing your course is something they’d really enjoy.</p>\n<p>Or maybe your topic is more problem-centered. Maybe you’re thinking about a problem like how to keep a house clean in just two hours a week, or how to recover from knee surgery, or how to talk to a teenager.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>What problems exist around these topics that people want to solve, but they haven’t been able to solve up until now because they think it will be too hard, too expensive, too likely to fail?</p>\n<p>When you’ve got a few topics and the why behind why someone would take a course about this topic, then you’re ready for the next step. (Don’t skip the why! It’s super-important.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-2-choose-your-audience\"><strong>2. Choose your audience</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Who is your course for? Again, don’t skip over this — the more specific you are about who your course is for, the more likely you are to be successful.</p>\n<p>For example, take the topic of “how to talk to your teenager.” Could that be for parents in general, or for single parents, or for single dads, or for single dads who just got a divorce?</p>\n<p>People respond to courses that are laser-targeted to their needs. The most common question a prospective buyer (or even a free course taker) will have about your course is this: “Is it right for me?” Even if you’ve got a lot of raving testimonials and great course content, everyone who considers your course will still be asking themselves, “is this course right <em>for me</em>?”</p>\n<p>The better you target your audience, the more likely it is that people will feel confident in taking it.</p>\n<p><strong>Pro tip:</strong> Go find a few popular courses on a public platform like Udemy. Then think about how you could do a course about that same topic, but for a specific target market. Your target market can be a demographic (urban men 28-35), or for people who share a common attribute, like “How to grow great houseplants - even if you tend to kill them.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-3-confirm-there-s-a-market-and-interest-in-your-course\"><strong>3. Confirm there’s a market and interest in your course</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>OK — you’ve got a great course topic, and you know exactly who your course is for. Now, let’s make sure there’s enough interest in your course to make it worth creating. Nothing stings more than creating a full, fabulous course… only to find out no one wants it. And sadly, while this is a common piece of advice, many course creators still ignore it.</p>\n<p>So go find at least a few people who say they’d be interested in your course.</p>\n<p>Here are the three best ways to do this:&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Search for competitors.</strong><br />Go to Udemy or any other major course platform and just do a search for what your course could be about. For example, here’s a sample search on udemy for “choose a freelance writing niche.”</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":102499,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/udemy-choose-freelance-writing-niche-1024x752.jpg\" alt=\"sample search on udemy for “choose a freelance writing niche.”\" class=\"wp-image-102499\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Google works just fine for this, too. Just Google “[your topic] course” and see what turns up. Also try a few searches on YouTube and Instagram.\n<p>If you find a few courses, try to see how many students they have. Sometimes this is easy; other times not so much.</li>\n<li><strong>Ask.</strong><br />Even if your audience is small, ask them if they’d be interested in your course. Or borrow someone else’s audience - many Facebook group admins will let you post a question like this in their group, especially if you contribute to the discussions a lot.\n<p>If you’ve got a little bit of budget, you can also run ads to your target audience to see if they’d like your course. You might have to do a “dry test” - aka “pre-sell your course” to really know how interested people are. Or you can offer a lead magnet that’s basically a slimmed down version of your course. If the lead magnet does really well, people are at least interested in the topic.</li>\n<li><strong>Find high-interest topics that don’t already have courses.</strong><br />This is a little riskier, but just because no one’s made a course on a certain topic doesn’t mean you can’t be the first. Just be cautious — if no one has created a course on your topic, there may be a reason.<br />The best places to find hot topics are via Amazon book searches, YouTube top searches, and (sometimes) hashtags on social media platforms like TikTok and Instagram. Facebook groups can be another rich source of information.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-4-find-out-what-people-want-to-know\">4. Find out what people want to know</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>This is yet another critical part of creating successful online courses that a lot of people miss. They’ll go through the entire process of creating a course, write up their sales page, pay good money to send people to that sales page, and… no one will buy.</p>\n<p>Lack of sales can be caused by a lot of things, of course, but really it comes down to this: You’re offering something people don’t really want. And so while picking the right topic and the right audience are key to this, so is including what people want in a course.</p>\n<p>This is a little more work than just leaping into content creation, but boy, is it worth the time. And it will take some time. Here are the three best ways to get this done:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Talk to potential students.</strong><br />Ideally, you’ll have an email list of people (even a couple hundred people is enough) and you’ll have sent out an email asking if anyone is interested in this course idea you’ve got.<br />Say ten people respond that they are interested. You get back to these potential students and try to get them on a Zoom call or a phone call to talk to them about what they’d like you to include in the course. If you can, record those conversations. If not, take the best notes you can. If you have to pay them, do it.<br />Getting people to talk to you directly is the best way to find out what your course should include. You’ll learn an enormous amount about your audience in just a few calls.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Do a survey.</strong><br />Again, you can do this with an email list. Or you can try to get people on social media to respond to a few quick polls.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Go to online groups (Facebook groups are the easiest to find).</strong><br />See what people are talking about. See which posts get the most engagement. See what people are asking about.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-5-define-the-transformation\"><strong>5. Define the transformation</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Sounds dramatic, right? “Define the transformation” means find a way to concisely explain how people will be different after they take your course.</p>\n<p>This is a critical but oh-so-often overlooked part of creating and selling online courses. You see, people don’t really care how much content you’ve crammed into your course. They don’t care if you’ve got 90 hours of video and 23 workbooks and 45,000 words of text-based lessons. All that might actually make them less likely to buy your course.</p>\n<p>Most people just want to get from point A (where they are now) to point B (where they want to be). The more efficiently your course gets them from A to B, the more they’ll want to take it.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So work on how to explain this in a way that’s crystal clear. Do this <em>before</em> you start creating content.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>As you’re “defining the transformation,” really what you’re doing is building a path for people through your course’s content. You’re giving them (and you) a goal. You’re also saving yourself <strong><em>so much work</em></strong>.</p>\n<p>There’s another benefit to thinking of your course simply as taking people from A to B: It helps you write your sales page and all your marketing materials. But more on that in a moment.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-6-block-out-the-sections-and-lessons-of-your-course\"><strong>6. Block out the sections and lessons of your course</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now it’s time to block out your course’s lessons. But before you start creating content, do yourself a favor: Establish a structure.</p>\n<p>Block out three to five major sections of your course, with each section having three to seven lessons. That’s enough material for your course to feel meaty, but still concise enough so people don’t get overwhelmed. And people can definitely get overwhelmed with course content. If you tend to “overdeliver,” be aware of this — do yourself and your students a favor and keep your content brief.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you’ve got your course’s sections and lessons blocked out, it’s time to figure out what each lesson will cover. Aim for three to seven key points for each lesson.</p>\n<p>Brevity is your friend here, too: People will zone out if a lesson is too long. Try to have your video lessons be 10 minutes or less (15 minutes, absolute maximum), and your text based lessons no more than 1,500 words. Your students should be able to finish each lesson in your course within about 15 minutes or less.</p>\n<p>With 15 minutes per lesson, four lessons in each section, and four sections, you’ll end up with about 4 hours worth of content (15 minutes x 4 lessons for each section = 1 hour for each section). That’s plenty of time to deliver a lot of value, but a short enough period of time to make your course feel manageable.</p>\n<p><strong>Pro tip</strong>: Remember how you defined a transformation that people will go through as a result of taking your course? Apply that principle to each section of your course and each lesson of your course. You might even open each section of your course by saying, “by the end of this section, you’ll be able to [that section’s goal].” You could also open each lesson with, “By the end of this lesson, you’ll be able to [that lesson’s goal].</p>\n<p>The whole “point A to point B” structure will help you create a course that’s more concise and valuable, but it also will help your students feel like they’re making progress. That’s a powerful way to keep them motivated so they complete your course, get results, and have a positive experience (so they’ll leave you a great testimonial, and so you’ll sell more courses).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-7-get-it-out-on-paper-or-video-or-audio-or-all-three\"><strong>7. Get it out on paper, or video, or audio — or all three</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>You’ve got that outline… now it’s time to fill in the blanks.</p>\n<p>Many courses are video-based, but also have a text and audio version of each lesson. Depending on your course topic and how comfortable you are on camera, you can either do “talking head” videos, or you can create PowerPoint-like slides and just record your voice explaining the slides, or have a little inset of yourself so that people can still see you.</p>\n<p>If you’ve got a bit of budget for your course, consider getting your videos edited. This will improve your students’ experience of your course. Also consider using an audio to text transcription service like Otter.ai to make text drafts of your video lessons. And if you’re really short on time, take those text transcripts of your videos and hire a freelance writer to clean up the copy so it reads well.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-8-decide-whether-your-course-will-be-free-or-paid\"><strong>8. Decide whether your course will be free or paid</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Free courses are good if you want to get a lot of people into them. Or you can use a simple free course to promote a paid course.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you are doing a paid course, you’ll also need to decide how much it will cost. And if it’s more than $400 or so, you’ll also need to decide if you’re going to offer a payment plan. Payment plans tend to split the cost of a course into thirds, and they usually add about 15% of the value of the course for the payment plan. So if your course costs $397, a payment plan would break into three monthly payments of $147 each.</p>\n<p>If you publish your course on one of the large public course platforms (like Udemy), you’re basically offering a hybrid of the free versus paid course. There will be a charge for your course, but it’ll be so cheap - $9.99 - that the risk for the student is very low.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Courses on platforms like this can make money, but you’ll need hundreds or thousands of sales to generate any meaningful income. That said, a low-priced course on a big platform can be an excellent promotional tool for your work or for a more expensive course you offer elsewhere.</p>\n<p>Another play is to price your course super-low or for free when you first launch it. This gets at least a few students into your course, so you can get lots of feedback from them and hopefully a few really strong testimonials. Then you re-launch your improved course, with testimonials, at a higher price. All this takes longer, but it will probably get you better results in the end.</p>\n<p>Note that paid courses also typically have some kind of refund terms, and those terms are going to be very important if your course costs more than even $27. Refund terms can also vary a lot, but they tend to fall into three types of refunds:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>No refund.</strong><br />This is the least attractive option for potential students, but there’s no way people will misunderstand the terms. You may need to give prospective students a free lesson or two, just so they can see for themselves that your course is worth the money.</li>\n<li><strong>A 7-day refund</strong>.<br />This is a good compromise for both students and teacher, because the students get access to the course and the teacher has very clear terms for the refund. The drawback is some teachers may be concerned that people will just zoom through the course, download all the materials, and then ask for a refund.</li>\n<li><strong>The “do the work, get the results” refund.</strong><br />For this option, students have to complete the course before they can ask for a refund. The idea here is that when a student buys the course, they’re entering into a contract with themselves and the teacher — buying the course is a commitment to do the work. Students are eligible for the refund only after completing the course and only if they can honestly say it didn’t work for them. The sales pitch is that this is being offered because the teacher is 100% sure that if a student just shows up and does the work in the course, they will absolutely be successful and get their money’s worth. You’ll need to spell out the terms of this very clearly or some students may complain.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you’ve decided whether your course will be free or paid, and if paid, the terms of the sale, then you’ll be halfway towards figuring out how you’ll deliver (aka “fulfill”) your course.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-9-set-up-how-you-ll-deliver-your-course\"><strong>9. Set up how you’ll deliver your course</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are four ways to deliver your course. You can:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Use a course builder platform like Thinkific or Kajabi</li>\n<li>Host the course on your website with a WordPress plugin (or with Wix or SquareSpace integrations)</li>\n<li>Publish on a course marketplace platform like Udemy&nbsp;</li>\n<li>Set up your course as an email autoresponder (aka an “email sequence”)</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here are the pros and cons and costs of each of these options:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:wptb/table-block {\"id\":102510} --><br />\n[wptb id=102510]<br />\n<!-- /wp:wptb/table-block --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-10-give-people-a-way-to-sign-up-for-your-course\"><strong>10. Give people a way to sign up for your course</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>This can be as simple as creating a sign-up form for an email sequence, or it might mean configuring a shopping cart in an LMS learning system on your WordPress site.</p>\n<p>You’ll also need to decide if you want to use <a href=\"https://blog.aweber.com/learn/stripe-vs-paypal-best-for-online-payments.htm\">Stripe or PayPal</a> so people can actually give you money. Or if you want to offer both.</p>\n<p>That sounds like a lot, but it doesn’t have to be a big deal. Any online course platform like Thinkific or Teachable will have a payment system pretty much set up — you’ll just need to add a few things to configure the check out, and you’ll be done. And if you’re selling on Udemy or one of the other public course platforms, the entire set up is done for you. You’ll just need to add which PayPal account or Stripe account to send your money to.</p>\n<p>Setting up a sales page for an autoresponder-based course is fairly easy, too. This video walks through exactly how to do it, step by step, in about five minutes. If you wanted to write out a full sales page, clearly that’ll take a little bit longer, but the basic setup to give people a way to buy your course is really pretty easy.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/V2FxMcdf89Y?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"Setting up an ecommerce landing page step by step\",\n  \"description\": \"Watch Alycia set up an ecommerce landing page step-by-step in under 5 minutes!\",\n  \"thumbnailUrl\": \"https://img.youtube.com/vi/V2FxMcdf89Y/maxresdefault.jpg\",\n  \"uploadDate\": \"2021-08-04\",\n  \"duration\": \"PT4M38S\",\n  \"contentUrl\": \"https://www.youtube.com/embed/V2FxMcdf89Y\",\n  \"embedUrl\": \"https://www.youtube.com/embed/V2FxMcdf89Y\"\n}\n</script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-ready-to-get-started\"><strong>Ready to get started?</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>So now you know how to create and sell online courses. There are a few steps to it, but you really could create a simple course over a weekend — especially if you’ve already got some content created in other formats, like in a book or blog posts, or even in short videos.</p>\n<p>Usually the big thing blocking people from completing their course is they overcomplicate it. They overdeliver.</p>\n<p>So keep it simple. Create a good, simple course and see how well it works for you and your students. If you’re getting good results from it, then go back and expand the course. Improve on what’s working.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm\">10 steps to create and sell online courses you&#8217;ll be proud of</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Pam Neely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:28476:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How to create and sell online courses\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/10-steps-to-create-and-sell-online-courses_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Online courses are hot - and they have been for years now. According to <a href=\"https://www.thinkific.com/wp-content/uploads/2022/04/online-learning-trends.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Thinkific’s 2022 Online Learning Trends</a> study, “Online content creation is the most popular type of business that people aspire to launch (51%), beating out selling products online (49%), providing services online (49%) or in person (46%), and opening a brick and mortar store (39%).”<br /><br />This isn’t all just hype, either. Creating and selling an online course isn’t all that hard to do. There are <a href=\"https://xperiencify.com/online-course-platforms/\" target=\"_blank\" rel=\"noreferrer noopener\">online course platforms</a> available now that make delivering a course super-easy, and once you know a few tricks, even creating the course content doesn’t have to be a big deal.<br /><br />You don’t even need a huge online audience to make it work, either (though having an audience definitely helps!). Back in 2019, about a third of online students were attending courses created by people with less than 10,000 social media followers. In 2021, that percentage was up to 62%. So most of the students taking online courses now are taking those courses from people with relatively small audiences. So don’t let having a small audience hold you back.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You may not need a huge audience to have a successful course, but you do need to get a few things right while you’re planning, creating, and selling your course. To help you out, we’ve got a step-by-step plan for how to finally create and sell your own online course (whether it’s free or paid) and how to do it without spending a lot of money or taking a lot of time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All in, you can probably create a very simple course in a weekend. A more detailed course could take a month or more to create. But either way, having an online course could definitely be worth your time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-the-benefits-of-creating-an-online-course\"><strong>The benefits of creating an online course</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Having an online course can be a life-changing — or at least a business-changing — thing. There are several reasons why:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Online courses save you time.</strong> Whether your course is free or paid, once it exists, you’ve got a way to demonstrate your expertise on autopilot. People can be taking your course while you do other things, like creating your newsletter, or playing with your kids. And if your course is paid, that also means you can be earning money from your course while you’re doing other things. And as we’re sure you’ve heard, passive income is a pretty awesome thing.<br /></li><li><strong>Online courses open doors.</strong> Even a simple autoresponder-based course can be a terrific way to promote your work. <a href=\"https://blog.aweber.com/success/mini-email-course-to-increase-sales-of-online-course.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Free courses can be used to promote paid courses</a>, too. Courses can often serve as marketing tools on their own, especially if you publish your course on one of the large course platforms.<br /></li><li><strong>Online courses demonstrate your expertise. </strong>Courses can also be a great way to educate people about how to work with you, or to give people a sense of what it would be like to work with you. For instance, a graphic designer could create a course about visual branding, or how to design a logo. This would be an ideal way to demonstrate the value of the designer’s work and let the designer help people (and earn money from people) who can’t afford to hire her.<br /></li><li><strong>Courses can be ideal complements to other types of content.</strong> Many authors create courses that complement their books, for example. This gives people a way to apply what they’ve learned in the book, or to study the topic in more depth. It also gives the author a way to build their email list and make more money from their experience. Once they’ve written a book, making a section of that book into a course isn’t terribly hard.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Those are just a few reasons people are creating courses now. You may discover a few more once your course is launched.<br /><br />So let’s make that course happen. Here are ten steps to creating and selling an online course that will give you the benefits you want.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-1-choose-your-topic\"><strong>1. Choose your topic</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are a lot of courses available. For example: Want to play the harmonica? There are <a href=\"https://www.udemy.com/topic/harmonica/\" target=\"_blank\" rel=\"noreferrer noopener\">55 courses</a> to show you how, just on Udemy. Another big online course platform, Domestika, has 48 courses just on <a href=\"https://www.domestika.org/en/courses/category/16-calligraphy-typography?query=lettering\" target=\"_blank\" rel=\"noreferrer noopener\">lettering</a>. Or a quick online search could help you find a way to master <a href=\"https://www.google.com/search?q=shrimp+farming+course&amp;rlz=1C5CHFA_enUS995US995&amp;oq=shrimp+farming+course&amp;aqs=chrome.0.0i512j0i22i30l5j0i390l2.4574j0j7&amp;sourceid=chrome&amp;ie=UTF-8\" target=\"_blank\" rel=\"noreferrer noopener\">indoor shrimp farming</a> or get outdoors for some <a href=\"https://africanconservation.org/project/african-animal-tracking-course/\" target=\"_blank\" rel=\"noreferrer noopener\">African animal tracking</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So don’t be shy about picking an unusual topic. Weird is okay, so long as there’s enough of an audience to make your course worth creating.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’re not sure what you could create a course about, here’s an easy exercise to find out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>On a plain sheet of paper, make three columns:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:wptb/table-block {\"id\":102515} -->\n[wptb id=102515]\n<!-- /wp:wptb/table-block -->\n\n<!-- wp:paragraph -->\n<p><br />Fill out the columns for at least five different topics. Why five? It’s good to have a few ideas to work with so you can stay open to the course topic most likely to succeed.<br /><br />Now, ask yourself: What’s the need? Would someone take a course about this topic out of curiosity, or because they have a problem to solve, or some other reason?<br /><br />Maybe you could create a course about how to create fantastic holiday cookie gift tins — and people would buy that because it’s a fun topic. Completing your course is something they’d really enjoy.<br /><br />Or maybe your topic is more problem-centered. Maybe you’re thinking about a problem like how to keep a house clean in just two hours a week, or how to recover from knee surgery, or how to talk to a teenager.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What problems exist around these topics that people want to solve, but they haven’t been able to solve up until now because they think it will be too hard, too expensive, too likely to fail?<br /><br />When you’ve got a few topics and the why behind why someone would take a course about this topic, then you’re ready for the next step. (Don’t skip the why! It’s super-important.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-2-choose-your-audience\"><strong>2. Choose your audience</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Who is your course for? Again, don’t skip over this — the more specific you are about who your course is for, the more likely you are to be successful.<br /><br />For example, take the topic of “how to talk to your teenager.” Could that be for parents in general, or for single parents, or for single dads, or for single dads who just got a divorce?<br /><br />People respond to courses that are laser-targeted to their needs. The most common question a prospective buyer (or even a free course taker) will have about your course is this: “Is it right for me?” Even if you’ve got a lot of raving testimonials and great course content, everyone who considers your course will still be asking themselves, “is this course right <em>for me</em>?”<br /><br />The better you target your audience, the more likely it is that people will feel confident in taking it.<br /><br /><strong>Pro tip:</strong> Go find a few popular courses on a public platform like Udemy. Then think about how you could do a course about that same topic, but for a specific target market. Your target market can be a demographic (urban men 28-35), or for people who share a common attribute, like “How to grow great houseplants - even if you tend to kill them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-3-confirm-there-s-a-market-and-interest-in-your-course\"><strong>3. Confirm there’s a market and interest in your course</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>OK — you’ve got a great course topic, and you know exactly who your course is for. Now, let’s make sure there’s enough interest in your course to make it worth creating. Nothing stings more than creating a full, fabulous course… only to find out no one wants it. And sadly, while this is a common piece of advice, many course creators still ignore it.<br /><br />So go find at least a few people who say they’d be interested in your course.<br /><br />Here are the three best ways to do this:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Search for competitors.</strong><br />Go to Udemy or any other major course platform and just do a search for what your course could be about. For example, here’s a sample search on udemy for “choose a freelance writing niche.”</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":102499,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/udemy-choose-freelance-writing-niche-1024x752.jpg\" alt=\"sample search on udemy for “choose a freelance writing niche.”\" class=\"wp-image-102499\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Google works just fine for this, too. Just Google “[your topic] course” and see what turns up. Also try a few searches on YouTube and Instagram.<br /><br />If you find a few courses, try to see how many students they have. Sometimes this is easy; other times not so much.<br /></li><li><strong>Ask.</strong><br />Even if your audience is small, ask them if they’d be interested in your course. Or borrow someone else’s audience - many Facebook group admins will let you post a question like this in their group, especially if you contribute to the discussions a lot.<br /><br />If you’ve got a little bit of budget, you can also run ads to your target audience to see if they’d like your course. You might have to do a “dry test” - aka “pre-sell your course” to really know how interested people are. Or you can offer a lead magnet that’s basically a slimmed down version of your course. If the lead magnet does really well, people are at least interested in the topic.<br /></li><li><strong>Find high-interest topics that don’t already have courses.</strong><br />This is a little riskier, but just because no one’s made a course on a certain topic doesn’t mean you can’t be the first. Just be cautious — if no one has created a course on your topic, there may be a reason.<br />The best places to find hot topics are via Amazon book searches, YouTube top searches, and (sometimes) hashtags on social media platforms like TikTok and Instagram. Facebook groups can be another rich source of information.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"h-4-find-out-what-people-want-to-know\">4. Find out what people want to know</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is yet another critical part of creating successful online courses that a lot of people miss. They’ll go through the entire process of creating a course, write up their sales page, pay good money to send people to that sales page, and… no one will buy.<br /><br />Lack of sales can be caused by a lot of things, of course, but really it comes down to this: You’re offering something people don’t really want. And so while picking the right topic and the right audience are key to this, so is including what people want in a course.<br /><br />This is a little more work than just leaping into content creation, but boy, is it worth the time. And it will take some time. Here are the three best ways to get this done:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Talk to potential students.</strong><br />Ideally, you’ll have an email list of people (even a couple hundred people is enough) and you’ll have sent out an email asking if anyone is interested in this course idea you’ve got.<br />Say ten people respond that they are interested. You get back to these potential students and try to get them on a Zoom call or a phone call to talk to them about what they’d like you to include in the course. If you can, record those conversations. If not, take the best notes you can. If you have to pay them, do it.<br />Getting people to talk to you directly is the best way to find out what your course should include. You’ll learn an enormous amount about your audience in just a few calls.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Do a survey.</strong><br />Again, you can do this with an email list. Or you can try to get people on social media to respond to a few quick polls.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><li><strong>Go to online groups (Facebook groups are the easiest to find).</strong><br />See what people are talking about. See which posts get the most engagement. See what people are asking about.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"h-5-define-the-transformation\"><strong>5. Define the transformation</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sounds dramatic, right? “Define the transformation” means find a way to concisely explain how people will be different after they take your course.<br /><br />This is a critical but oh-so-often overlooked part of creating and selling online courses. You see, people don’t really care how much content you’ve crammed into your course. They don’t care if you’ve got 90 hours of video and 23 workbooks and 45,000 words of text-based lessons. All that might actually make them less likely to buy your course.<br /><br />Most people just want to get from point A (where they are now) to point B (where they want to be). The more efficiently your course gets them from A to B, the more they’ll want to take it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So work on how to explain this in a way that’s crystal clear. Do this <em>before</em> you start creating content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you’re “defining the transformation,” really what you’re doing is building a path for people through your course’s content. You’re giving them (and you) a goal. You’re also saving yourself <strong><em>so much work</em></strong>.<br /><br />There’s another benefit to thinking of your course simply as taking people from A to B: It helps you write your sales page and all your marketing materials. But more on that in a moment.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-6-block-out-the-sections-and-lessons-of-your-course\"><strong>6. Block out the sections and lessons of your course</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now it’s time to block out your course’s lessons. But before you start creating content, do yourself a favor: Establish a structure.<br /><br />Block out three to five major sections of your course, with each section having three to seven lessons. That’s enough material for your course to feel meaty, but still concise enough so people don’t get overwhelmed. And people can definitely get overwhelmed with course content. If you tend to “overdeliver,” be aware of this — do yourself and your students a favor and keep your content brief.<br /></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you’ve got your course’s sections and lessons blocked out, it’s time to figure out what each lesson will cover. Aim for three to seven key points for each lesson.<br /><br />Brevity is your friend here, too: People will zone out if a lesson is too long. Try to have your video lessons be 10 minutes or less (15 minutes, absolute maximum), and your text based lessons no more than 1,500 words. Your students should be able to finish each lesson in your course within about 15 minutes or less.<br /><br />With 15 minutes per lesson, four lessons in each section, and four sections, you’ll end up with about 4 hours worth of content (15 minutes x 4 lessons for each section = 1 hour for each section). That’s plenty of time to deliver a lot of value, but a short enough period of time to make your course feel manageable.<br /><br /><strong>Pro tip</strong>: Remember how you defined a transformation that people will go through as a result of taking your course? Apply that principle to each section of your course and each lesson of your course. You might even open each section of your course by saying, “by the end of this section, you’ll be able to [that section’s goal].” You could also open each lesson with, “By the end of this lesson, you’ll be able to [that lesson’s goal].<br /><br />The whole “point A to point B” structure will help you create a course that’s more concise and valuable, but it also will help your students feel like they’re making progress. That’s a powerful way to keep them motivated so they complete your course, get results, and have a positive experience (so they’ll leave you a great testimonial, and so you’ll sell more courses).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-7-get-it-out-on-paper-or-video-or-audio-or-all-three\"><strong>7. Get it out on paper, or video, or audio — or all three</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’ve got that outline… now it’s time to fill in the blanks.<br /><br />Many courses are video-based, but also have a text and audio version of each lesson. Depending on your course topic and how comfortable you are on camera, you can either do “talking head” videos, or you can create PowerPoint-like slides and just record your voice explaining the slides, or have a little inset of yourself so that people can still see you.<br /><br />If you’ve got a bit of budget for your course, consider getting your videos edited. This will improve your students’ experience of your course. Also consider using an audio to text transcription service like Otter.ai to make text drafts of your video lessons. And if you’re really short on time, take those text transcripts of your videos and hire a freelance writer to clean up the copy so it reads well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-8-decide-whether-your-course-will-be-free-or-paid\"><strong>8. Decide whether your course will be free or paid</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Free courses are good if you want to get a lot of people into them. Or you can use a simple free course to promote a paid course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are doing a paid course, you’ll also need to decide how much it will cost. And if it’s more than $400 or so, you’ll also need to decide if you’re going to offer a payment plan. Payment plans tend to split the cost of a course into thirds, and they usually add about 15% of the value of the course for the payment plan. So if your course costs $397, a payment plan would break into three monthly payments of $147 each.<br /><br />If you publish your course on one of the large public course platforms (like Udemy), you’re basically offering a hybrid of the free versus paid course. There will be a charge for your course, but it’ll be so cheap - $9.99 - that the risk for the student is very low.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Courses on platforms like this can make money, but you’ll need hundreds or thousands of sales to generate any meaningful income. That said, a low-priced course on a big platform can be an excellent promotional tool for your work or for a more expensive course you offer elsewhere.<br /><br />Another play is to price your course super-low or for free when you first launch it. This gets at least a few students into your course, so you can get lots of feedback from them and hopefully a few really strong testimonials. Then you re-launch your improved course, with testimonials, at a higher price. All this takes longer, but it will probably get you better results in the end.<br /><br />Note that paid courses also typically have some kind of refund terms, and those terms are going to be very important if your course costs more than even $27. Refund terms can also vary a lot, but they tend to fall into three types of refunds:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>No refund.</strong><br />This is the least attractive option for potential students, but there’s no way people will misunderstand the terms. You may need to give prospective students a free lesson or two, just so they can see for themselves that your course is worth the money.<br /></li><li><strong>A 7-day refund</strong>.<br />This is a good compromise for both students and teacher, because the students get access to the course and the teacher has very clear terms for the refund. The drawback is some teachers may be concerned that people will just zoom through the course, download all the materials, and then ask for a refund.<br /></li><li><strong>The “do the work, get the results” refund.</strong><br />For this option, students have to complete the course before they can ask for a refund. The idea here is that when a student buys the course, they’re entering into a contract with themselves and the teacher — buying the course is a commitment to do the work. Students are eligible for the refund only after completing the course and only if they can honestly say it didn’t work for them. The sales pitch is that this is being offered because the teacher is 100% sure that if a student just shows up and does the work in the course, they will absolutely be successful and get their money’s worth. You’ll need to spell out the terms of this very clearly or some students may complain.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Once you’ve decided whether your course will be free or paid, and if paid, the terms of the sale, then you’ll be halfway towards figuring out how you’ll deliver (aka “fulfill”) your course.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-9-set-up-how-you-ll-deliver-your-course\"><strong>9. Set up how you’ll deliver your course</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are four ways to deliver your course. You can:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Use a course builder platform like Thinkific or Kajabi</li><li>Host the course on your website with a WordPress plugin (or with Wix or SquareSpace integrations)</li><li>Publish on a course marketplace platform like Udemy&nbsp;</li><li>Set up your course as an email autoresponder (aka an “email sequence”)</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Here are the pros and cons and costs of each of these options:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:wptb/table-block {\"id\":102510} -->\n[wptb id=102510]\n<!-- /wp:wptb/table-block -->\n\n<!-- wp:heading -->\n<h2 id=\"h-10-give-people-a-way-to-sign-up-for-your-course\"><strong>10. Give people a way to sign up for your course</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This can be as simple as creating a sign-up form for an email sequence, or it might mean configuring a shopping cart in an LMS learning system on your WordPress site.<br /><br />You’ll also need to decide if you want to use <a href=\"https://blog.aweber.com/learn/stripe-vs-paypal-best-for-online-payments.htm\">Stripe or PayPal</a> so people can actually give you money. Or if you want to offer both.<br /><br />That sounds like a lot, but it doesn’t have to be a big deal. Any online course platform like Thinkific or Teachable will have a payment system pretty much set up — you’ll just need to add a few things to configure the check out, and you’ll be done. And if you’re selling on Udemy or one of the other public course platforms, the entire set up is done for you. You’ll just need to add which PayPal account or Stripe account to send your money to.<br /><br />Setting up a sales page for an autoresponder-based course is fairly easy, too. This video walks through exactly how to do it, step by step, in about five minutes. If you wanted to write out a full sales page, clearly that’ll take a little bit longer, but the basic setup to give people a way to buy your course is really pretty easy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/V2FxMcdf89Y?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"Setting up an ecommerce landing page step by step\",\n  \"description\": \"Watch Alycia set up an ecommerce landing page step-by-step in under 5 minutes!\",\n  \"thumbnailUrl\": \"https://img.youtube.com/vi/V2FxMcdf89Y/maxresdefault.jpg\",\n  \"uploadDate\": \"2021-08-04\",\n  \"duration\": \"PT4M38S\",\n  \"contentUrl\": \"https://www.youtube.com/embed/V2FxMcdf89Y\",\n  \"embedUrl\": \"https://www.youtube.com/embed/V2FxMcdf89Y\"\n}\n</script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 id=\"h-ready-to-get-started\"><strong>Ready to get started?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>So now you know how to create and sell online courses. There are a few steps to it, but you really could create a simple course over a weekend — especially if you’ve already got some content created in other formats, like in a book or blog posts, or even in short videos.<br /><br />Usually the big thing blocking people from completing their course is they overcomplicate it. They overdeliver.<br /><br />So keep it simple. Create a good, simple course and see how well it works for you and your students. If you’re getting good results from it, then go back and expand the course. Improve on what’s working.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm\">10 steps to create and sell online courses you&#8217;ll be proud of</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://blog.aweber.com/learn/create-and-sell-online-courses.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"See how this artist makes sales with AWeber’s Shopify integration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://blog.aweber.com/success/how-artist-makes-sales-with-aweber-shopify-integration.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.aweber.com/success/how-artist-makes-sales-with-aweber-shopify-integration.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Aug 2022 11:53:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"ecommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102035\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15992:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"See how this artist makes sales with AWeber’s Shopify integration\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://bomonster.com/\" target=\"_blank\" rel=\"noreferrer noopener\">BOMONSTER</a> is an artist who creates art and apparel for hot rod, truck, and motorcycle fans using a unique scratchboard style to create his images with a sharp knife. A blackened board is scratched with a sharp Xacto blade revealing a white layer underneath.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:columns --></p>\n<div class=\"wp-block-columns\"><!-- wp:column --></p>\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91271,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/bomonster-7x9-artist-knife.jpg\" alt=\"Picture of artist BOMONSTER\" class=\"wp-image-91271\"/></figure>\n<p><!-- /wp:image --></div>\n<p><!-- /wp:column --></p>\n<p><!-- wp:column --></p>\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91275,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/bomonster-7x9-watchdogs.jpg\" alt=\"Example of BOMONSTER\'s artwork\" class=\"wp-image-91275\"/></figure>\n<p><!-- /wp:image --></div>\n<p><!-- /wp:column --></div>\n<p><!-- /wp:columns --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-connecting-with-his-audience-through-email\">Connecting with his audience through email</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>At art shows, BOMONSTER’s customers kept asking if he had an email list to subscribe for updates on his work.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>He tried to do it on his own by sending PDFs from his personal email, but most of his messages went into spam folders. Plus, creating emails on his own was tedious and lacked professional design and branding — an important element for an artist.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-found-an-email-provider-that-integrated-with-shopify\">Found an email provider that integrated with Shopify</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>BOMONSTER’s main priority was finding an easy-to-use email marketing platform that would integrate with his Shopify website.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“I did a lot of research into email service providers when opening my Shopify site, and most were too expensive or offered analytics too advanced for my startup needs. I read some favorable <a href=\"https://www.capterra.com/p/95949/AWeber-Email-Marketing/\" target=\"_blank\" rel=\"noreferrer noopener\">reviews of AWeber</a> that made it seem like it was easy to use.\"</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>I love that AWeber works well with Shopify. Everything is seamless, from the pop-up forms that integrate with my lists, to product and blog links in my emails.”&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Go to BOMONSTER’s website and you’ll see his eye-catching pop-up form. He created it in less than 10 minutes in AWeber.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102036,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-05-at-3.00.46-PM.png\" alt=\"Sign up form on BOMONSTER\'s website\" class=\"wp-image-102036\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Related</strong>: <a href=\"https://help.aweber.com/hc/en-us/articles/204031196-How-do-I-integrate-Shopify-with-AWeber-\" target=\"_blank\" rel=\"noreferrer noopener\">See how you can integrate Shopify with AWeber</a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-a-sign-up-form-in-aweber\"><strong>How to set up a sign-up form in AWeber</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To grow his email list using this awesome sign-up form, BOMONSTER followed these steps:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-1-set-up-your-sign-up-form\"><strong>Step 1: Set up your sign-up form</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 – In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Create a Sign-Up Form.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-up-sign-up-form-in-AWeber-1024x450.png\" alt=\"Set up sign up form in AWeber\" class=\"wp-image-101704\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 – In the drop-down menu choose whether you’ll be adding this sign-up form to your website or to a landing page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101691,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drop-down-menu-for-sign-up-form-in-AWeber-1024x540.png\" alt=\"Drop down menu for sign up form in AWeber\" class=\"wp-image-101691\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-\">&nbsp;</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-2-design-your-sign-up-form\"><strong>Step 2: Design your sign-up form</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qGLFaVER2yA?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How can I change the design of my form?\",\n  \"description\": \"Our sign up form generator provides a wide array of options for making your sign up forms attractive, unique, and functional. In addition, we have a variety of templates to help you jump start the form creation process.\",\n  \"thumbnailUrl\": \"https://www.youtube.com/watch?v=qGLFaVER2yA\",\n  \"uploadDate\": \"2021-06-18\",\n  \"duration\": \"PT1M49S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?qGLFaVER2yA\",\n  \"embedUrl\": \"https://www.youtube.com/embed/qGLFaVER2yA\"\n}\n</script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:spacer {\"height\":\"62px\"} --></p>\n<div style=\"height:62px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<p><!-- /wp:spacer --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-3-add-your-form-to-your-website-or-landing-page\"><strong>Step 3: Add your form to your website or landing page</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 – In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Publish.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101973,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-01-at-4.34.29-PM.png\" alt=\"Sign up form main page in AWeber\'s platform\" class=\"wp-image-101973\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 – You can either install the HTML code on your website or use the form as a landing page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To install the form on your website, copy and paste the Javascript Snippet or Raw HTML version anywhere between the &lt;body&gt; tags of your site.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101974,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-02-at-8.01.44-AM-1024x588.png\" alt=\"Example of how to publish sign up form using HTML\" class=\"wp-image-101974\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-types-of-emails-you-can-send-with-aweber\"><strong>Types of emails you can send with AWeber</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you’ve set up your AWeber account, it’s time to start setting up your emails. Let’s take a look at two important emails everyone should be sending.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-welcome-email\">Welcome email</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The first email BOMONSTER sends his new subscribers is the “<a href=\"https://blog.aweber.com/learn/welcome-email-campaigns.htm\" target=\"_blank\" rel=\"noreferrer noopener\">welcome email</a>.” This is the first email his subscribers receive after completing the sign-up form we showed you earlier. This email is filled with stuff his fans love. BOMONSTER set all this up in his AWeber account with a pre-designed template.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>His welcome email opens by setting expectations about future emails.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":102037,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-08-at-8.56.28-AM.png\" alt=\"Opening of BOMONSTER\'s welcome email\" class=\"wp-image-102037\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Then he explains a little about who he is and how he creates his art.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":102038,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-08-at-8.56.56-AM.jpg\" alt=\"About BOMONSTER\'s art section of his welcome email\" class=\"wp-image-102038\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>At the close of his email, he offers a discount off a future purchase.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":102039,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-08-at-8.58.31-AM.png\" alt=\"Offer a discount off a future purchase in BOMONSTER\'s welcome email\" class=\"wp-image-102039\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>And he showcases some of his cool art for sale.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":102040,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-09-at-7.50.12-AM-540x1024.jpg\" alt=\"Showing products for sale in BOMONSTER\'s welcome email\" class=\"wp-image-102040\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-abandoned-cart-emails\">Abandoned cart emails</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>In a recent study, Shopify found that sending an abandoned cart email <a href=\"https://www.shopify.com/blog/shopping-cart-abandonment\" target=\"_blank\" rel=\"noreferrer noopener\">increases sales by more than 20%</a>.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Shopify’s integration with AWeber allows you to <a href=\"https://blog.aweber.com/learn/email-tagging-tips-skyrocket-open-rates.htm\" target=\"_blank\" rel=\"noreferrer noopener\">apply tags</a> for each product your customers add to their shopping cart but don’t actually purchase. This lets you send them an <a href=\"https://blog.aweber.com/learn/abandoned-cart-emails.htm\" target=\"_blank\" rel=\"noreferrer noopener\">abandoned cart email</a> to remind them to complete the checkout.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-how-to-set-up-an-abandoned-cart-email-in-aweber\">How to set up an abandoned cart email in AWeber</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Every AWeber account has a pre-built abandoned cart email series. Thanks to this pre-built campaign, it takes just a few minutes to start increasing your sales. BOMONSTER uses these in his business, too, and it\'s helped bring in some extra income. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Watch this video to see just how easy it is.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jBhLyKnzAm0?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to set up an abandoned cart email\",\n  \"description\": \"What happens when your customers abandon your shopping cart? With this quick set up, you can send an email alerting them that they need to complete their order!\",\n  \"thumbnailUrl\": \"https://www.youtube.com/watch?v=jBhLyKnzAm0\",\n  \"uploadDate\": \"2021-10-29\",\n  \"duration\": \"PT1M31S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?jBhLyKnzAm0\",\n  \"embedUrl\": \"https://www.youtube.com/embed/jBhLyKnzAm0\"\n}\n</script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-to-increase-your-sales-like-bomonster\"><strong>Want to increase your sales like BOMONSTER?</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">get started for free with AWeber</a>. You’ll have access to all the tools BOMONSTER used to increase his sales including forms, email marketing tools, and a <a href=\"https://www.aweber.com/campaign-marketplace/cart-abandonment.htm\" target=\"_blank\" rel=\"noreferrer noopener\">pre-built abandoned cart email series</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-artist-makes-sales-with-aweber-shopify-integration.htm\">See how this artist makes sales with AWeber’s Shopify integration</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Sean Tinney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15283:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"See how this artist makes sales with AWeber’s Shopify integration\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/see-how-this-artist-makes-sales-with-aweber-shopify-integration_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p><a href=\"https://bomonster.com/\" target=\"_blank\" rel=\"noreferrer noopener\">BOMONSTER</a> is an artist who creates art and apparel for hot rod, truck, and motorcycle fans using a unique scratchboard style to create his images with a sharp knife. A blackened board is scratched with a sharp Xacto blade revealing a white layer underneath.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91271,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/bomonster-7x9-artist-knife.jpg\" alt=\"Picture of artist BOMONSTER\" class=\"wp-image-91271\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91275,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/bomonster-7x9-watchdogs.jpg\" alt=\"Example of BOMONSTER\'s artwork\" class=\"wp-image-91275\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 id=\"h-connecting-with-his-audience-through-email\">Connecting with his audience through email</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At art shows, BOMONSTER’s customers kept asking if he had an email list to subscribe for updates on his work.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He tried to do it on his own by sending PDFs from his personal email, but most of his messages went into spam folders. Plus, creating emails on his own was tedious and lacked professional design and branding — an important element for an artist.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-found-an-email-provider-that-integrated-with-shopify\">Found an email provider that integrated with Shopify</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>BOMONSTER’s main priority was finding an easy-to-use email marketing platform that would integrate with his Shopify website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I did a lot of research into email service providers when opening my Shopify site, and most were too expensive or offered analytics too advanced for my startup needs. I read some favorable <a href=\"https://www.capterra.com/p/95949/AWeber-Email-Marketing/\" target=\"_blank\" rel=\"noreferrer noopener\">reviews of AWeber</a> that made it seem like it was easy to use.\"</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>I love that AWeber works well with Shopify. Everything is seamless, from the pop-up forms that integrate with my lists, to product and blog links in my emails.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Go to BOMONSTER’s website and you’ll see his eye-catching pop-up form. He created it in less than 10 minutes in AWeber.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102036,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-05-at-3.00.46-PM.png\" alt=\"Sign up form on BOMONSTER\'s website\" class=\"wp-image-102036\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Related</strong>: <a href=\"https://help.aweber.com/hc/en-us/articles/204031196-How-do-I-integrate-Shopify-with-AWeber-\" target=\"_blank\" rel=\"noreferrer noopener\">See how you can integrate Shopify with AWeber</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-a-sign-up-form-in-aweber\"><strong>How to set up a sign-up form in AWeber</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To grow his email list using this awesome sign-up form, BOMONSTER followed these steps:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-1-set-up-your-sign-up-form\"><strong>Step 1: Set up your sign-up form</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 – In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Create a Sign-Up Form.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-up-sign-up-form-in-AWeber-1024x450.png\" alt=\"Set up sign up form in AWeber\" class=\"wp-image-101704\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 – In the drop-down menu choose whether you’ll be adding this sign-up form to your website or to a landing page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101691,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drop-down-menu-for-sign-up-form-in-AWeber-1024x540.png\" alt=\"Drop down menu for sign up form in AWeber\" class=\"wp-image-101691\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-2-design-your-sign-up-form\"><strong>Step 2: Design your sign-up form</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qGLFaVER2yA?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How can I change the design of my form?\",\n  \"description\": \"Our sign up form generator provides a wide array of options for making your sign up forms attractive, unique, and functional. In addition, we have a variety of templates to help you jump start the form creation process.\",\n  \"thumbnailUrl\": \"https://www.youtube.com/watch?v=qGLFaVER2yA\",\n  \"uploadDate\": \"2021-06-18\",\n  \"duration\": \"PT1M49S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?qGLFaVER2yA\",\n  \"embedUrl\": \"https://www.youtube.com/embed/qGLFaVER2yA\"\n}\n</script>\n<!-- /wp:html -->\n\n<!-- wp:spacer {\"height\":\"62px\"} -->\n<div style=\"height:62px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-3-add-your-form-to-your-website-or-landing-page\"><strong>Step 3: Add your form to your website or landing page</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 – In the “Pages &amp; Forms” drop-down menu, select “Sign-Up Forms.” Then click “Publish.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101973,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-01-at-4.34.29-PM.png\" alt=\"Sign up form main page in AWeber\'s platform\" class=\"wp-image-101973\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 – You can either install the HTML code on your website or use the form as a landing page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To install the form on your website, copy and paste the Javascript Snippet or Raw HTML version anywhere between the &lt;body&gt; tags of your site.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101974,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-02-at-8.01.44-AM-1024x588.png\" alt=\"Example of how to publish sign up form using HTML\" class=\"wp-image-101974\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-types-of-emails-you-can-send-with-aweber\"><strong>Types of emails you can send with AWeber</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once you’ve set up your AWeber account, it’s time to start setting up your emails. Let’s take a look at two important emails everyone should be sending.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-welcome-email\">Welcome email</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The first email BOMONSTER sends his new subscribers is the “<a href=\"https://blog.aweber.com/learn/welcome-email-campaigns.htm\" target=\"_blank\" rel=\"noreferrer noopener\">welcome email</a>.” This is the first email his subscribers receive after completing the sign-up form we showed you earlier. This email is filled with stuff his fans love. BOMONSTER set all this up in his AWeber account with a pre-designed template.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>His welcome email opens by setting expectations about future emails.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":102037,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-08-at-8.56.28-AM.png\" alt=\"Opening of BOMONSTER\'s welcome email\" class=\"wp-image-102037\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>Then he explains a little about who he is and how he creates his art.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":102038,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-08-at-8.56.56-AM.jpg\" alt=\"About BOMONSTER\'s art section of his welcome email\" class=\"wp-image-102038\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>At the close of his email, he offers a discount off a future purchase.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":102039,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-08-at-8.58.31-AM.png\" alt=\"Offer a discount off a future purchase in BOMONSTER\'s welcome email\" class=\"wp-image-102039\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><li>And he showcases some of his cool art for sale.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":102040,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/Screen-Shot-2022-08-09-at-7.50.12-AM-540x1024.jpg\" alt=\"Showing products for sale in BOMONSTER\'s welcome email\" class=\"wp-image-102040\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-abandoned-cart-emails\">Abandoned cart emails</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In a recent study, Shopify found that sending an abandoned cart email <a href=\"https://www.shopify.com/blog/shopping-cart-abandonment\" target=\"_blank\" rel=\"noreferrer noopener\">increases sales by more than 20%</a>.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Shopify’s integration with AWeber allows you to <a href=\"https://blog.aweber.com/learn/email-tagging-tips-skyrocket-open-rates.htm\" target=\"_blank\" rel=\"noreferrer noopener\">apply tags</a> for each product your customers add to their shopping cart but don’t actually purchase. This lets you send them an <a href=\"https://blog.aweber.com/learn/abandoned-cart-emails.htm\" target=\"_blank\" rel=\"noreferrer noopener\">abandoned cart email</a> to remind them to complete the checkout.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-how-to-set-up-an-abandoned-cart-email-in-aweber\">How to set up an abandoned cart email in AWeber</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every AWeber account has a pre-built abandoned cart email series. Thanks to this pre-built campaign, it takes just a few minutes to start increasing your sales. BOMONSTER uses these in his business, too, and it\'s helped bring in some extra income. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Watch this video to see just how easy it is.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/jBhLyKnzAm0?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to set up an abandoned cart email\",\n  \"description\": \"What happens when your customers abandon your shopping cart? With this quick set up, you can send an email alerting them that they need to complete their order!\",\n  \"thumbnailUrl\": \"https://www.youtube.com/watch?v=jBhLyKnzAm0\",\n  \"uploadDate\": \"2021-10-29\",\n  \"duration\": \"PT1M31S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?jBhLyKnzAm0\",\n  \"embedUrl\": \"https://www.youtube.com/embed/jBhLyKnzAm0\"\n}\n</script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-to-increase-your-sales-like-bomonster\"><strong>Want to increase your sales like BOMONSTER?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">get started for free with AWeber</a>. You’ll have access to all the tools BOMONSTER used to increase his sales including forms, email marketing tools, and a <a href=\"https://www.aweber.com/campaign-marketplace/cart-abandonment.htm\" target=\"_blank\" rel=\"noreferrer noopener\">pre-built abandoned cart email series</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-artist-makes-sales-with-aweber-shopify-integration.htm\">See how this artist makes sales with AWeber’s Shopify integration</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://blog.aweber.com/success/how-artist-makes-sales-with-aweber-shopify-integration.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Top 10 social media design trends and how to use them\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://blog.aweber.com/learn/social-media-design-trends.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://blog.aweber.com/learn/social-media-design-trends.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Aug 2022 15:07:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:5:\"Learn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"social media\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102170\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91307:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"top social media design trends\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Whether you\'re a social media specialist or new to the game, staying on top of trends is a great way to set your socials up for success. Are you an entrepreneur looking to drum up excitement around a new product? Or a small business owner ready to reach new audiences? Whatever your reason, read on for the top hottest social media trends gracing our feeds right now and tips on how to use them.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Social media can benefit your business in many ways, including building brand awareness and reaching potential customers. However, just like in every creative industry, trends come and go. Some <a href=\"https://www.envato.com/blog/social-media-trends/\" target=\"_blank\" rel=\"noreferrer noopener\">top social media trends for 2022</a> include 3D design, pastel color palettes, gradients, and animation – and more are popping up daily. You can use social media design trends as a barometer for what people love to keep your socials looking fresh and evaluate which will work for your brand.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-why-businesses-need-social-media\">Why businesses need social media&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are many reasons why social media has exploded since its first incarnation in 1997, including the ability to meet new people, stay in touch with old friends, and share our lives with the world.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>However, social media has evolved beyond a personal tool and is now an increasingly valuable platform for brands, businesses, side hustlers, and entrepreneurs. A great thing about social media is you don\'t necessarily need to be a <a href=\"https://blog.aweber.com/learn/grow-your-list-with-social-media.htm\" target=\"_blank\" rel=\"noreferrer noopener\">social media expert</a> for the platform to make a big difference to your business.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-what-are-the-benefits-of-social-media-for-business\">What are the benefits of social media for business?&nbsp;</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Of course, how you use social media as a business depends on the product or service you are trying to promote. However, some benefits can include:&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Building brand awareness:</strong> Whether you’re using social media\'s free capabilities or opting for a pay-to-play method, social media can raise awareness for your brand, who you are, and what you\'re doing.&nbsp;</li>\n<li><strong>Reaching potential customers:</strong> Once your social media strategy is dialed in, you can grow awareness and <a href=\"https://blog.aweber.com/case-studies/convert-your-website-visitors-into-paying-customers-how-one-couple-did-it-with-email-marketing.htm\" target=\"_blank\" rel=\"noreferrer noopener\">convert views into sales</a>.&nbsp;</li>\n<li><strong>Cost-effective marketing: </strong>Social media marketing can be entirely free or a large-scale campaign – it\'s up to you to decide how much time and money you want to invest.&nbsp;</li>\n<li><strong>Audience targeting: </strong>Have you just launched an offering with a target audience outside your usual customers? Creating a social media strategy can help you to reach this new group and reap the rewards.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-does-graphic-design-work-on-social-media\">How does graphic design work on social media?</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now that you know the <a href=\"https://blog.aweber.com/email-marketing/3-social-media-strategies-for-the-email-marketer.htm\" target=\"_blank\" rel=\"noreferrer noopener\">benefits of social media</a>, it\'s time to talk about social media design trends for 2022. You may remember the early days of social media when Facebook, for example, was primarily used to share text-based statuses about users\' days. Things have changed a lot since then.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Social media is visually-driven, so giving your graphic design the attention it deserves is one way to get those sales flooding in.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are various graphic design principles to bear in mind with your social media campaigns, such as:&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li><strong>Using brand colors consistently:</strong> Remember, social media is a visual representation of your brand and is just as impactful as other mediums, such as your website. So, keep your brand\'s color scheme consistent across platforms.&nbsp;</li>\n<li><strong>Choose fonts that reflect your business\' character: </strong>Make sure they\'re legible, too!&nbsp;</li>\n<li><strong>Consider introducing movement</strong>: As a growing trend, networks\' algorithms reward native video content.&nbsp;</li>\n<li><strong>Remember size:</strong> Social media platforms have design guidelines, including information about optimal content sizes. Too big? It could take too long to load. Too small? It could be pixelated and affect the quality.&nbsp;</li>\n<li><strong>Follow graphic design trends: </strong>Like social media, <a href=\"https://blog.placeit.net/design-trends/\" target=\"_blank\" rel=\"noreferrer noopener\">design trends</a> come and go. Read on to find out some popular design trends taking over social media.&nbsp;</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-top-10-social-media-design-trends-how-to-use-them\">Top 10 social media design trends &amp; how to use them</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here are ten not-to-be-missed social media trends for 2022. Have you seen any others that should make the list? Let us know in the comments below.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>1. <strong>3D design</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/Ceq0WNBBR6s/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Ceq0WNBBR6s/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/Ceq0WNBBR6s/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Amrit Pal Singh (@amritpaldesign)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>Thanks to ever-advancing technologies, more and more designers are embracing 3D design! It\'s one of the most eye-catching current design trends because it takes the weird and wonderful and brings it to life. For example, check out this eclectic piece on Instagram by artist <a href=\"https://www.instagram.com/p/Cf6p002NGEt/\" target=\"_blank\" rel=\"noreferrer noopener\">Les Créatonautes</a>. At first glance, the design looks so real you\'d be forgiven for thinking there\'s a new banana bird species about town!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The 3D design style is particularly versatile on social media, lending itself to illustration, photos, typography, and <a href=\"https://www.yumyumvideos.com/what-are-motion-graphics-and-when-should-i-use-them-wp/\" target=\"_blank\" rel=\"noreferrer noopener\">flat animation</a> – an alternative to an expensive, time-consuming product video that allows customers to view your product from every angle.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, this post by <a href=\"https://www.instagram.com/p/Ceq0WNBBR6s/\" target=\"_blank\" rel=\"noreferrer noopener\">Amrit Pal Singh</a> demonstrates how 3D design can add depth and make an image bloom. Users can see more detail than would usually be possible with a static image. This technique could also work well as a teaser for a new product or service—you could zoom in on one element in 3D to keep people guessing before releasing the complete asset a few days later.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>2. <strong>Pastel color palettes</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CeUCtj8BLQK/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CeUCtj8BLQK/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CeUCtj8BLQK/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Recess (@takearecess)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>It\'s all about pastel colors right now! Subtle and minimal yet packing a punch, it\'s no doubt these have become a popular social media post design style. The fact that pastels can blend with almost every shade makes this a versatile option and helps to make this one of the most popular design trends of the moment.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>As you can see from designs by the Australian sparkling water brand, Recess, pastel colors either work well as a flat, block color or by introducing additional imagery or gradients. The consistent muted color choices represent a cohesive, defined brand even when the designs differ.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Alternatively, link-in-bio tool <a href=\"https://www.instagram.com/p/CeyIN28MGh4/\" target=\"_blank\" rel=\"noreferrer noopener\">Milkshake</a> combines clashing pastel colors to create a modern twist on a vintage, retro design style.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>3. Gradients</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgMfmGtoPA3/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgMfmGtoPA3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgMfmGtoPA3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Editor X (@editorx)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>Gradients have been popular on social media for a while now and show no sign of going anywhere. Think back to 2016 when Instagram updated its retro-style logo to include a gradient—since then, this social media design style has picked up the pace.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Depending on what look you\'re trying to achieve, you can keep gradients simple with similar colors or go crazy with contrasting colors. They\'re also a valuable tool for adding texture to static designs.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Editor X\'s animation by web creation platform shows how mesmerizing gradients can be when blended with pastel colors. The social media designer created the visual by combining a transparent video and fluid gradient background.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Gradients can also lend themselves well to an eye-catching background style when mixed with mismatching, modern typography, like the below. As seen in digital business community <a href=\"https://www.instagram.com/p/CfVzNKcs4z-/\" target=\"_blank\" rel=\"noreferrer noopener\">One Roof</a>\'s post, you can create a modern rainbow effect by blending clashing colors with a gradient design style.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>4. Animation</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgPLuamFMSu/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgPLuamFMSu/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgPLuamFMSu/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Twine Animation Ideas 💭💡 (@twineanimation)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>Animation can be an excellent tool for social media as it\'s eye-catching, entertaining, and tells a story quickly.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Although there are many different styles of animation, a current social media trend is blending movement with simple animation styles and block color. For example, check out this nifty animation by the digital creator <a href=\"https://www.instagram.com/p/CgPLuamFMSu/\" target=\"_blank\" rel=\"noreferrer noopener\">moov_studio</a>, that tells a complete story in a couple of seconds.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The beauty of animation is you don\'t need a feature-length film to grab people\'s attention on social media—far from it! Subtle movements – such as swaying blades of grass or a dog\'s tail wagging – will help this content stand out in cluttered social media feeds.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Remember, the <a href=\"https://sproutsocial.com/insights/video-length-best-practices/\" target=\"_blank\" rel=\"noreferrer noopener\">first few seconds</a> of your animation are crucial for capturing your audience\'s attention, so feature your essential points or key messages up front.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>5. Experimental Typography</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/Cf_e0I7sWEH/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Cf_e0I7sWEH/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/Cf_e0I7sWEH/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Darren Yao - Art &amp; Design (@yaojadzn)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>We all know a picture tells a thousand words, but what if your words also create a picture? Experimental typography is all about creating attention-grabbing, atypical movement. Do you have an important message or product release? If you can distill your announcement into a couple of words, you can promote it using typography-focused social media templates. Check out this awesome example from animator <a href=\"https://www.instagram.com/p/Cf9OtaFKuii/\" target=\"_blank\" rel=\"noreferrer noopener\">pixrate</a><strong>.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Like designer Darren Yao’s stand-out example, this style lends itself well to blending modern typography elements with more retro colors and design.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>6. Nostalgia Design</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/tv/CdFwN2mp8tM/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/CdFwN2mp8tM/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/tv/CdFwN2mp8tM/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by EMBELLISH (@embellishbyrowi)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>With experimental typography leading nicely to nostalgia design, you\'ll notice some graphic design trends for 2022 overlap! Look how effective it can be when unique typography is combined with more retro design styles, for example, in this post by designer and illustrator <a href=\"https://www.instagram.com/p/Cf4MruLrEps/\" target=\"_blank\" rel=\"noreferrer noopener\">Courtney Sonner</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Nostalgia design could also relate to more contemporary design styles, including Y2K and 90s. You may have noticed these styles returning to the catwalks, so it makes sense for social media design to follow suit! For example, check out this style by face accessories brand, EMBELLISH, that may give you the millennium bug!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>7. Illustration</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgPIIE6rDza/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgPIIE6rDza/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgPIIE6rDza/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Alaina Johnson (@alainakay)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>Illustration is another popular social media design style. Stylized simple shapes are particularly on trend right now, so you could look out for <a href=\"https://elements.envato.com/graphics/illustrations\" target=\"_blank\" rel=\"noreferrer noopener\">illustrations and digital drawings</a> following suit.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>While designer Alaina Johnson’s work<strong> </strong>makes 2D shapes look like they\'re lying flat on paper, <a href=\"https://www.instagram.com/p/CgVQvBNOjf2/\" target=\"_blank\" rel=\"noreferrer noopener\">Susie Esse</a>\'s fun illustrations are very in vogue. These comic-book-style illustrations cleverly fight against the picture-perfect nature of social media. Intentionally rustic, this social media design style screams cool.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>8. Maximalism&nbsp;</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CfVN553tL4X/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CfVN553tL4X/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CfVN553tL4X/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by issue 109 is out now! (@frankiemagazine)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>Sometimes less isn\'t always more! The maximalism trend embraces excess and doesn\'t shy away from color, patterns, and textures. Brilliant and OTT but elegant, this design trend is not to be overlooked.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Take some inspiration for your social posts from these examples by Frankie magazine – take note of the vibrant colors, disruptive design, and clashing color schemes. These are all valuable tactics for preventing potential customers from scrolling past your business.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Maximalism can also be about taking a color theme and rolling with it. Consider your brand colors and how you can adapt them for different social posts. Look at this example from brand and creative agency <a href=\"https://www.instagram.com/p/CgaOvwFBAr_/\" target=\"_blank\" rel=\"noreferrer noopener\">Pink Pony Creative</a>. Purple is the leading color, with specific posts incorporating rich colors and textures, like gold and floral textures. There are many <a href=\"https://elements.envato.com/lp/create/social-media-templates/\" target=\"_blank\" rel=\"noreferrer noopener\">useful social media templates</a> to help you with this.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>9. Collage&nbsp;</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CfCRSqChm2G/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CfCRSqChm2G/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CfCRSqChm2G/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by P. (@labyrinthofcollages)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>As one of the most popular design trends of the last few years, we\'d forgive you for thinking collage was a relatively new phenomenon. Artists actually began using collage techniques around 200 BC – the same time paper was invented! It officially entered the mainstream after 1900, with artists like Picasso making the method more popular.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Modern collage can include a magazine cut-out style, with rips or uneven photography and words giving the imagery attitude, like <a href=\"https://www.instagram.com/p/CfCRSqChm2G/\" target=\"_blank\" rel=\"noreferrer noopener\">this example</a> shared by Labyrinth of Collages, with collage used to add character depth. Collage is a great way to add a crafty touch to your content and associate your social media page with class and creativity.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>10. Advocacy &amp; Activism</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:html --></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgQO5uuBuO-/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgQO5uuBuO-/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> </p>\n<div style=\" display: flex; flex-direction: row; align-items: center;\">\n<div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div>\n</div>\n</div>\n<div style=\"padding: 19% 0;\"></div>\n<div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div>\n<div style=\"padding-top: 8px;\">\n<div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div>\n</div>\n<div style=\"padding: 12.5% 0;\"></div>\n<div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n<div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div>\n<div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div>\n<div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div>\n</div>\n<div style=\"margin-left: 8px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div>\n<div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div>\n</div>\n<div style=\"margin-left: auto;\">\n<div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div>\n<div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div>\n<div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div>\n</div>\n</div>\n<div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div>\n<div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div>\n</div>\n<p></a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgQO5uuBuO-/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Who Gives A Crap (@whogivesacraptp)</a></p>\n</div>\n</blockquote>\n<p> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>There is an increasing movement towards brands having their say on today\'s issues. And consumers are keen to listen – most <a href=\"https://www.marketingcharts.com/brand-related/csr-108861\" target=\"_blank\" rel=\"noreferrer noopener\">shoppers</a> say they\'re more likely to trust or purchase from a purpose-led company.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Don\'t be afraid to stand up as a brand for what you believe in and advocate for important issues. How you execute this trend is up to you, but there are many ways of expressing advocacy and activism in your content.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, this illustration by artist and mental health advocate, <a href=\"https://www.instagram.com/p/CBRFYKDjAEU/\" target=\"_blank\" rel=\"noreferrer noopener\">Haley Weaver</a>, delivers a bold, empowering statement on environmentalism to capture people\'s attention as they scroll. When creating content for good, think about messages people care about or may want to share.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You could also create carousels or add multiple assets to tell a story about a particular issue – like sustainable toilet paper company, Who Gives A Crap.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>This style also lends itself to social media design templates – download a template in your chosen style, edit the colors, and add your own messaging and imagery.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-get-started-with-social-media-design-trends\">Get started with social media design trends</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>We hope you gathered plenty of inspiration from these popular social media design trends for 2022! Remember to think about your brand\'s core values and determine which trends work for you – you don\'t need to try them all at once! Look out at other social media accounts for inspiration for more examples of how brands are following these trends in the real world.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/social-media-design-trends.htm\">Top 10 social media design trends and how to use them</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hermione Wright\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:90048:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"top social media design trends\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/top-10-social-media-design-trends-ht-use-them_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Whether you\'re a social media specialist or new to the game, staying on top of trends is a great way to set your socials up for success. Are you an entrepreneur looking to drum up excitement around a new product? Or a small business owner ready to reach new audiences? Whatever your reason, read on for the top hottest social media trends gracing our feeds right now and tips on how to use them.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media can benefit your business in many ways, including building brand awareness and reaching potential customers. However, just like in every creative industry, trends come and go. Some <a href=\"https://www.envato.com/blog/social-media-trends/\" target=\"_blank\" rel=\"noreferrer noopener\">top social media trends for 2022</a> include 3D design, pastel color palettes, gradients, and animation – and more are popping up daily. You can use social media design trends as a barometer for what people love to keep your socials looking fresh and evaluate which will work for your brand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-why-businesses-need-social-media\">Why businesses need social media&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>There are many reasons why social media has exploded since its first incarnation in 1997, including the ability to meet new people, stay in touch with old friends, and share our lives with the world.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, social media has evolved beyond a personal tool and is now an increasingly valuable platform for brands, businesses, side hustlers, and entrepreneurs. A great thing about social media is you don\'t necessarily need to be a <a href=\"https://blog.aweber.com/learn/grow-your-list-with-social-media.htm\" target=\"_blank\" rel=\"noreferrer noopener\">social media expert</a> for the platform to make a big difference to your business.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-what-are-the-benefits-of-social-media-for-business\">What are the benefits of social media for business?&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Of course, how you use social media as a business depends on the product or service you are trying to promote. However, some benefits can include:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Building brand awareness:</strong> Whether you’re using social media\'s free capabilities or opting for a pay-to-play method, social media can raise awareness for your brand, who you are, and what you\'re doing.&nbsp;</li><li><strong>Reaching potential customers:</strong> Once your social media strategy is dialed in, you can grow awareness and <a href=\"https://blog.aweber.com/case-studies/convert-your-website-visitors-into-paying-customers-how-one-couple-did-it-with-email-marketing.htm\" target=\"_blank\" rel=\"noreferrer noopener\">convert views into sales</a>.&nbsp;</li><li><strong>Cost-effective marketing: </strong>Social media marketing can be entirely free or a large-scale campaign – it\'s up to you to decide how much time and money you want to invest.&nbsp;</li><li><strong>Audience targeting: </strong>Have you just launched an offering with a target audience outside your usual customers? Creating a social media strategy can help you to reach this new group and reap the rewards.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-does-graphic-design-work-on-social-media\">How does graphic design work on social media?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Now that you know the <a href=\"https://blog.aweber.com/email-marketing/3-social-media-strategies-for-the-email-marketer.htm\" target=\"_blank\" rel=\"noreferrer noopener\">benefits of social media</a>, it\'s time to talk about social media design trends for 2022. You may remember the early days of social media when Facebook, for example, was primarily used to share text-based statuses about users\' days. Things have changed a lot since then.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Social media is visually-driven, so giving your graphic design the attention it deserves is one way to get those sales flooding in.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are various graphic design principles to bear in mind with your social media campaigns, such as:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li><strong>Using brand colors consistently:</strong> Remember, social media is a visual representation of your brand and is just as impactful as other mediums, such as your website. So, keep your brand\'s color scheme consistent across platforms.&nbsp;</li><li><strong>Choose fonts that reflect your business\' character: </strong>Make sure they\'re legible, too!&nbsp;</li><li><strong>Consider introducing movement</strong>: As a growing trend, networks\' algorithms reward native video content.&nbsp;</li><li><strong>Remember size:</strong> Social media platforms have design guidelines, including information about optimal content sizes. Too big? It could take too long to load. Too small? It could be pixelated and affect the quality.&nbsp;</li><li><strong>Follow graphic design trends: </strong>Like social media, <a href=\"https://blog.placeit.net/design-trends/\" target=\"_blank\" rel=\"noreferrer noopener\">design trends</a> come and go. Read on to find out some popular design trends taking over social media.&nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"h-top-10-social-media-design-trends-how-to-use-them\">Top 10 social media design trends &amp; how to use them</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Here are ten not-to-be-missed social media trends for 2022. Have you seen any others that should make the list? Let us know in the comments below.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. <strong>3D design</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/Ceq0WNBBR6s/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Ceq0WNBBR6s/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/Ceq0WNBBR6s/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Amrit Pal Singh (@amritpaldesign)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Thanks to ever-advancing technologies, more and more designers are embracing 3D design! It\'s one of the most eye-catching current design trends because it takes the weird and wonderful and brings it to life. For example, check out this eclectic piece on Instagram by artist <a href=\"https://www.instagram.com/p/Cf6p002NGEt/\" target=\"_blank\" rel=\"noreferrer noopener\">Les Créatonautes</a>. At first glance, the design looks so real you\'d be forgiven for thinking there\'s a new banana bird species about town!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The 3D design style is particularly versatile on social media, lending itself to illustration, photos, typography, and <a href=\"https://www.yumyumvideos.com/what-are-motion-graphics-and-when-should-i-use-them-wp/\" target=\"_blank\" rel=\"noreferrer noopener\">flat animation</a> – an alternative to an expensive, time-consuming product video that allows customers to view your product from every angle.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, this post by <a href=\"https://www.instagram.com/p/Ceq0WNBBR6s/\" target=\"_blank\" rel=\"noreferrer noopener\">Amrit Pal Singh</a> demonstrates how 3D design can add depth and make an image bloom. Users can see more detail than would usually be possible with a static image. This technique could also work well as a teaser for a new product or service—you could zoom in on one element in 3D to keep people guessing before releasing the complete asset a few days later.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>2. <strong>Pastel color palettes</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CeUCtj8BLQK/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CeUCtj8BLQK/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CeUCtj8BLQK/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Recess (@takearecess)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>It\'s all about pastel colors right now! Subtle and minimal yet packing a punch, it\'s no doubt these have become a popular social media post design style. The fact that pastels can blend with almost every shade makes this a versatile option and helps to make this one of the most popular design trends of the moment.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As you can see from designs by the Australian sparkling water brand, Recess, pastel colors either work well as a flat, block color or by introducing additional imagery or gradients. The consistent muted color choices represent a cohesive, defined brand even when the designs differ.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alternatively, link-in-bio tool <a href=\"https://www.instagram.com/p/CeyIN28MGh4/\" target=\"_blank\" rel=\"noreferrer noopener\">Milkshake</a> combines clashing pastel colors to create a modern twist on a vintage, retro design style.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. Gradients</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgMfmGtoPA3/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgMfmGtoPA3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgMfmGtoPA3/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Editor X (@editorx)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Gradients have been popular on social media for a while now and show no sign of going anywhere. Think back to 2016 when Instagram updated its retro-style logo to include a gradient—since then, this social media design style has picked up the pace.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on what look you\'re trying to achieve, you can keep gradients simple with similar colors or go crazy with contrasting colors. They\'re also a valuable tool for adding texture to static designs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Editor X\'s animation by web creation platform shows how mesmerizing gradients can be when blended with pastel colors. The social media designer created the visual by combining a transparent video and fluid gradient background.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gradients can also lend themselves well to an eye-catching background style when mixed with mismatching, modern typography, like the below. As seen in digital business community <a href=\"https://www.instagram.com/p/CfVzNKcs4z-/\" target=\"_blank\" rel=\"noreferrer noopener\">One Roof</a>\'s post, you can create a modern rainbow effect by blending clashing colors with a gradient design style.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>4. Animation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgPLuamFMSu/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgPLuamFMSu/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgPLuamFMSu/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Twine Animation Ideas 💭💡 (@twineanimation)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Animation can be an excellent tool for social media as it\'s eye-catching, entertaining, and tells a story quickly.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Although there are many different styles of animation, a current social media trend is blending movement with simple animation styles and block color. For example, check out this nifty animation by the digital creator <a href=\"https://www.instagram.com/p/CgPLuamFMSu/\" target=\"_blank\" rel=\"noreferrer noopener\">moov_studio</a>, that tells a complete story in a couple of seconds.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The beauty of animation is you don\'t need a feature-length film to grab people\'s attention on social media—far from it! Subtle movements – such as swaying blades of grass or a dog\'s tail wagging – will help this content stand out in cluttered social media feeds.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Remember, the <a href=\"https://sproutsocial.com/insights/video-length-best-practices/\" target=\"_blank\" rel=\"noreferrer noopener\">first few seconds</a> of your animation are crucial for capturing your audience\'s attention, so feature your essential points or key messages up front.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>5. Experimental Typography</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/Cf_e0I7sWEH/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/Cf_e0I7sWEH/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/Cf_e0I7sWEH/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Darren Yao - Art &amp; Design (@yaojadzn)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>We all know a picture tells a thousand words, but what if your words also create a picture? Experimental typography is all about creating attention-grabbing, atypical movement. Do you have an important message or product release? If you can distill your announcement into a couple of words, you can promote it using typography-focused social media templates. Check out this awesome example from animator <a href=\"https://www.instagram.com/p/Cf9OtaFKuii/\" target=\"_blank\" rel=\"noreferrer noopener\">pixrate</a><strong>.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Like designer Darren Yao’s stand-out example, this style lends itself well to blending modern typography elements with more retro colors and design.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>6. Nostalgia Design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/tv/CdFwN2mp8tM/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/tv/CdFwN2mp8tM/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/tv/CdFwN2mp8tM/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by EMBELLISH (@embellishbyrowi)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>With experimental typography leading nicely to nostalgia design, you\'ll notice some graphic design trends for 2022 overlap! Look how effective it can be when unique typography is combined with more retro design styles, for example, in this post by designer and illustrator <a href=\"https://www.instagram.com/p/Cf4MruLrEps/\" target=\"_blank\" rel=\"noreferrer noopener\">Courtney Sonner</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nostalgia design could also relate to more contemporary design styles, including Y2K and 90s. You may have noticed these styles returning to the catwalks, so it makes sense for social media design to follow suit! For example, check out this style by face accessories brand, EMBELLISH, that may give you the millennium bug!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>7. Illustration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgPIIE6rDza/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgPIIE6rDza/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgPIIE6rDza/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Alaina Johnson (@alainakay)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Illustration is another popular social media design style. Stylized simple shapes are particularly on trend right now, so you could look out for <a href=\"https://elements.envato.com/graphics/illustrations\" target=\"_blank\" rel=\"noreferrer noopener\">illustrations and digital drawings</a> following suit.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While designer Alaina Johnson’s work<strong> </strong>makes 2D shapes look like they\'re lying flat on paper, <a href=\"https://www.instagram.com/p/CgVQvBNOjf2/\" target=\"_blank\" rel=\"noreferrer noopener\">Susie Esse</a>\'s fun illustrations are very in vogue. These comic-book-style illustrations cleverly fight against the picture-perfect nature of social media. Intentionally rustic, this social media design style screams cool.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>8. Maximalism&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CfVN553tL4X/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CfVN553tL4X/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CfVN553tL4X/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by issue 109 is out now! (@frankiemagazine)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Sometimes less isn\'t always more! The maximalism trend embraces excess and doesn\'t shy away from color, patterns, and textures. Brilliant and OTT but elegant, this design trend is not to be overlooked.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Take some inspiration for your social posts from these examples by Frankie magazine – take note of the vibrant colors, disruptive design, and clashing color schemes. These are all valuable tactics for preventing potential customers from scrolling past your business.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Maximalism can also be about taking a color theme and rolling with it. Consider your brand colors and how you can adapt them for different social posts. Look at this example from brand and creative agency <a href=\"https://www.instagram.com/p/CgaOvwFBAr_/\" target=\"_blank\" rel=\"noreferrer noopener\">Pink Pony Creative</a>. Purple is the leading color, with specific posts incorporating rich colors and textures, like gold and floral textures. There are many <a href=\"https://elements.envato.com/lp/create/social-media-templates/\" target=\"_blank\" rel=\"noreferrer noopener\">useful social media templates</a> to help you with this.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>9. Collage&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CfCRSqChm2G/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CfCRSqChm2G/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CfCRSqChm2G/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by P. (@labyrinthofcollages)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>As one of the most popular design trends of the last few years, we\'d forgive you for thinking collage was a relatively new phenomenon. Artists actually began using collage techniques around 200 BC – the same time paper was invented! It officially entered the mainstream after 1900, with artists like Picasso making the method more popular.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Modern collage can include a magazine cut-out style, with rips or uneven photography and words giving the imagery attitude, like <a href=\"https://www.instagram.com/p/CfCRSqChm2G/\" target=\"_blank\" rel=\"noreferrer noopener\">this example</a> shared by Labyrinth of Collages, with collage used to add character depth. Collage is a great way to add a crafty touch to your content and associate your social media page with class and creativity.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>10. Advocacy &amp; Activism</h3>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/CgQO5uuBuO-/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\"><div style=\"padding:16px;\"> <a href=\"https://www.instagram.com/p/CgQO5uuBuO-/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\"> <div style=\" display: flex; flex-direction: row; align-items: center;\"> <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"></div></div></div><div style=\"padding: 19% 0;\"></div> <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\"><svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"></g><g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\"></g><g><path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"></path></g></svg></div><div style=\"padding-top: 8px;\"> <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram</div></div><div style=\"padding: 12.5% 0;\"></div> <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\"><div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"></div> <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"></div> <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"></div></div><div style=\"margin-left: 8px;\"> <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"></div> <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"></div></div><div style=\"margin-left: auto;\"> <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"></div> <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"></div> <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"></div></div></div> <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"></div> <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"></div></div></a><p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\"><a href=\"https://www.instagram.com/p/CgQO5uuBuO-/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\" rel=\"noopener\">A post shared by Who Gives A Crap (@whogivesacraptp)</a></p></div></blockquote> <script async=\"\" src=\"//www.instagram.com/embed.js\"></script>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>There is an increasing movement towards brands having their say on today\'s issues. And consumers are keen to listen – most <a href=\"https://www.marketingcharts.com/brand-related/csr-108861\" target=\"_blank\" rel=\"noreferrer noopener\">shoppers</a> say they\'re more likely to trust or purchase from a purpose-led company.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t be afraid to stand up as a brand for what you believe in and advocate for important issues. How you execute this trend is up to you, but there are many ways of expressing advocacy and activism in your content.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, this illustration by artist and mental health advocate, <a href=\"https://www.instagram.com/p/CBRFYKDjAEU/\" target=\"_blank\" rel=\"noreferrer noopener\">Haley Weaver</a>, delivers a bold, empowering statement on environmentalism to capture people\'s attention as they scroll. When creating content for good, think about messages people care about or may want to share.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You could also create carousels or add multiple assets to tell a story about a particular issue – like sustainable toilet paper company, Who Gives A Crap.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This style also lends itself to social media design templates – download a template in your chosen style, edit the colors, and add your own messaging and imagery.<br /></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-get-started-with-social-media-design-trends\">Get started with social media design trends</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We hope you gathered plenty of inspiration from these popular social media design trends for 2022! Remember to think about your brand\'s core values and determine which trends work for you – you don\'t need to try them all at once! Look out at other social media accounts for inspiration for more examples of how brands are following these trends in the real world.&nbsp;</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/social-media-design-trends.htm\">Top 10 social media design trends and how to use them</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://blog.aweber.com/learn/social-media-design-trends.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"The AWeber onboarding experience: How we help new team members get up to speed fast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://blog.aweber.com/culture/remote-onboarding-experience.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Aug 2022 16:22:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Culture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"remote-first\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102158\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7698:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How AWeber does remote onboarding\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Ever start a new job, get handed a laptop, and then get sent on your way? You’re unsure of where to start, who to meet with, sitting around trying to find something to do to fill your time. That doesn’t quite scream “remarkable start to a new role,” if you ask me.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>At AWeber, we view onboarding a little differently than most. All new AWeber team members (regardless of their role) spend their first six days, yes six whole days, NOT doing their job. I know that might sound a little excessive — what could we possibly be covering for 6 days!? — but how can you possibly be asked to do your job before you fully understand how your company works?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So at AWeber, you spend your first six days getting to know our team, customers, and product.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Meet the AWeber Team</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Getting to know your team members shouldn’t happen by accident. So we set aside dedicated time for you to develop meaningful relationships during your first week.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Every new team member is set up with a buddy, who is their “go-to” person during their first week at AWeber. If the team member has a question about where to find our product roadmap, or even which fun “off-topic” <a href=\"https://slack.com/help/articles/115004071768-What-is-Slack-\" target=\"_blank\" rel=\"noreferrer noopener\">slack</a> channels to join — their buddy is there to help.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Buddies do everything from greeting new team members before their first day to meeting with them each day during onboarding to answer questions and get to know each other. Buddies also lead their “Meet the Team” sessions and host a celebration at the end of their onboarding.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Speaking of “Meet the Team\'\' sessions… our new team members actually do meet the entire AWeber team during their first week. And remember what we said earlier about meaningful relationships in the first week? Each session is made up of a random mix of team members that share the following information about themselves:&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Name</li>\n<li>Pronouns</li>\n<li>Location</li>\n<li>Team and Position</li>\n<li>Years at AWeber</li>\n<li>Fun Fact</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>These sessions are a ton of fun and really show off the vibrant, diverse personalities that make up our team! From a UX Designer who teaches Zumba to an Engineer who builds instruments from scratch to a CS Team Lead with a background in backyard wrestling — we definitely live our core value of “Don’t take ourselves too seriously. Have fun!” to the fullest.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In addition to meeting each AWeber team member, new team members also meet with each department to learn about that department’s goals and responsibilities, how they collaborate with other departments across the company, and their impact on our company goals.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Meet the AWeber Customers</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>At AWeber, our customers are at the forefront of everything we do. And how can you possibly develop or design products for, market products to, or answer questions for our customers without a strong understanding of WHO we serve. We tackle this challenge during onboarding in two ways.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>First, all new team members go through a \"Know Your Customers\" session where they learn about the creators and small business owners we serve. In that session we do a deep dive into actual customers, how they use the product, and how we continually partner with them to help grow their businesses.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>All new team members also participate in a few customer solutions shadow sessions. In these sessions, new team members partner with a customer solutions team member and watch as they work through real support tickets, in real time. These sessions help new team members understand how the AWeber product works, but it also gives them a better understanding of how our customers think and what motivates them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2><strong>Learn the AWeber product</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Everything we do at AWeber comes from an understanding of the creators and entrepreneurs we serve. So what better way to do that than to actually become one of them — and we do this by using our product</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>During onboarding, all new team members create their own pretend small businesses (or use their side hustle if they have one) to get hands on with our product just like a real customer would.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>New team members set up their AWeber accounts, create a landing page, send their first email, and even create a sample product. Through this process they understand the common struggles our customers face, such as what to write in their emails or how to grow their subscriber list. As each team member moves into their new job, understanding our customers’ struggles helps them to come up with creative solutions to meet their needs.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-become-part-of-the-aweber-team\">Become part of the AWeber team</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Armed with all of this AWeber knowledge, new team members can jump into their role with a great high-level understanding of who we are, who our customers are, and how their role impacts the company at large.&nbsp;&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We can’t wait for you to become our next AWeber team member, so you can experience our onboarding process first hand. Come see what all of the hype is about — <a href=\"https://grnh.se/90a738141us\" target=\"_blank\" rel=\"noreferrer noopener\">join the AWeber team today!</a></p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/culture/remote-onboarding-experience.htm\">The AWeber onboarding experience: How we help new team members get up to speed fast</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Kathleen Herrmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7402:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How AWeber does remote onboarding\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/aweber-onboarding-experience_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Ever start a new job, get handed a laptop, and then get sent on your way? You’re unsure of where to start, who to meet with, sitting around trying to find something to do to fill your time. That doesn’t quite scream “remarkable start to a new role,” if you ask me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At AWeber, we view onboarding a little differently than most. All new AWeber team members (regardless of their role) spend their first six days, yes six whole days, NOT doing their job. I know that might sound a little excessive — what could we possibly be covering for 6 days!? — but how can you possibly be asked to do your job before you fully understand how your company works?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So at AWeber, you spend your first six days getting to know our team, customers, and product.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Meet the AWeber Team</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Getting to know your team members shouldn’t happen by accident. So we set aside dedicated time for you to develop meaningful relationships during your first week.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Every new team member is set up with a buddy, who is their “go-to” person during their first week at AWeber. If the team member has a question about where to find our product roadmap, or even which fun “off-topic” <a href=\"https://slack.com/help/articles/115004071768-What-is-Slack-\" target=\"_blank\" rel=\"noreferrer noopener\">slack</a> channels to join — their buddy is there to help.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Buddies do everything from greeting new team members before their first day to meeting with them each day during onboarding to answer questions and get to know each other. Buddies also lead their “Meet the Team” sessions and host a celebration at the end of their onboarding.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Speaking of “Meet the Team\'\' sessions… our new team members actually do meet the entire AWeber team during their first week. And remember what we said earlier about meaningful relationships in the first week? Each session is made up of a random mix of team members that share the following information about themselves:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Name</li><li>Pronouns</li><li>Location</li><li>Team and Position</li><li>Years at AWeber</li><li>Fun Fact</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>These sessions are a ton of fun and really show off the vibrant, diverse personalities that make up our team! From a UX Designer who teaches Zumba to an Engineer who builds instruments from scratch to a CS Team Lead with a background in backyard wrestling — we definitely live our core value of “Don’t take ourselves too seriously. Have fun!” to the fullest.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to meeting each AWeber team member, new team members also meet with each department to learn about that department’s goals and responsibilities, how they collaborate with other departments across the company, and their impact on our company goals.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Meet the AWeber Customers</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At AWeber, our customers are at the forefront of everything we do. And how can you possibly develop or design products for, market products to, or answer questions for our customers without a strong understanding of WHO we serve. We tackle this challenge during onboarding in two ways.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First, all new team members go through a \"Know Your Customers\" session where they learn about the creators and small business owners we serve. In that session we do a deep dive into actual customers, how they use the product, and how we continually partner with them to help grow their businesses.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>All new team members also participate in a few customer solutions shadow sessions. In these sessions, new team members partner with a customer solutions team member and watch as they work through real support tickets, in real time. These sessions help new team members understand how the AWeber product works, but it also gives them a better understanding of how our customers think and what motivates them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2><strong>Learn the AWeber product</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Everything we do at AWeber comes from an understanding of the creators and entrepreneurs we serve. So what better way to do that than to actually become one of them — and we do this by using our product</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During onboarding, all new team members create their own pretend small businesses (or use their side hustle if they have one) to get hands on with our product just like a real customer would.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>New team members set up their AWeber accounts, create a landing page, send their first email, and even create a sample product. Through this process they understand the common struggles our customers face, such as what to write in their emails or how to grow their subscriber list. As each team member moves into their new job, understanding our customers’ struggles helps them to come up with creative solutions to meet their needs.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-become-part-of-the-aweber-team\">Become part of the AWeber team</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Armed with all of this AWeber knowledge, new team members can jump into their role with a great high-level understanding of who we are, who our customers are, and how their role impacts the company at large.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We can’t wait for you to become our next AWeber team member, so you can experience our onboarding process first hand. Come see what all of the hype is about — <a href=\"https://grnh.se/90a738141us\" target=\"_blank\" rel=\"noreferrer noopener\">join the AWeber team today!</a></p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/culture/remote-onboarding-experience.htm\">The AWeber onboarding experience: How we help new team members get up to speed fast</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"How this YouTuber doubled his views using Auto Newsletter in AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://blog.aweber.com/success/doubled-youtube-views-with-auto-newsletter.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Aug 2022 20:02:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"email automation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=102072\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16380:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"YouTube English teacher doubles views.\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>AJ Hoge teaches English to 1.73 million subscribers on YouTube and through his podcast.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>After using AWeber for 15 years for automating his paid course and promoting his book, he decided to try AWeber’s new feature, <a href=\"https://blog.aweber.com/updates/more-eyes-on-content-with-auto-newsletter.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Auto Newsletter</a>.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>He was interested in Auto Newsletter because he wanted to let his email subscribers know about his new videos somewhere other than on YouTube itself, where it can be hard to break through the noise of millions of other videos.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Plus, he wanted a way to grow his email list and keep his subscribers engaged, without adding another task to his to-do list.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So he set up an Auto Newsletter. Here’s how it went:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-aj-doubled-his-youtube-views\"><strong>How AJ doubled his YouTube views</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step One: </h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>AJ set up a sign-up page, in his AWeber account, where anyone on YouTube could opt in to receive his weekly newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102074,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-sign-up-auto-newsletter-1024x814.jpg\" alt=\"A page where you can sign up for Effortless English Show auto newsletter.\" class=\"wp-image-102074\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step Two: </h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>He set up an automatic campaign to send an email every Wednesday with his newest YouTube and podcast episodes. (He also set these emails to arrive at a specific time for each subscriber, regardless of <a href=\"https://blog.aweber.com/updates/send-email-campaigns-by-time-zone.htm\" target=\"_blank\" rel=\"noreferrer noopener\">which timezone they are in</a>.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102075,\"width\":840,\"height\":812,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-auto-newsletter-1024x990.jpg\" alt=\"AJ Hoge\'s first auto newsletter, including two YouTube videos.\" class=\"wp-image-102075\" width=\"840\" height=\"812\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step Three: </h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>He introduced all of his existing subscribers to his new weekly email announcements:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102076,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-auto-newsletter-introduction-broadcast-1024x745.jpg\" alt=\"An email introducing his new Auto Newsletter to his current audience.\" class=\"wp-image-102076\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step Four: </h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>He promoted his Auto Newsletter on YouTube:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102077,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-youtube-intro-1024x255.png\" alt=\"On YouTube, AJ Hoge says &quot;Subscribe here for a weekly list of new videos and audio (free)&quot; with a link to his landing page.\" class=\"wp-image-102077\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-from-35k-to-73k-views-on-just-one-video\"><strong>From 35K to 73K views on just one video&nbsp;</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Within two weeks, AJ was seeing more views on his new videos. A lot more views.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>His previous new videos were averaging 35-45K views, but after sending auto newsletters, his new video has over 73K views (and growing).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are a few reasons Auto Newsletter may have boosted this video’s views so much:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>The email sends subscribers directly to his YouTube channel to watch the video</li>\n<li>Having an email from AJ in their inboxes reminds his subscribers about his channel, prompting them to seek out his newest videos throughout the week</li>\n<li>Because his new video got so many views right after he released it on YouTube (thanks to Auto Newsletter), YouTube’s algorithm may have been triggered to favor his content in recommended sections and search results</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>More YouTube views leads to more email subscriber, which leads to more YouTube views. It’s a&nbsp; flywheel of growth that can help any content creator thrive.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Plus, AJ’s email list is growing quickly. He has seen almost 6,000 new subscribers sign up since he set up the auto newsletter landing page just a few weeks ago.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And the best part? AJ saved tons of time by automating these emails instead of sending them out manually. Now he can email regular new content to subscribers without any extra work. His emails can be going out even as he’s recording a new video, or spending time with his family.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-three-steps-to-grow-your-youtube-views-and-email-list-with-auto-newsletter\"><strong>Three steps to grow </strong><strong><em>your</em></strong><strong> YouTube views and email list with Auto Newsletter</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-1-publish-a-page-where-people-can-sign-up-for-your-auto-newsletter\">1. Publish a page where people can sign up for your Auto Newsletter.</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://www.aweber.com/users/landing_pages/import/449a2234-93e2-4b11-a224-c65bef5ded3e\" target=\"_blank\" rel=\"noreferrer noopener\">Copy the template below</a> or choose one from AWeber’s <a href=\"https://www.aweber.com/templates/landing-pages/?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=081622-case-studies-auto-newsletter-aj-hoge-landing-page-gallery\" target=\"_blank\" rel=\"noreferrer noopener\">landing page template gallery</a> to start creating your page. Update any text or images if you want.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102078,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/auto-newsletter-sign-up-template-1024x739.jpg\" alt=\"A simple sign up form that says &quot;Sign up for email updates.&quot;\" class=\"wp-image-102078\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://kelseyjohnson.aweb.page/p/449a2234-93e2-4b11-a224-c65bef5ded3e\"></a></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then click into the form and add a unique new tag under “form submission” (not one you already use). E.g. “wednesday-youtube-newsletter”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102079,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/auto-newsletter-signup-form-tag.gif\" alt=\"A GIF showing how to add a tag to the simple sign up form by clicking on the form section, submission, and then tags.\" class=\"wp-image-102079\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click “Save and exit” then publish the page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/auto-newsletter-signup-form-publish.jpeg\" alt=\"How to publish: Click on the three dots on the landing page index, then click Publish.\" class=\"wp-image-102080\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-2-set-up-auto-newsletter-to-send-when-you-have-new-content-immediately-or-on-a-weekly-monthly-basis\">2. Set up Auto Newsletter to send when you have new content (immediately or on a weekly/monthly basis)</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>In your AWeber menu on the left, click on “Automations” -&gt; “Campaigns.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102081,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-campaigns.jpeg\" alt=\"Campaigns in the AWeber menu.\" class=\"wp-image-102081\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Choose “Create a campaign” then “YouTube newsletter” (or “Blog newsletter”). Then give your new campaign a name.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102082,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/create-campaign-youtube-newsletter-template-1024x511.gif\" alt=\"A GIF showing how to start an auto newsletter by clicking &quot;Create a Campaign&quot; then &quot;Select&quot; beneath YouTube Newsletter.\" class=\"wp-image-102082\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Set your campaign to start when a tag is added. Use the exact tag you added to your landing page form above.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102083,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/campaign-trigger-tag-1024x262.jpeg\" alt=\"In the set up page, choose &quot;Start Campaign&quot; and add the tag from your landing page.\" class=\"wp-image-102083\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add your YouTube channel URL to the Feed URL field (e.g. youtube.com/aweber). AWeber will update it with the exact feed as shown below. Set the frequency to “Hourly,” “Weekly,” “Monthly,” or “Yearly.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102085,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/check-feed-1024x369.jpeg\" alt=\"In the set up page, add your Feed URL and set frequency.\" class=\"wp-image-102085\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click into the message itself to edit it. Click on the example feed to add <em>your</em> YouTube URL. Adjust any feed settings for the number of videos, layout, etc.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add your logo and text at this point, too.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102086,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/adjust-image-1024x606.jpeg\" alt=\"How to add your feed to the auto newsletter email itself.\" class=\"wp-image-102086\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Preview and test to see what it looks like, then click “Save and exit” then “Activate Campaign.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102087,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/activate-campaign-1024x308.jpeg\" alt=\"Where to activate your auto newsletter campaign.\" class=\"wp-image-102087\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-3-promote-your-sign-up-page-to-your-current-youtube-audience-and-on-social-media\">3. Promote your sign-up page to your current YouTube audience and on social media</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add your sign-up page to your social media bio, promote it in posts, videos, and stories, and make sure you include a link to it on your YouTube homepage, “about” page, video descriptions, and end screens if you use them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Bonus</strong>: If you have an existing list of email subscribers, send your weekly digest to them, too. Just add the same tag from your landing page and campaign to any subscribers you want to receive these emails <strong><em>after you activate the campaign</em></strong>. (They won’t receive it if you add the tag before activating the campaign.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-to-get-the-same-results-that-aj-got-from-his-auto-newsletter\"><strong>Want to get the same results that AJ got from his Auto Newsletter?</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Ready for more YouTube views, more email subscribers, and more free time? Create an Auto Newsletter today, available on all AWeber plans. <a href=\"https://aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=081622-case-studies-auto-newsletter-aj-hoge-cta\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up for a free account today</a>. Need help with your auto newsletter? <a href=\"https://www.aweber.com/contact-us.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=081622-case-studies-auto-newsletter-aj-hoge-support\" target=\"_blank\" rel=\"noreferrer noopener\">Contact our support team</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/doubled-youtube-views-with-auto-newsletter.htm\">How this YouTuber doubled his views using Auto Newsletter in AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Kelsey Johnson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15671:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"YouTube English teacher doubles views.\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/yt-english-teacher-doubles-views-with-auto-newsletter_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>AJ Hoge teaches English to 1.73 million subscribers on YouTube and through his podcast.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After using AWeber for 15 years for automating his paid course and promoting his book, he decided to try AWeber’s new feature, <a href=\"https://blog.aweber.com/updates/more-eyes-on-content-with-auto-newsletter.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Auto Newsletter</a>.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He was interested in Auto Newsletter because he wanted to let his email subscribers know about his new videos somewhere other than on YouTube itself, where it can be hard to break through the noise of millions of other videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, he wanted a way to grow his email list and keep his subscribers engaged, without adding another task to his to-do list.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So he set up an Auto Newsletter. Here’s how it went:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-aj-doubled-his-youtube-views\"><strong>How AJ doubled his YouTube views</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step One: </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>AJ set up a sign-up page, in his AWeber account, where anyone on YouTube could opt in to receive his weekly newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102074,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-sign-up-auto-newsletter-1024x814.jpg\" alt=\"A page where you can sign up for Effortless English Show auto newsletter.\" class=\"wp-image-102074\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step Two: </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>He set up an automatic campaign to send an email every Wednesday with his newest YouTube and podcast episodes. (He also set these emails to arrive at a specific time for each subscriber, regardless of <a href=\"https://blog.aweber.com/updates/send-email-campaigns-by-time-zone.htm\" target=\"_blank\" rel=\"noreferrer noopener\">which timezone they are in</a>.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102075,\"width\":840,\"height\":812,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-auto-newsletter-1024x990.jpg\" alt=\"AJ Hoge\'s first auto newsletter, including two YouTube videos.\" class=\"wp-image-102075\" width=\"840\" height=\"812\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step Three: </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>He introduced all of his existing subscribers to his new weekly email announcements:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102076,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-auto-newsletter-introduction-broadcast-1024x745.jpg\" alt=\"An email introducing his new Auto Newsletter to his current audience.\" class=\"wp-image-102076\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step Four: </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>He promoted his Auto Newsletter on YouTube:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102077,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/effortless-english-youtube-intro-1024x255.png\" alt=\"On YouTube, AJ Hoge says &quot;Subscribe here for a weekly list of new videos and audio (free)&quot; with a link to his landing page.\" class=\"wp-image-102077\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-from-35k-to-73k-views-on-just-one-video\"><strong>From 35K to 73K views on just one video&nbsp;</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Within two weeks, AJ was seeing more views on his new videos. A lot more views.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>His previous new videos were averaging 35-45K views, but after sending auto newsletters, his new video has over 73K views (and growing).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are a few reasons Auto Newsletter may have boosted this video’s views so much:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>The email sends subscribers directly to his YouTube channel to watch the video</li><li>Having an email from AJ in their inboxes reminds his subscribers about his channel, prompting them to seek out his newest videos throughout the week</li><li>Because his new video got so many views right after he released it on YouTube (thanks to Auto Newsletter), YouTube’s algorithm may have been triggered to favor his content in recommended sections and search results</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>More YouTube views leads to more email subscriber, which leads to more YouTube views. It’s a&nbsp; flywheel of growth that can help any content creator thrive.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Plus, AJ’s email list is growing quickly. He has seen almost 6,000 new subscribers sign up since he set up the auto newsletter landing page just a few weeks ago.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the best part? AJ saved tons of time by automating these emails instead of sending them out manually. Now he can email regular new content to subscribers without any extra work. His emails can be going out even as he’s recording a new video, or spending time with his family.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-three-steps-to-grow-your-youtube-views-and-email-list-with-auto-newsletter\"><strong>Three steps to grow </strong><strong><em>your</em></strong><strong> YouTube views and email list with Auto Newsletter</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-1-publish-a-page-where-people-can-sign-up-for-your-auto-newsletter\">1. Publish a page where people can sign up for your Auto Newsletter.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.aweber.com/users/landing_pages/import/449a2234-93e2-4b11-a224-c65bef5ded3e\" target=\"_blank\" rel=\"noreferrer noopener\">Copy the template below</a> or choose one from AWeber’s <a href=\"https://www.aweber.com/templates/landing-pages/?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=081622-case-studies-auto-newsletter-aj-hoge-landing-page-gallery\" target=\"_blank\" rel=\"noreferrer noopener\">landing page template gallery</a> to start creating your page. Update any text or images if you want.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102078,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/auto-newsletter-sign-up-template-1024x739.jpg\" alt=\"A simple sign up form that says &quot;Sign up for email updates.&quot;\" class=\"wp-image-102078\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://kelseyjohnson.aweb.page/p/449a2234-93e2-4b11-a224-c65bef5ded3e\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then click into the form and add a unique new tag under “form submission” (not one you already use). E.g. “wednesday-youtube-newsletter”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102079,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/auto-newsletter-signup-form-tag.gif\" alt=\"A GIF showing how to add a tag to the simple sign up form by clicking on the form section, submission, and then tags.\" class=\"wp-image-102079\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Click “Save and exit” then publish the page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/auto-newsletter-signup-form-publish.jpeg\" alt=\"How to publish: Click on the three dots on the landing page index, then click Publish.\" class=\"wp-image-102080\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-2-set-up-auto-newsletter-to-send-when-you-have-new-content-immediately-or-on-a-weekly-monthly-basis\">2. Set up Auto Newsletter to send when you have new content (immediately or on a weekly/monthly basis)</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>In your AWeber menu on the left, click on “Automations” -&gt; “Campaigns.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102081,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-campaigns.jpeg\" alt=\"Campaigns in the AWeber menu.\" class=\"wp-image-102081\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Choose “Create a campaign” then “YouTube newsletter” (or “Blog newsletter”). Then give your new campaign a name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102082,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/create-campaign-youtube-newsletter-template-1024x511.gif\" alt=\"A GIF showing how to start an auto newsletter by clicking &quot;Create a Campaign&quot; then &quot;Select&quot; beneath YouTube Newsletter.\" class=\"wp-image-102082\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Set your campaign to start when a tag is added. Use the exact tag you added to your landing page form above.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102083,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/campaign-trigger-tag-1024x262.jpeg\" alt=\"In the set up page, choose &quot;Start Campaign&quot; and add the tag from your landing page.\" class=\"wp-image-102083\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Add your YouTube channel URL to the Feed URL field (e.g. youtube.com/aweber). AWeber will update it with the exact feed as shown below. Set the frequency to “Hourly,” “Weekly,” “Monthly,” or “Yearly.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102085,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/check-feed-1024x369.jpeg\" alt=\"In the set up page, add your Feed URL and set frequency.\" class=\"wp-image-102085\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Click into the message itself to edit it. Click on the example feed to add <em>your</em> YouTube URL. Adjust any feed settings for the number of videos, layout, etc.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Add your logo and text at this point, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102086,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/adjust-image-1024x606.jpeg\" alt=\"How to add your feed to the auto newsletter email itself.\" class=\"wp-image-102086\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Preview and test to see what it looks like, then click “Save and exit” then “Activate Campaign.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102087,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/activate-campaign-1024x308.jpeg\" alt=\"Where to activate your auto newsletter campaign.\" class=\"wp-image-102087\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-3-promote-your-sign-up-page-to-your-current-youtube-audience-and-on-social-media\">3. Promote your sign-up page to your current YouTube audience and on social media</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Add your sign-up page to your social media bio, promote it in posts, videos, and stories, and make sure you include a link to it on your YouTube homepage, “about” page, video descriptions, and end screens if you use them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bonus</strong>: If you have an existing list of email subscribers, send your weekly digest to them, too. Just add the same tag from your landing page and campaign to any subscribers you want to receive these emails <strong><em>after you activate the campaign</em></strong>. (They won’t receive it if you add the tag before activating the campaign.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-to-get-the-same-results-that-aj-got-from-his-auto-newsletter\"><strong>Want to get the same results that AJ got from his Auto Newsletter?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ready for more YouTube views, more email subscribers, and more free time? Create an Auto Newsletter today, available on all AWeber plans. <a href=\"https://aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=081622-case-studies-auto-newsletter-aj-hoge-cta\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up for a free account today</a>. Need help with your auto newsletter? <a href=\"https://www.aweber.com/contact-us.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=081622-case-studies-auto-newsletter-aj-hoge-support\" target=\"_blank\" rel=\"noreferrer noopener\">Contact our support team</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/doubled-youtube-views-with-auto-newsletter.htm\">How this YouTuber doubled his views using Auto Newsletter in AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"See how this agency generated over $30,000 in new sales in just 1 day using AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://blog.aweber.com/success/how-agency-generated-30k-in-sales-using-aweber.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Aug 2022 16:03:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101932\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12836:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Jonas Troyer success story\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Jonas Troyer, the owner of <a href=\"https://troyerwebsites.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Troyer Websites</a>, offers website design services, in addition to some complimentary services, like search engine optimization (SEO), social media advertising, graphic design, and more.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>He knows that it’s often easier and more cost-effective to look to your existing customers to increase your revenue, rather than trying to find new customers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Why?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Because your existing customers already know, like, and trust you. They already know what you can do for them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In fact, the success rate of selling to a customer you already have is <a href=\"https://www.invespcro.com/blog/customer-acquisition-retention/\" target=\"_blank\" rel=\"noreferrer noopener\">60-70 percent</a>, while the success rate of selling to a new customer is 5-20 percent.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-over-30-000-in-sales-in-a-single-day\">Over $30,000 in sales in a single day</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Jonas wanted to bring in more business for his SEO services, so he came up with a 15% off one-day promotion to cross-sell an annual package of SEO services to his existing website customers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The key to Jonas’s success was in his email marketing strategy. He created an automated email campaign for his list of 500 subscribers spread out over one day to drive awareness for his promotion. The result was over $30,000 in sales.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s what each email looked like:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-email-1-create-urgency-through-scarcity\">Email 1: Create urgency through scarcity</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Scarcity drives a fear of missing out, or FOMO, and generates demand. Troyer’s emails highlighted that the 15% discount was only available for a limited time and that he only had limited spots available.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":96356,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-1.png\" alt=\"Create urgency through scarcity email from Troyer Websites\" class=\"wp-image-96356\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-email-2-use-benefit-focused-language\">Email 2: Use benefit-focused language</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Your potential customers don’t just want to know what services you offer. They want to know how those services are going to benefit them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Use language that focuses on the benefits to the customer. What company doesn’t want to “show up on the first page of Google?”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":96357,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-2-572x1024.png\" alt=\"The use of benefit-focused language in Troyer Websites email\" class=\"wp-image-96357\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-email-3-use-social-proof\">Email 3: Use social proof</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>One of the most effective ways to grow your business is word of mouth. Leveraging customer testimonials and success stories can help other potential customers feel more confident in doing business with you.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Troyer used <a href=\"https://blog.aweber.com/email-marketing/5-powerful-ways-to-drive-more-sales-through-email.htm\">social proof</a> in his emails, sharing a video where he walks through two of his SEO clients’ websites and the results they’ve seen in working with Troyer and his team. This helps position his promotion in a way that potential clients can see how they will benefit from his SEO services.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":96358,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-3.png\" alt=\"Email example from Troyer Websites using social proof\" class=\"wp-image-96358\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-email-4-last-chance\">Email 4: Last Chance</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>His final “last chance” email dialed up the FOMO by saying his company would “probably never do this again.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":96359,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-4.png\" alt=\"Last chance email from Troyer Websites\" class=\"wp-image-96359\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-an-automated-email-campaign-in-aweber\">How to set up an automated email campaign in AWeber</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To create his series of four emails, Jonas followed these steps using AWeber:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-1-set-up-your-automated-campaign\">Step 1: Set up your automated campaign</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 - Select “Automations” from the left drop-down navigation, then “Campaign,” then “Create a Campaign.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101698,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-email-automation-in-AWeber.png\" alt=\"How to create email automation in AWeber\" class=\"wp-image-101698\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 - You can start with a pre-built automated campaign or build from scratch using the drag and drop campaign builder.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101699,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.42.24-AM-1024x673.png\" alt=\"Choose a template campaign or start from scratch in AWeber\" class=\"wp-image-101699\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>3 - Name your campaign</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101700,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.43.32-AM-1024x398.png\" alt=\"Give automated campaign a name in AWeber\" class=\"wp-image-101700\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-2-select-your-trigger-to-start-the-email-campaign\">Step 2: Select your trigger to start the email campaign</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 - Your campaign can start either when someone is added to your list or based on a specific action using <a href=\"https://blog.aweber.com/learn/email-tagging-tips-skyrocket-open-rates.htm\">tags</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101701,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.44.21-AM.png\" alt=\"Determine how automated campaign will be triggered in AWeber\" class=\"wp-image-101701\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 - If applying a tag, apply which tags will start your campaign.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101872,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.35.25-AM-1024x348.png\" alt=\"Applying tag in AWeber account\" class=\"wp-image-101872\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-3-start-building-your-campaign\">Step 3: Start building your campaign</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 - Using the drag and drop editor to select the email messages and timing between emails.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101702,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Campaign-Automation-PDF-GIF-2.gif\" alt=\"GIF showing how drag and drop campaign builder works in AWeber\" class=\"wp-image-101702\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 - To create emails, pull in the “Send Message” icon and select a current email or create a new one.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101874,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.41.00-AM-1024x888.jpg\" alt=\"Example of AWeber\'s message editor\" class=\"wp-image-101874\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-4-start-the-campaign\">Step 4: Start the campaign</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 - “Save &amp; Exit” the campaign builder</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>2 - In the Draft drop-down menu, select Activate Campaign</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101876,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Activating-auto-newsletter-campaign-in-AWeber-1024x314.png\" alt=\"Activating auto newsletter campaign in AWeber\" class=\"wp-image-101876\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-to-get-the-same-results-that-jonas-got-from-his-email-campaigns\">Want to get the same results that Jonas got from his email campaigns?</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then get started for free with AWeber. You’ll have access to all the tools Jonas used to send automated emails, plus access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We also have an in-depth knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do. Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Get started now</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-agency-generated-30k-in-sales-using-aweber.htm\">See how this agency generated over $30,000 in new sales in just 1 day using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Sean Tinney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12196:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Jonas Troyer success story\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/jonas-troyer-success-story_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Jonas Troyer, the owner of <a href=\"https://troyerwebsites.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Troyer Websites</a>, offers website design services, in addition to some complimentary services, like search engine optimization (SEO), social media advertising, graphic design, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He knows that it’s often easier and more cost-effective to look to your existing customers to increase your revenue, rather than trying to find new customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because your existing customers already know, like, and trust you. They already know what you can do for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, the success rate of selling to a customer you already have is <a href=\"https://www.invespcro.com/blog/customer-acquisition-retention/\" target=\"_blank\" rel=\"noreferrer noopener\">60-70 percent</a>, while the success rate of selling to a new customer is 5-20 percent.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-over-30-000-in-sales-in-a-single-day\">Over $30,000 in sales in a single day</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jonas wanted to bring in more business for his SEO services, so he came up with a 15% off one-day promotion to cross-sell an annual package of SEO services to his existing website customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The key to Jonas’s success was in his email marketing strategy. He created an automated email campaign for his list of 500 subscribers spread out over one day to drive awareness for his promotion. The result was over $30,000 in sales.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what each email looked like:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-email-1-create-urgency-through-scarcity\">Email 1: Create urgency through scarcity</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Scarcity drives a fear of missing out, or FOMO, and generates demand. Troyer’s emails highlighted that the 15% discount was only available for a limited time and that he only had limited spots available.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":96356,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-1.png\" alt=\"Create urgency through scarcity email from Troyer Websites\" class=\"wp-image-96356\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-email-2-use-benefit-focused-language\">Email 2: Use benefit-focused language</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Your potential customers don’t just want to know what services you offer. They want to know how those services are going to benefit them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Use language that focuses on the benefits to the customer. What company doesn’t want to “show up on the first page of Google?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":96357,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-2-572x1024.png\" alt=\"The use of benefit-focused language in Troyer Websites email\" class=\"wp-image-96357\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-email-3-use-social-proof\">Email 3: Use social proof</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>One of the most effective ways to grow your business is word of mouth. Leveraging customer testimonials and success stories can help other potential customers feel more confident in doing business with you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Troyer used <a href=\"https://blog.aweber.com/email-marketing/5-powerful-ways-to-drive-more-sales-through-email.htm\">social proof</a> in his emails, sharing a video where he walks through two of his SEO clients’ websites and the results they’ve seen in working with Troyer and his team. This helps position his promotion in a way that potential clients can see how they will benefit from his SEO services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":96358,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-3.png\" alt=\"Email example from Troyer Websites using social proof\" class=\"wp-image-96358\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-email-4-last-chance\">Email 4: Last Chance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>His final “last chance” email dialed up the FOMO by saying his company would “probably never do this again.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":96359,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2021/05/troyer-websites-email-4.png\" alt=\"Last chance email from Troyer Websites\" class=\"wp-image-96359\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-an-automated-email-campaign-in-aweber\">How to set up an automated email campaign in AWeber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To create his series of four emails, Jonas followed these steps using AWeber:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-1-set-up-your-automated-campaign\">Step 1: Set up your automated campaign</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 - Select “Automations” from the left drop-down navigation, then “Campaign,” then “Create a Campaign.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101698,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-email-automation-in-AWeber.png\" alt=\"How to create email automation in AWeber\" class=\"wp-image-101698\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 - You can start with a pre-built automated campaign or build from scratch using the drag and drop campaign builder.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101699,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.42.24-AM-1024x673.png\" alt=\"Choose a template campaign or start from scratch in AWeber\" class=\"wp-image-101699\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3 - Name your campaign</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101700,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.43.32-AM-1024x398.png\" alt=\"Give automated campaign a name in AWeber\" class=\"wp-image-101700\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-2-select-your-trigger-to-start-the-email-campaign\">Step 2: Select your trigger to start the email campaign</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 - Your campaign can start either when someone is added to your list or based on a specific action using <a href=\"https://blog.aweber.com/learn/email-tagging-tips-skyrocket-open-rates.htm\">tags</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101701,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.44.21-AM.png\" alt=\"Determine how automated campaign will be triggered in AWeber\" class=\"wp-image-101701\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 - If applying a tag, apply which tags will start your campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101872,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.35.25-AM-1024x348.png\" alt=\"Applying tag in AWeber account\" class=\"wp-image-101872\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-3-start-building-your-campaign\">Step 3: Start building your campaign</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 - Using the drag and drop editor to select the email messages and timing between emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101702,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Campaign-Automation-PDF-GIF-2.gif\" alt=\"GIF showing how drag and drop campaign builder works in AWeber\" class=\"wp-image-101702\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2 - To create emails, pull in the “Send Message” icon and select a current email or create a new one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101874,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.41.00-AM-1024x888.jpg\" alt=\"Example of AWeber\'s message editor\" class=\"wp-image-101874\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-4-start-the-campaign\">Step 4: Start the campaign</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 - “Save &amp; Exit” the campaign builder</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2 - In the Draft drop-down menu, select Activate Campaign</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101876,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Activating-auto-newsletter-campaign-in-AWeber-1024x314.png\" alt=\"Activating auto newsletter campaign in AWeber\" class=\"wp-image-101876\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-to-get-the-same-results-that-jonas-got-from-his-email-campaigns\">Want to get the same results that Jonas got from his email campaigns?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then get started for free with AWeber. You’ll have access to all the tools Jonas used to send automated emails, plus access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have an in-depth knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do. Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Get started now</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-agency-generated-30k-in-sales-using-aweber.htm\">See how this agency generated over $30,000 in new sales in just 1 day using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"How Brian Dean grew his Exploding Topics newsletter to 65,000 subscribers using AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://blog.aweber.com/success/how-brian-dean-grew-his-newsletter-list.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Aug 2022 14:09:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"email newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"list building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101997\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17934:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>It’s no secret that an email list is one of the most valuable assets your business can have.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But how do you build a list without spending a fortune on paid ads? And perhaps even more important: how do you get those subscribers to open, click on and forward the messages that you send?</p>\n<p>In this post I’m going to cover the specific strategies we used to grow our email list to over 65,000 subscribers and a 50%+ open rate.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102003,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-sent-broadcasts-1024x722.jpg\" alt=\"AWeber sent broadcasts report\" class=\"wp-image-102003\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2>Strategy #1: Launch a Dedicated Newsletter Page</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you want to get more customers for your SaaS business, you probably have several dedicated landing pages for different use cases. And if you run an ecommerce site, you likely have hundreds of product pages.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The same rule applies to growing an email list: if you want to <a href=\"https://blog.aweber.com/email-marketing/how-to-get-email-addresses.htm\" target=\"_blank\" rel=\"noreferrer noopener\">get more subscribers</a>, a page dedicated 100% to your email newsletter can definitely help.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In our case, we have a simple page that briefly outlines what subscribers will get from signing up.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102617,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/ss-exploding-topics-newsletter-1-1024x520.jpg\" alt=\"Exploding Topics newsletter sign up page that reads &quot;Find trending topics before they take off&quot; and CTA header &quot;Get Free Email Reports&quot;\" class=\"wp-image-102617\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>We’ve tested longer versus shorter pages fairly extensively. We found that shorter pages tend to convert best.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Why? The commitment to sign up for a newsletter is pretty small compared to buying a physical product or signing up for a new SaaS tool. Which means that potential users don’t need a ton of info to get them to convert.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And that’s all you really need: a straightforward page that <a href=\"https://blog.aweber.com/email-marketing/22-brilliant-lead-magnets-that-are-growing-email-lists-right-now.htm\" target=\"_blank\" rel=\"noreferrer noopener\">gives someone an incentive to hand over their email address</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Another example is the <a href=\"https://www.bloomberg.com/account/newsletters/money-stuff\" target=\"_blank\" rel=\"noreferrer noopener\">Bloomberg “Money Stuff” newsletter</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102004,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/bloomberg-money-stuff-1024x589.png\" alt=\"An example of Bloomberg\'s branded newsletter.\" class=\"wp-image-102004\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>This page is essentially a few lines of text and a sign up form. Which I’d imagine converts well.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2>Strategy #2: Drive Visitors to Your Newsletter Page</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you have the page ready, the next (and key) step is to funnel traffic to that page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>And the best way to do that?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Include a prominent link in your site’s main navigation.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102005,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/backlinko-newsletter-link-1024x557.jpg\" alt=\"Want more subscribers? Include a prominent link in your site’s main navigation.\" class=\"wp-image-102005\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>That way, whether a user lands on a blog post (more on that next), about the page or your homepage, they see a link to your newsletter sign up page.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also funnel social media traffic directly to this page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In other words: instead of linking to your homepage from each of your social media profiles, you can link to your newsletter page.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s an example of how this looks from James Clear’s Twitter profile:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102006,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/james-clear-twitter-newsletter-link-1024x645.jpg\" alt=\"How James Clear promotes his newsletter in his Twitter bio.\" class=\"wp-image-102006\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s all there is to it.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Having a large (growing) list of subscribers is great. But how do you make sure those subscribers open and read your content? And recommend your newsletter to friends and colleagues?</p>\n<p>That’s what our next strategy is all about.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2>Strategy #3: Send Out a “Branded Newsletter”</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>A branded newsletter is just like it sounds:&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>It’s a newsletter with its own brand. Including a name, logo and style.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Despite being literally decades old, a branded newsletter is still <a href=\"https://explodingtopics.com/blog/marketing-trends\" target=\"_blank\" rel=\"noreferrer noopener\">one of the biggest marketing trends</a> going right now.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In fact, popular branded newsletter Morning Brew <a href=\"https://www.crunchbase.com/organization/morning-brew\" target=\"_blank\" rel=\"noreferrer noopener\">sold to Business Insider in 2020 for a reported $75 million</a>. Which goes to show how valuable a branded newsletter can be.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>With that, let’s cover exactly how to create one.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>First, you want to establish your ideal subscriber. This is basically the same exercise you’d do to identify your ideal customer. But for your newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, let’s say that you run an ecommerce site that sells tennis equipment. And you want to start a tennis tips newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Who exactly will that newsletters be for? Beginner players? Teenagers looking to go pro? Seniors that play doubles twice per week?</p>\n<p>As you can see, the branding and content of your newsletter will be entirely different depending on which group you’re focused on.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you have a group in mind, it’s time to design your newsletter.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you don’t have any content ready yet, no worries. You can just use some dummy copy for now. And fill it in with actual copy later on.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We use AWeber’s fantastic Email Template Manager to create our newsletter designs. And I think they come out great.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102007,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/gmail-explodingtopics-newsletter-828x1024.jpg\" alt=\"Want to save time creating your newsletter? Use a template.\" class=\"wp-image-102007\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Next, your newsletter needs a name.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Again, the name should be something that appeals directly to your ideal subscriber.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, let’s say you want your newsletter to help older tennis players improve their game. You could call your newsletter “Tennis Over 50”.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also just name your newsletter something super straightforward. For example, Tim Ferriss runs a popular newsletter called “<a href=\"https://tim.blog/2015/08/07/5-bullet-friday/\" target=\"_blank\" rel=\"noreferrer noopener\">5 Bullet Friday</a>”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102008,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/tim-ferriss-5-bullet-friday-831x1024.png\" alt=\"An example of Tim Ferriss\'s newsletter.\" class=\"wp-image-102008\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>That newsletter is just like it sounds: 5 bullets of content each Friday. Simple.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Finally, it’s time to identify an ideal schedule for your branded newsletter.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>This is a sneaky big deal. Why? Because one of the keys to high open rates <strong>is sending on a consistent schedule.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Which is why you’ll want to pick a schedule that works for you (in terms of content production) and your subscriber.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>There’s no right or wrong cadence for an email newsletter. But in general, I find that weekly works well for most newsletters.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>A daily schedule is tough to keep up with. And you need a compelling reason to send it every day. Which is tough if you’re not almost 100% news-focused.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Monthly is fine. But it’s hard to build momentum by only sending 12 newsletters each year.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Weekly sort of hits the sweet spot of sending on a regular cadence without being overwhelming for you or your audience.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2>Strategy #4: Plan Out Your Newsletter Content Format</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Next, it’s time to figure out how you’ll present your newsletter’s content.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Specifically, you want to determine whether your content will be:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Bulleted list of tips or strategies</li>\n<li>Lists to curated resources</li>\n<li>Links to videos or tutorials</li>\n<li>Inspiring quotes</li>\n<li>A mix of different types of content</li>\n<li>Or any other format that will work for you and your subscribers</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Note:</strong> This format doesn’t need to be set in stone. You can and should change it based on feedback. But it’s infinitely easier to create content from an outline or format than opening up a blank page each time you need to write your newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you have this format in place, all you need to do is “fill in the blanks” and hit “send”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>This significantly speeds up the content creation process.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>As a bonus, many readers appreciate a consistent format as well. It reduces the <a href=\"https://en.wikipedia.org/wiki/Cognitive_load\" target=\"_blank\" rel=\"noreferrer noopener\">cognitive load</a> each time they get a new message from you. They’re already familiar with the format. So it takes much less time and mental energy to consume your newsletters’ content.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2>Strategy #5: Convert Blog Visitors Into Subscribers</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Our final strategy is to help push more of your site’s visitors to your newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Specifically, from your blog.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Why is this important?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>In most cases, blog traffic is relatively “cold.” In other words, they’re not super likely to convert into a customer right away. They still need some nurturing.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Of course, there are exceptions to this. Which is why it does make sense to include CTAs that push people to landing pages from your blog.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>However, if you don’t also have a CTA for your newsletter, you’re likely leaving quite a few subscribers on the table.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here are a few strategies that tend to work well:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>First, put a newsletter sign up form in your blog’s sidebar.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You don’t have a ton of space here. So you want to focus on the benefits someone will get from joining your newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>As opposed to a generic “Join our mailing list!” Call to action.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, every post on the AWeber blog has a newsletter sign up form that outlines specific benefits that you’ll get by signing up: “build your audience, create relationships and make sales faster.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":102009,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-blog-signup-form-958x1024.jpg\" alt=\"AWeber\'s newsletter sign up box.\" class=\"wp-image-102009\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also include a sign up form at the end of each post.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Someone that just read one of your articles all the way to the end is <strong>primed </strong>to subscribe. So it makes sense to make it easy for them by giving them a form at the bottom of the post.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-conclusion-plan-build-and-scale-your-newsletter\">Conclusion: Plan, build and scale your newsletter</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Make no mistake: Building an email newsletter is hard work. It can take months or years to build up a sizable list. And years to hit a cadence where people are consistently looking forward to and opening your newsletters.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>But if you follow the strategies in this post, you’ll find that the entire process speeds up. And becomes quite a bit more streamlined.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-brian-dean-grew-his-newsletter-list.htm\">How Brian Dean grew his Exploding Topics newsletter to 65,000 subscribers using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Brian Dean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16928:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/08/how-brian-dean-grew-his-exploding-topics-newsletter-with-aweber_featured-1-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>It’s no secret that an email list is one of the most valuable assets your business can have.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But how do you build a list without spending a fortune on paid ads? And perhaps even more important: how do you get those subscribers to open, click on and forward the messages that you send?<br /><br />In this post I’m going to cover the specific strategies we used to grow our email list to over 65,000 subscribers and a 50%+ open rate.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102003,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-sent-broadcasts-1024x722.jpg\" alt=\"AWeber sent broadcasts report\" class=\"wp-image-102003\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Strategy #1: Launch a Dedicated Newsletter Page</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you want to get more customers for your SaaS business, you probably have several dedicated landing pages for different use cases. And if you run an ecommerce site, you likely have hundreds of product pages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The same rule applies to growing an email list: if you want to <a href=\"https://blog.aweber.com/email-marketing/how-to-get-email-addresses.htm\" target=\"_blank\" rel=\"noreferrer noopener\">get more subscribers</a>, a page dedicated 100% to your email newsletter can definitely help.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In our case, we have a simple page that briefly outlines what subscribers will get from signing up.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102617,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/09/ss-exploding-topics-newsletter-1-1024x520.jpg\" alt=\"Exploding Topics newsletter sign up page that reads &quot;Find trending topics before they take off&quot; and CTA header &quot;Get Free Email Reports&quot;\" class=\"wp-image-102617\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We’ve tested longer versus shorter pages fairly extensively. We found that shorter pages tend to convert best.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why? The commitment to sign up for a newsletter is pretty small compared to buying a physical product or signing up for a new SaaS tool. Which means that potential users don’t need a ton of info to get them to convert.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And that’s all you really need: a straightforward page that <a href=\"https://blog.aweber.com/email-marketing/22-brilliant-lead-magnets-that-are-growing-email-lists-right-now.htm\" target=\"_blank\" rel=\"noreferrer noopener\">gives someone an incentive to hand over their email address</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another example is the <a href=\"https://www.bloomberg.com/account/newsletters/money-stuff\" target=\"_blank\" rel=\"noreferrer noopener\">Bloomberg “Money Stuff” newsletter</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102004,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/bloomberg-money-stuff-1024x589.png\" alt=\"An example of Bloomberg\'s branded newsletter.\" class=\"wp-image-102004\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This page is essentially a few lines of text and a sign up form. Which I’d imagine converts well.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Strategy #2: Drive Visitors to Your Newsletter Page</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once you have the page ready, the next (and key) step is to funnel traffic to that page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And the best way to do that?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Include a prominent link in your site’s main navigation.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102005,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/backlinko-newsletter-link-1024x557.jpg\" alt=\"Want more subscribers? Include a prominent link in your site’s main navigation.\" class=\"wp-image-102005\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That way, whether a user lands on a blog post (more on that next), about the page or your homepage, they see a link to your newsletter sign up page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can also funnel social media traffic directly to this page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In other words: instead of linking to your homepage from each of your social media profiles, you can link to your newsletter page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s an example of how this looks from James Clear’s Twitter profile:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102006,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/james-clear-twitter-newsletter-link-1024x645.jpg\" alt=\"How James Clear promotes his newsletter in his Twitter bio.\" class=\"wp-image-102006\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That’s all there is to it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having a large (growing) list of subscribers is great. But how do you make sure those subscribers open and read your content? And recommend your newsletter to friends and colleagues?<br /><br />That’s what our next strategy is all about.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Strategy #3: Send Out a “Branded Newsletter”</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A branded newsletter is just like it sounds:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>It’s a newsletter with its own brand. Including a name, logo and style.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Despite being literally decades old, a branded newsletter is still <a href=\"https://explodingtopics.com/blog/marketing-trends\" target=\"_blank\" rel=\"noreferrer noopener\">one of the biggest marketing trends</a> going right now.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In fact, popular branded newsletter Morning Brew <a href=\"https://www.crunchbase.com/organization/morning-brew\" target=\"_blank\" rel=\"noreferrer noopener\">sold to Business Insider in 2020 for a reported $75 million</a>. Which goes to show how valuable a branded newsletter can be.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>With that, let’s cover exactly how to create one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First, you want to establish your ideal subscriber. This is basically the same exercise you’d do to identify your ideal customer. But for your newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, let’s say that you run an ecommerce site that sells tennis equipment. And you want to start a tennis tips newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Who exactly will that newsletters be for? Beginner players? Teenagers looking to go pro? Seniors that play doubles twice per week?<br /><br />As you can see, the branding and content of your newsletter will be entirely different depending on which group you’re focused on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><br />Once you have a group in mind, it’s time to design your newsletter.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you don’t have any content ready yet, no worries. You can just use some dummy copy for now. And fill it in with actual copy later on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We use AWeber’s fantastic Email Template Manager to create our newsletter designs. And I think they come out great.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102007,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/gmail-explodingtopics-newsletter-828x1024.jpg\" alt=\"Want to save time creating your newsletter? Use a template.\" class=\"wp-image-102007\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Next, your newsletter needs a name.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Again, the name should be something that appeals directly to your ideal subscriber.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, let’s say you want your newsletter to help older tennis players improve their game. You could call your newsletter “Tennis Over 50”.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can also just name your newsletter something super straightforward. For example, Tim Ferriss runs a popular newsletter called “<a href=\"https://tim.blog/2015/08/07/5-bullet-friday/\" target=\"_blank\" rel=\"noreferrer noopener\">5 Bullet Friday</a>”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102008,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/tim-ferriss-5-bullet-friday-831x1024.png\" alt=\"An example of Tim Ferriss\'s newsletter.\" class=\"wp-image-102008\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That newsletter is just like it sounds: 5 bullets of content each Friday. Simple.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Finally, it’s time to identify an ideal schedule for your branded newsletter.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a sneaky big deal. Why? Because one of the keys to high open rates <strong>is sending on a consistent schedule.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Which is why you’ll want to pick a schedule that works for you (in terms of content production) and your subscriber.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There’s no right or wrong cadence for an email newsletter. But in general, I find that weekly works well for most newsletters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A daily schedule is tough to keep up with. And you need a compelling reason to send it every day. Which is tough if you’re not almost 100% news-focused.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Monthly is fine. But it’s hard to build momentum by only sending 12 newsletters each year.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Weekly sort of hits the sweet spot of sending on a regular cadence without being overwhelming for you or your audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Strategy #4: Plan Out Your Newsletter Content Format</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Next, it’s time to figure out how you’ll present your newsletter’s content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Specifically, you want to determine whether your content will be:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Bulleted list of tips or strategies</li><li>Lists to curated resources</li><li>Links to videos or tutorials</li><li>Inspiring quotes</li><li>A mix of different types of content</li><li>Or any other format that will work for you and your subscribers</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Note:</strong> This format doesn’t need to be set in stone. You can and should change it based on feedback. But it’s infinitely easier to create content from an outline or format than opening up a blank page each time you need to write your newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you have this format in place, all you need to do is “fill in the blanks” and hit “send”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This significantly speeds up the content creation process.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As a bonus, many readers appreciate a consistent format as well. It reduces the <a href=\"https://en.wikipedia.org/wiki/Cognitive_load\" target=\"_blank\" rel=\"noreferrer noopener\">cognitive load</a> each time they get a new message from you. They’re already familiar with the format. So it takes much less time and mental energy to consume your newsletters’ content.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Strategy #5: Convert Blog Visitors Into Subscribers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our final strategy is to help push more of your site’s visitors to your newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Specifically, from your blog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Why is this important?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In most cases, blog traffic is relatively “cold.” In other words, they’re not super likely to convert into a customer right away. They still need some nurturing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Of course, there are exceptions to this. Which is why it does make sense to include CTAs that push people to landing pages from your blog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>However, if you don’t also have a CTA for your newsletter, you’re likely leaving quite a few subscribers on the table.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here are a few strategies that tend to work well:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First, put a newsletter sign up form in your blog’s sidebar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You don’t have a ton of space here. So you want to focus on the benefits someone will get from joining your newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As opposed to a generic “Join our mailing list!” Call to action.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, every post on the AWeber blog has a newsletter sign up form that outlines specific benefits that you’ll get by signing up: “build your audience, create relationships and make sales faster.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":102009,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/08/aweber-blog-signup-form-958x1024.jpg\" alt=\"AWeber\'s newsletter sign up box.\" class=\"wp-image-102009\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can also include a sign up form at the end of each post.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Someone that just read one of your articles all the way to the end is <strong>primed </strong>to subscribe. So it makes sense to make it easy for them by giving them a form at the bottom of the post.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-conclusion-plan-build-and-scale-your-newsletter\">Conclusion: Plan, build and scale your newsletter</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Make no mistake: Building an email newsletter is hard work. It can take months or years to build up a sizable list. And years to hit a cadence where people are consistently looking forward to and opening your newsletters.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>But if you follow the strategies in this post, you’ll find that the entire process speeds up. And becomes quite a bit more streamlined.&nbsp;</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-brian-dean-grew-his-newsletter-list.htm\">How Brian Dean grew his Exploding Topics newsletter to 65,000 subscribers using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"See how this writer gets 70% open rates with zero additional work using Auto Newsletters in AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://blog.aweber.com/success/how-randy-cassingham-uses-autonewsletters.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Aug 2022 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101868\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19533:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Randy Cassingham case study\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Randy Cassingham is the founder and writer for This is True, a website, blog, and newsletter called “TRUE” that uses “weird news” as a vehicle to explore the human condition in an entertaining way.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>TRUE is the oldest entertainment feature on the internet, running weekly for nearly three decades. The newsletter started June 26, 1994 — and has never missed a weekly issue. It is older than Google, Amazon, and eBay.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:columns --></p>\n<div class=\"wp-block-columns\"><!-- wp:column --></p>\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/podcast-cover.jpg\" alt=\"Uncommon Sense This is True Podcast Cover\" class=\"wp-image-91342\"/></figure>\n<p><!-- /wp:image --></div>\n<p><!-- /wp:column --></p>\n<p><!-- wp:column --></p>\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91343,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/as-seen-in-media-logos.png\" alt=\"Media Logos from This is True Newsletter\" class=\"wp-image-91343\"/></figure>\n<p><!-- /wp:image --></div>\n<p><!-- /wp:column --></div>\n<p><!-- /wp:columns --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“While I haven’t gotten ‘rich’ from it, I have something that many rich people don’t have: The freedom to live exactly where I want and work and ‘play’ pretty much every day”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“One of the big reasons I can do it all is because AWeber’s automated tools do so much of the tedious work for me.”</p>\n<p><cite>-Randy Cassingham</cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-less-work-and-still-getting-70-open-rates\">Less work and still getting 70% open rates</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Randy automatically sends readers his weekly blog posts using a similar feature to <a href=\"https://blog.aweber.com/updates/more-eyes-on-content-with-auto-newsletter.htm\">Auto Newsletter</a> (Randy uses a blog broadcast).&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“Sending automatic emails is more powerful than most people realize. It’s not just to notify readers of new blog posts. I use it for a special paid list. The subscribers love it, and it’s totally automated for me.”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“It’s a great example of the flexibility that AWeber provides, it\'s another income pillar that’s completely hands off so I can use that time to create more content.”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s an example of one of Randy’s automated newsletters.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":91347,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/Email-9-Just-Look-Under-Secret-Top-1024x570.png\" alt=\"Example of Randy Cassingham\'s newsletter\" class=\"wp-image-91347\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-your-auto-newsletter-in-aweber\">How to Set Up Your Auto Newsletter in AWeber</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The moment he publishes his most recent content, Randy’s emails are instantly sent from his AWeber account to his subscribers. These emails get amazing open rates of up to 70%.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Creating an Auto Newsletter is super easy. To create your own automated email like Randy, follow these steps:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/4kRlSIHiq88?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to Create an Automatic Newsletter Campaign\",\n  \"description\": \"Get more eyes on your content with a newsletter campaign without having to add another task to your to-do list. It will automatically send a message to your subscribers when there\'s fresh content to share. You can set it up to work with your blog, youtube channel, podcast playlist, etsy shop, and more.\",\n  \"thumbnailUrl\": \"https://www.youtube.com/watch?v=4kRlSIHiq88\",\n  \"uploadDate\": \"2022-06-15\",\n  \"duration\": \"PT2M13S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?4kRlSIHiq88\",\n  \"embedUrl\": \"https://www.youtube.com/embed/4kRlSIHiq88\"\n}\n</script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:spacer {\"height\":\"31px\"} --></p>\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<p><!-- /wp:spacer --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-1-create-your-automated-campaign\">Step 1: Create your automated campaign</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-1-in-the-automations-drop-down-menu-select-campaigns-then-click-create-campaign\">1 - In the Automations drop-down menu select “Campaigns.” Then click “Create Campaign.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101698,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-email-automation-in-AWeber.png\" alt=\"How to create email automation in AWeber\" class=\"wp-image-101698\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-2-select-blog-newsletter-and-name-your-campaign\">2 - Select “Blog Newsletter.” And name your campaign.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can also select YouTube Newsletter if you want to create an Auto Newsletter for your videos.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101887,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Select-Blog-Newsletter-in-AWeber-Account-to-start-an-Auto-Newsletter-1024x634.png\" alt=\"Select Blog Newsletter in AWeber Account to start an Auto Newsletter\" class=\"wp-image-101887\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-3-apply-a-trigger-or-tag\">3 - Apply a trigger or tag.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>This will determine who receives the Auto Newsletter.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101872,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.35.25-AM-1024x348.png\" alt=\"Applying tag in AWeber account\" class=\"wp-image-101872\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-4-add-your-feed-url\">4 - Add your feed URL.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Don’t know what your feed URL is, don’t worry. Just enter your web address and AWeber will find it.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101873,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Adding-feed-URL-for-Auto-Newsletter-in-AWeber-account-1024x347.png\" alt=\"Adding feed URL for Auto Newsletter in AWeber account\" class=\"wp-image-101873\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-2-edit-or-create-your-newsletter\">Step 2: Edit or create your newsletter</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click on the subject line of your message to edit it. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you like how your message looks, click save to go back to the Campaign editing page.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101874,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.41.00-AM-1024x888.jpg\" alt=\"Example of AWeber\'s message editor\" class=\"wp-image-101874\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-3-set-your-schedule-frequency\">Step 3: Set your schedule frequency</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Keep this set to hourly if you want to send new content as soon as it’s posted.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101875,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-automation-frequency-schedule-in-AWeber-1024x382.jpg\" alt=\"Set automation frequency schedule in AWeber\" class=\"wp-image-101875\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-4-save-exit-your-campaign\">Step 4: Save &amp; Exit your campaign</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>This will take you back to the campaigns main menu.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-5-start-your-auto-newsletter\">Step 5: Start your Auto Newsletter</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click “Activate campaign”, then sit back and find something to do with all the free time you just created for yourself. 🙂</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101876,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Activating-auto-newsletter-campaign-in-AWeber-1024x314.png\" alt=\"Activating auto newsletter campaign in AWeber\" class=\"wp-image-101876\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-making-money-with-a-subscription-model\">Making money with a subscription model</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>TRUE’s primary source of income is subscription upgrades from the free content. Premium upgrades are Cassingham’s “bread and butter,” so every free newsletter has a pitch to upgrade to the paid version, which has more than twice the stories, no external ads, and several other enhancements.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“It’s a model that has kept TRUE profitable” </p>\n<p><cite>-Randy Cassingham</cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:image {\"id\":101877,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Subscription-model-upgrade-in-the-TRUE-newsletter-1024x478.png\" alt=\"Subscription model upgrade in the TRUE newsletter\" class=\"wp-image-101877\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Creating good content alone is not enough —&nbsp; you also need to figure out how to get paid for it.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“It is very hard to monetize a blog. Creators need tools that can provide a gateway to reach paying customers. I am very grateful that AWeber provides a platform to actually help creators make money without depending on Google, or advertising in general.” </p>\n<p><cite>-Randy Cassingham</cite></p></blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>Content creators require options beyond a blog platform.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-you-can-get-paid-like-randy-using-aweber\">How you can get paid like Randy using AWeber</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The link in all of Randy’s emails takes his subscribers to a landing page where they can sign up to his paid subscription plan.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101878,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-21-at-9.25.05-AM-1024x852.png\" alt=\"Subscription upgrade landing page from Randy Cassingham\" class=\"wp-image-101878\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can create a sales page for your subscription in just a few minutes. Use the AWeber landing page builder to collect payments on a recurring basis, either monthly, quarterly or annually.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To set up a subscription landing page in AWeber, simply follow these steps:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Step 1: Create your landing page</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-1-in-the-pages-forms-drop-down-menu-select-landing-pages-then-click-create-a-landing-page\">1 - In the Pages &amp; Forms drop-down menu select Landing Pages. Then click Create a Landing Page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101879,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Getting-started-setting-up-a-landing-page-in-AWeber-1024x359.jpg\" alt=\"Getting started setting up a landing page in AWeber\" class=\"wp-image-101879\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-2-choose-a-template-or-start-from-scratch\">2 - Choose a template or start from scratch.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101880,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-21-at-9.05.45-AM-1024x532.jpg\" alt=\"Choose landing page template in AWeber\" class=\"wp-image-101880\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-2-add-a-sale-button\">Step 2: Add a sale button</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>1 - So that people can pay for your subscription, drag the Ecommerce element into your landing page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drag-the-ecommerce-element-when-building-a-landing-page-in-AWeber-1024x408.png\" alt=\"Drag the ecommerce element when building a landing page in AWeber\" class=\"wp-image-101881\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-2-select-add-a-new-product-from-the-drop-down\">2 - Select - \"Add a New Product\" - from the drop down</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101882,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Add-a-product-drop-down.png\" alt=\"Add a product drop down\" class=\"wp-image-101882\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-3-enter-your-subscription-information\">3 - Enter your subscription information</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101883,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-21-at-9.38.46-AM.png\" alt=\"Entering subscription information in AWeber account\" class=\"wp-image-101883\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-3-save-exit-your-landing-page-builder\">Step 3: Save &amp; Exit your landing page builder</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>This will take you back to the main menu.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-step-4-publish-your-landing-page\">Step 4: Publish your landing page</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101884,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Publish-your-landing-page-link-in-AWeber.png\" alt=\"Publish your landing page link in AWeber\" class=\"wp-image-101884\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-to-get-the-same-results-that-randy-got-from-his-auto-newsletter\">Want to get the same results that Randy got from his Auto Newsletter?</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then get started for free with AWeber. You’ll have access to all the tools Randy used to automatically send his newsletters and get paid for your content. Plus you’ll have access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We also have an in-depth knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Get started now</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-randy-cassingham-uses-autonewsletters.htm\">See how this writer gets 70% open rates with zero additional work using Auto Newsletters in AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Sean Tinney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18520:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Randy Cassingham case study\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/Randy-Cassingham-case-study-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Randy Cassingham is the founder and writer for This is True, a website, blog, and newsletter called “TRUE” that uses “weird news” as a vehicle to explore the human condition in an entertaining way.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>TRUE is the oldest entertainment feature on the internet, running weekly for nearly three decades. The newsletter started June 26, 1994 — and has never missed a weekly issue. It is older than Google, Amazon, and eBay.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91342,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/podcast-cover.jpg\" alt=\"Uncommon Sense This is True Podcast Cover\" class=\"wp-image-91342\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":91343,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/as-seen-in-media-logos.png\" alt=\"Media Logos from This is True Newsletter\" class=\"wp-image-91343\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“While I haven’t gotten ‘rich’ from it, I have something that many rich people don’t have: The freedom to live exactly where I want and work and ‘play’ pretty much every day”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“One of the big reasons I can do it all is because AWeber’s automated tools do so much of the tedious work for me.”</p><cite>-Randy Cassingham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 id=\"h-less-work-and-still-getting-70-open-rates\">Less work and still getting 70% open rates</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Randy automatically sends readers his weekly blog posts using a similar feature to <a href=\"https://blog.aweber.com/updates/more-eyes-on-content-with-auto-newsletter.htm\">Auto Newsletter</a> (Randy uses a blog broadcast).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“Sending automatic emails is more powerful than most people realize. It’s not just to notify readers of new blog posts. I use it for a special paid list. The subscribers love it, and it’s totally automated for me.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s a great example of the flexibility that AWeber provides, it\'s another income pillar that’s completely hands off so I can use that time to create more content.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Here’s an example of one of Randy’s automated newsletters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":91347,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2020/07/Email-9-Just-Look-Under-Secret-Top-1024x570.png\" alt=\"Example of Randy Cassingham\'s newsletter\" class=\"wp-image-91347\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-your-auto-newsletter-in-aweber\">How to Set Up Your Auto Newsletter in AWeber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The moment he publishes his most recent content, Randy’s emails are instantly sent from his AWeber account to his subscribers. These emails get amazing open rates of up to 70%.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Creating an Auto Newsletter is super easy. To create your own automated email like Randy, follow these steps:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/4kRlSIHiq88?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to Create an Automatic Newsletter Campaign\",\n  \"description\": \"Get more eyes on your content with a newsletter campaign without having to add another task to your to-do list. It will automatically send a message to your subscribers when there\'s fresh content to share. You can set it up to work with your blog, youtube channel, podcast playlist, etsy shop, and more.\",\n  \"thumbnailUrl\": \"https://www.youtube.com/watch?v=4kRlSIHiq88\",\n  \"uploadDate\": \"2022-06-15\",\n  \"duration\": \"PT2M13S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?4kRlSIHiq88\",\n  \"embedUrl\": \"https://www.youtube.com/embed/4kRlSIHiq88\"\n}\n</script>\n<!-- /wp:html -->\n\n<!-- wp:spacer {\"height\":\"31px\"} -->\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-1-create-your-automated-campaign\">Step 1: Create your automated campaign</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p id=\"h-1-in-the-automations-drop-down-menu-select-campaigns-then-click-create-campaign\">1 - In the Automations drop-down menu select “Campaigns.” Then click “Create Campaign.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101698,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-email-automation-in-AWeber.png\" alt=\"How to create email automation in AWeber\" class=\"wp-image-101698\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"h-2-select-blog-newsletter-and-name-your-campaign\">2 - Select “Blog Newsletter.” And name your campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can also select YouTube Newsletter if you want to create an Auto Newsletter for your videos.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101887,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Select-Blog-Newsletter-in-AWeber-Account-to-start-an-Auto-Newsletter-1024x634.png\" alt=\"Select Blog Newsletter in AWeber Account to start an Auto Newsletter\" class=\"wp-image-101887\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"h-3-apply-a-trigger-or-tag\">3 - Apply a trigger or tag.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This will determine who receives the Auto Newsletter.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101872,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.35.25-AM-1024x348.png\" alt=\"Applying tag in AWeber account\" class=\"wp-image-101872\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"h-4-add-your-feed-url\">4 - Add your feed URL.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don’t know what your feed URL is, don’t worry. Just enter your web address and AWeber will find it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101873,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Adding-feed-URL-for-Auto-Newsletter-in-AWeber-account-1024x347.png\" alt=\"Adding feed URL for Auto Newsletter in AWeber account\" class=\"wp-image-101873\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-2-edit-or-create-your-newsletter\">Step 2: Edit or create your newsletter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Click on the subject line of your message to edit it. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you like how your message looks, click save to go back to the Campaign editing page.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101874,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-27-at-8.41.00-AM-1024x888.jpg\" alt=\"Example of AWeber\'s message editor\" class=\"wp-image-101874\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-3-set-your-schedule-frequency\">Step 3: Set your schedule frequency</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Keep this set to hourly if you want to send new content as soon as it’s posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101875,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-automation-frequency-schedule-in-AWeber-1024x382.jpg\" alt=\"Set automation frequency schedule in AWeber\" class=\"wp-image-101875\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-4-save-exit-your-campaign\">Step 4: Save &amp; Exit your campaign</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This will take you back to the campaigns main menu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-5-start-your-auto-newsletter\">Step 5: Start your Auto Newsletter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Click “Activate campaign”, then sit back and find something to do with all the free time you just created for yourself. 🙂</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101876,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Activating-auto-newsletter-campaign-in-AWeber-1024x314.png\" alt=\"Activating auto newsletter campaign in AWeber\" class=\"wp-image-101876\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-making-money-with-a-subscription-model\">Making money with a subscription model</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>TRUE’s primary source of income is subscription upgrades from the free content. Premium upgrades are Cassingham’s “bread and butter,” so every free newsletter has a pitch to upgrade to the paid version, which has more than twice the stories, no external ads, and several other enhancements.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It’s a model that has kept TRUE profitable” </p><cite>-Randy Cassingham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"id\":101877,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Subscription-model-upgrade-in-the-TRUE-newsletter-1024x478.png\" alt=\"Subscription model upgrade in the TRUE newsletter\" class=\"wp-image-101877\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Creating good content alone is not enough —&nbsp; you also need to figure out how to get paid for it.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“It is very hard to monetize a blog. Creators need tools that can provide a gateway to reach paying customers. I am very grateful that AWeber provides a platform to actually help creators make money without depending on Google, or advertising in general.” </p><cite>-Randy Cassingham</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Content creators require options beyond a blog platform.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-you-can-get-paid-like-randy-using-aweber\">How you can get paid like Randy using AWeber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The link in all of Randy’s emails takes his subscribers to a landing page where they can sign up to his paid subscription plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101878,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-21-at-9.25.05-AM-1024x852.png\" alt=\"Subscription upgrade landing page from Randy Cassingham\" class=\"wp-image-101878\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You can create a sales page for your subscription in just a few minutes. Use the AWeber landing page builder to collect payments on a recurring basis, either monthly, quarterly or annually.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To set up a subscription landing page in AWeber, simply follow these steps:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Step 1: Create your landing page</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p id=\"h-1-in-the-pages-forms-drop-down-menu-select-landing-pages-then-click-create-a-landing-page\">1 - In the Pages &amp; Forms drop-down menu select Landing Pages. Then click Create a Landing Page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101879,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Getting-started-setting-up-a-landing-page-in-AWeber-1024x359.jpg\" alt=\"Getting started setting up a landing page in AWeber\" class=\"wp-image-101879\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"h-2-choose-a-template-or-start-from-scratch\">2 - Choose a template or start from scratch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101880,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-21-at-9.05.45-AM-1024x532.jpg\" alt=\"Choose landing page template in AWeber\" class=\"wp-image-101880\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-2-add-a-sale-button\">Step 2: Add a sale button</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>1 - So that people can pay for your subscription, drag the Ecommerce element into your landing page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101881,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drag-the-ecommerce-element-when-building-a-landing-page-in-AWeber-1024x408.png\" alt=\"Drag the ecommerce element when building a landing page in AWeber\" class=\"wp-image-101881\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"h-2-select-add-a-new-product-from-the-drop-down\">2 - Select - \"Add a New Product\" - from the drop down</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101882,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Add-a-product-drop-down.png\" alt=\"Add a product drop down\" class=\"wp-image-101882\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p id=\"h-3-enter-your-subscription-information\">3 - Enter your subscription information</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101883,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-21-at-9.38.46-AM.png\" alt=\"Entering subscription information in AWeber account\" class=\"wp-image-101883\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-3-save-exit-your-landing-page-builder\">Step 3: Save &amp; Exit your landing page builder</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This will take you back to the main menu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-step-4-publish-your-landing-page\">Step 4: Publish your landing page</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101884,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Publish-your-landing-page-link-in-AWeber.png\" alt=\"Publish your landing page link in AWeber\" class=\"wp-image-101884\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-to-get-the-same-results-that-randy-got-from-his-auto-newsletter\">Want to get the same results that Randy got from his Auto Newsletter?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then get started for free with AWeber. You’ll have access to all the tools Randy used to automatically send his newsletters and get paid for your content. Plus you’ll have access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have an in-depth knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/free.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Get started now</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-randy-cassingham-uses-autonewsletters.htm\">See how this writer gets 70% open rates with zero additional work using Auto Newsletters in AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Write emails faster with new message editor updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://blog.aweber.com/updates/write-emails-faster-new-message-editor-updates.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Aug 2022 21:31:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"New Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101901\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12696:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/message-editor-comparison-2.gif\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Writing an email with the old message editor versus the new message editor.\" loading=\"lazy\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>We’ve made some vast improvements to the message editor to remove distractions and help you stay focused on what you do best — writing content your audience will love.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-what-s-new\">What’s new?</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>All improvements were made because of feedback from customers like you. We know you’re busy — the new message editor will help you write emails faster so you can get back to running your business.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s what you can expect:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-better-focus-while-writing-emails\">Better focus while writing emails</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The font and style edit bar is now completely out of your way until you need it. While you drag-and-drop elements, all you’ll see is a paragraph icon on the left side of your screen. You’ll have full visibility of your text.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Want to make changes to anything?</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>When you select any text in your email, the editing tool will automatically appear with options to:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Bold, italicize, underline, or strikethrough the text</li>\n<li>Add a link</li>\n<li>Change the text font, size, color, or background color</li>\n<li>Remove all formatting</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":101902,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-formatting-options-1-1024x196.gif\" alt=\"GIF showing the AWeber message editor. Highlight text to get bold, italic, link, font settings, and other options.\" class=\"wp-image-101902\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Select the paragraph icon on the left side of the screen for:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Headings</li>\n<li>Fonts</li>\n<li>Sizes</li>\n<li>Line heights</li>\n<li>Numbered or bulleted lists</li>\n<li>Alignment</li>\n<li>Indent options</li>\n<li>Horizontal lines</li>\n<li>Block quotes</li>\n<li>Personalization options</li>\n<li>The text’s source code</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:image {\"id\":101903,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-paragraph-icon-1024x260.gif\" alt=\"GIF showing the AWeber message editor. Click the paragraph icon for headers, font settings, lists, horizontal lines, block quotes, and more.\" class=\"wp-image-101903\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>With a wealth of options at your fingertips, but without being in your way, you can better focus on your writing.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-write-emails-without-leaving-the-keyboard-using-markdown\">Write emails without leaving the keyboard using Markdown</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Want to cut your email writing time in half? You can now use Markdown — an easy-to-learn code language — to format and write email messages.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Check out this side-by-side to see the time difference:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101914,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/message-editor-comparison-1-1024x576.gif\" alt=\"A GIF showing sped up writing in the AWeber message editor before and after the update.\" class=\"wp-image-101914\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>What is Markdown?</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Markdown is a simple coding language that allows you to format text without having to click a menu bar with your mouse.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To use Markdown, you add specific symbols before and after your text. These symbols are then interpreted by Markdown and change the text to the formatting you specified. or example, let’s say you want to make your text bold.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add two asterisks (*) before and after the text and it’ll appear bold.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101915,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/bold-markdown.gif\" alt=\"GIF showing how to type bold in Markdown.\" class=\"wp-image-101915\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Markdown cheat sheet</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you know even a few Markdown symbols, you’ll be able write your emails <strong>much</strong> faster. Here are the symbols you’re most likely use in your emails:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101917,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/markdown-cheatsheet-2.jpg\" alt=\"Action\nMarkdown\n\nH1\n#\nH2\n##\nH3\n###\nH4\n####\nH5\n#####\nH6\n######\nBold\n**your copy**\nItalic\n_ your copy _\nStrikethrough\n~~ your copy ~~\nHorizontal line\n---\nBlockquote\n&gt;\nBulleted lists\n*\nNumbered lists\n1) or 1.\" class=\"wp-image-101917\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-markdown-cheatsheet.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Download the AWeber Markdown cheat sheet PDF</strong></a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Note: Most times you’ll need to add a space after the symbol to initiate the format. So for a bulleted list, you type * and then the space bar.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>How do I use Markdown in the message editor?</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Pull in a paragraph element and begin typing as usual. When you want to create a header, numbered list, or bold word, use the Markdown symbol associated with that format.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So, to start an H2 header, type two hash tags (##) and then click the space bar. You’ll then be in a header format, so simply write your header.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To get back to a normal paragraph, hit return to get onto a new line. You will no longer be in a header format.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101918,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/holiday-sale-1024x302.gif\" alt=\"GIF showing using Markdown within the paragraph element.\" class=\"wp-image-101918\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>We recommend playing around with all of the symbols for a minute or two the next time you log into the message editor. They’re easy to learn and you’ll save tons of time writing and formatting all future emails.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now you can cut your writing time in half by using Markdown to format headers, lists, text settings, and more. Learn more about Markdown in AWeber.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-streamlined-formatting\">Streamlined formatting</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Earlier this year we <a href=\"https://blog.aweber.com/updates/new-aweber-updates-and-feature-releases.htm#headers-in-the-paragraph-element\">added headers to the paragraph element</a>, expanding what you can do without needing to drag in anything new. (Plus, copy and paste is now extremely easy.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So, to make formatting even faster and easier, you now have three more options in the paragraph element.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>1. Add a horizontal line</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101905,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/horizontal-line-1022x275.gif\" alt=\"Add a horizontal line in-line.\" class=\"wp-image-101905\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>2. Add a blockquote</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101907,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/blockquote-example-1-1023x358.gif\" alt=\"Add a block quote line in-line.\" class=\"wp-image-101907\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>3. Change the line heights based on paragraph, not element (no need to pull in a new paragraph element to adjust line height on just one paragraph).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101908,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/line-heights-1024x360.png\" alt=\"One paragraph with a line height of 1. Another paragraph with a line height of 2.\" class=\"wp-image-101908\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>These three options allow you to do more within one element, which means less time dragging in new rows and more time focusing on writing.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-linking-text-just-makes-sense\">Linking text “just makes sense”</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Want to add links in your email? Select the text and click the link icon or CTRL + K (PC) or CMD + K (Mac) to bring up the new link option. It’s simple and quick to add, remove, or edit links.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101909,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/links-1024x318.gif\" alt=\"A GIF showing adding a link.\" class=\"wp-image-101909\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-we-appreciate-your-feedback\">We appreciate your feedback</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Try out the message editor and let us know what you think. We love hearing how it has improved your writing experience and made your email marketing faster and easier.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We make updates like these because of feedback from customers like you! Tell us in the comments what you’d like to see next from AWeber. Need an account? <a href=\"https://aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=080122-sign-up-cta\" target=\"_blank\" rel=\"noreferrer noopener\">Get started with a free account</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/updates/write-emails-faster-new-message-editor-updates.htm\">Write emails faster with new message editor updates</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Kelsey Johnson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12019:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/message-editor-comparison-2.gif\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Writing an email with the old message editor versus the new message editor.\" loading=\"lazy\" /></p><!-- wp:paragraph -->\n<p>We’ve made some vast improvements to the message editor to remove distractions and help you stay focused on what you do best — writing content your audience will love.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-what-s-new\">What’s new?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All improvements were made because of feedback from customers like you. We know you’re busy — the new message editor will help you write emails faster so you can get back to running your business.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s what you can expect:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-better-focus-while-writing-emails\">Better focus while writing emails</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The font and style edit bar is now completely out of your way until you need it. While you drag-and-drop elements, all you’ll see is a paragraph icon on the left side of your screen. You’ll have full visibility of your text.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Want to make changes to anything?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When you select any text in your email, the editing tool will automatically appear with options to:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Bold, italicize, underline, or strikethrough the text</li><li>Add a link</li><li>Change the text font, size, color, or background color</li><li>Remove all formatting</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":101902,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-formatting-options-1-1024x196.gif\" alt=\"GIF showing the AWeber message editor. Highlight text to get bold, italic, link, font settings, and other options.\" class=\"wp-image-101902\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Select the paragraph icon on the left side of the screen for:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Headings</li><li>Fonts</li><li>Sizes</li><li>Line heights</li><li>Numbered or bulleted lists</li><li>Alignment</li><li>Indent options</li><li>Horizontal lines</li><li>Block quotes</li><li>Personalization options</li><li>The text’s source code</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":101903,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-paragraph-icon-1024x260.gif\" alt=\"GIF showing the AWeber message editor. Click the paragraph icon for headers, font settings, lists, horizontal lines, block quotes, and more.\" class=\"wp-image-101903\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>With a wealth of options at your fingertips, but without being in your way, you can better focus on your writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-write-emails-without-leaving-the-keyboard-using-markdown\">Write emails without leaving the keyboard using Markdown</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Want to cut your email writing time in half? You can now use Markdown — an easy-to-learn code language — to format and write email messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Check out this side-by-side to see the time difference:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101914,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/message-editor-comparison-1-1024x576.gif\" alt=\"A GIF showing sped up writing in the AWeber message editor before and after the update.\" class=\"wp-image-101914\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><br />What is Markdown?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Markdown is a simple coding language that allows you to format text without having to click a menu bar with your mouse.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To use Markdown, you add specific symbols before and after your text. These symbols are then interpreted by Markdown and change the text to the formatting you specified. or example, let’s say you want to make your text bold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Add two asterisks (*) before and after the text and it’ll appear bold.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101915,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/bold-markdown.gif\" alt=\"GIF showing how to type bold in Markdown.\" class=\"wp-image-101915\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Markdown cheat sheet</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Once you know even a few Markdown symbols, you’ll be able write your emails <strong>much</strong> faster. Here are the symbols you’re most likely use in your emails:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101917,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/markdown-cheatsheet-2.jpg\" alt=\"Action\nMarkdown\n\nH1\n#\nH2\n##\nH3\n###\nH4\n####\nH5\n#####\nH6\n######\nBold\n**your copy**\nItalic\n_ your copy _\nStrikethrough\n~~ your copy ~~\nHorizontal line\n---\nBlockquote\n&gt;\nBulleted lists\n*\nNumbered lists\n1) or 1.\" class=\"wp-image-101917\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-markdown-cheatsheet.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Download the AWeber Markdown cheat sheet PDF</strong></a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note: Most times you’ll need to add a space after the symbol to initiate the format. So for a bulleted list, you type * and then the space bar.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>How do I use Markdown in the message editor?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pull in a paragraph element and begin typing as usual. When you want to create a header, numbered list, or bold word, use the Markdown symbol associated with that format.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, to start an H2 header, type two hash tags (##) and then click the space bar. You’ll then be in a header format, so simply write your header.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To get back to a normal paragraph, hit return to get onto a new line. You will no longer be in a header format.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101918,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/holiday-sale-1024x302.gif\" alt=\"GIF showing using Markdown within the paragraph element.\" class=\"wp-image-101918\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>We recommend playing around with all of the symbols for a minute or two the next time you log into the message editor. They’re easy to learn and you’ll save tons of time writing and formatting all future emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now you can cut your writing time in half by using Markdown to format headers, lists, text settings, and more. Learn more about Markdown in AWeber.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-streamlined-formatting\">Streamlined formatting</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Earlier this year we <a href=\"https://blog.aweber.com/updates/new-aweber-updates-and-feature-releases.htm#headers-in-the-paragraph-element\">added headers to the paragraph element</a>, expanding what you can do without needing to drag in anything new. (Plus, copy and paste is now extremely easy.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So, to make formatting even faster and easier, you now have three more options in the paragraph element.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1. Add a horizontal line</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101905,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/horizontal-line-1022x275.gif\" alt=\"Add a horizontal line in-line.\" class=\"wp-image-101905\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>2. Add a blockquote</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101907,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/blockquote-example-1-1023x358.gif\" alt=\"Add a block quote line in-line.\" class=\"wp-image-101907\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>3. Change the line heights based on paragraph, not element (no need to pull in a new paragraph element to adjust line height on just one paragraph).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101908,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/line-heights-1024x360.png\" alt=\"One paragraph with a line height of 1. Another paragraph with a line height of 2.\" class=\"wp-image-101908\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>These three options allow you to do more within one element, which means less time dragging in new rows and more time focusing on writing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-linking-text-just-makes-sense\">Linking text “just makes sense”</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Want to add links in your email? Select the text and click the link icon or CTRL + K (PC) or CMD + K (Mac) to bring up the new link option. It’s simple and quick to add, remove, or edit links.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101909,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/links-1024x318.gif\" alt=\"A GIF showing adding a link.\" class=\"wp-image-101909\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-we-appreciate-your-feedback\">We appreciate your feedback</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Try out the message editor and let us know what you think. We love hearing how it has improved your writing experience and made your email marketing faster and easier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We make updates like these because of feedback from customers like you! Tell us in the comments what you’d like to see next from AWeber. Need an account? <a href=\"https://aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=080122-sign-up-cta\" target=\"_blank\" rel=\"noreferrer noopener\">Get started with a free account</a>.</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/updates/write-emails-faster-new-message-editor-updates.htm\">Write emails faster with new message editor updates</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Get more engagement when you set email campaigns to arrive by time zone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://blog.aweber.com/updates/send-email-campaigns-by-time-zone.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jul 2022 19:50:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"email automation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101894\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9923:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"A woman pointing at two clocks in different time zones.\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Effective email marketing is all about sending the right email to the right person at the right time. Now, you can send your emails at the right time for each of your subscribers with AWeber, no matter what timezone they’re in.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>That timing is important. Getting the content, subject lines, and branding of your emails is important, too. But if your emails arrive at a time when your subscribers are likely to be offline (or asleep), they’ll just get pushed down in the inbox by other emails.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>So set your campaigns to go out by time zone and start seeing better results from the exact same emails you’re sending! It’s a no-brainer.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-set-up-campaigns-to-go-out-according-to-subscribers-time-zones\">How to set up campaigns to go out according to subscribers’ time zones</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Click “Automations” -&gt; “Campaigns” to start a new campaign or open an existing one.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101896,\"width\":250,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-dashboard-automation-campaigns.png\" alt=\"AWeber dashboard screenshot showing Automations and Campaigns in the sidebar.\" class=\"wp-image-101896\" width=\"250\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Add a wait time before the email you want to send. This will determine when your email goes out after a subscriber is added to the campaign.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>When editing the “Wait Time,” click “+ Add New Send Window” under “Set Custom Time.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101898,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-campaigns-subscriber-time-zone-1024x242.jpg\" alt=\"AWeber dashboard screenshot showing the Wait Time, + Add New Send Window, and Set Custom Time.\" class=\"wp-image-101898\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>When you do this, it means your email will send on a specific day and time, like Wednesdays at 9am. Without a custom time, your email will send according to whenever the trigger happened (like a new subscriber signing up for your account).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Once you’ve set your custom time, click the box next to “Use the subscriber’s time zone.”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101899,\"width\":400,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} --></p>\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-choose-wait-time.jpg\" alt=\"AWeber dashboard screenshot showing Wait time options including &quot;Use the subscriber\'s timezone.&quot;\" class=\"wp-image-101899\" width=\"400\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>That’s it! Your emails will be sent out in the appropriate time zone, at the time you’ve established.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Note: This feature is not available on free AWeber plans, or (yet!) for Broadcast emails. Upgrade now to access it if you’re on a free plan.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-5-types-of-campaigns-to-optimize-for-time-zone\">5 types of campaigns to optimize for time zone</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Looking for some inspiration for how to use this new feature? Here are five ideas to get you started.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-1-weekly-youtube-or-blog-post-notifications\">1. Weekly YouTube or blog post notifications</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Set up a weekly automated email to announce your new content. If you blog regularly or create content on YouTube, you can let your audience know what’s new with surprisingly little work. Just ask people to sign up for your emails and then <a href=\"https://blog.aweber.com/updates/more-eyes-on-content-with-auto-newsletter.htm\" target=\"_blank\" rel=\"noreferrer noopener\">create an Auto Newsletter</a> to automatically notify them about anything you’ve recently published.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Now here’s how to use the time zone feature to make this even more powerful: Figure out when you tend to get the most YouTube views. For example, maybe people like to watch your videos on Friday afternoons or Sunday mornings. So set up your weekly emails to go out at that time — for every subscriber.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-2-welcome-emails\">2. Welcome emails</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>After someone has subscribed to your list, send them a lead magnet or welcome email immediately. Then, set a wait time to send the rest of your emails at times that are better for them.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For example, if you sell to businesses, you’ll want to send your emails during working hours. Set up your welcome series emails to go out Monday to Friday, 9am to 5pm, in each person’s time zone. That way, your subscribers in London and your subscribers in New York will all get emails at 9am their time.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-3-abandoned-cart-emails\">3. Abandoned cart emails</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Sometimes when someone signs up to buy something but they don’t complete the purchase, it means they need some time to think about it. Or maybe they didn’t have their credit card nearby. Either way, an abandoned cart email is the best way to make that sale happen.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can send an abandoned cart email one hour after the person has put the item in their cart. But you may want to avoid certain hours of the night that you never make sales. So set that email’s custom time to between 8am and 12am every day and then set it to send in each subscriber’s time zone so you can remind them the next morning to make the purchase.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-4-etsy-product-inventory-updates\">4. Etsy product inventory updates</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Do you have an Etsy store? You can send automatic inventory updates to your subscribers when you add more products to your store.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Make this an immediate or weekly email — but set it to go out when people are most likely to buy from your store. Just check your sales reporting so you know when your target audience is likely to buy. Then send the new product email notifications at that time, but optimized to arrive in everyone’s specific time zone.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-5-surveys\">5. Surveys</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Surveys are useful for you and your customers, but even short ones can be time consuming. Your customers may want to help you out, but they have more available time at the beginning or end of the work day when they’re not focused on tasks.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Set up your survey emails to send at 4pm in your subscribers’ time zones. They’ll get the email at a time when they’re likely winding down from the day, so they’ll have a little extra time to give you feedback.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-get-started-with-aweber\">Get started with AWeber</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Ready to start sending emails at the perfect time for your international customers? <a href=\"https://aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=072822-sign-up-cta-time-zones-campaigns\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up for an AWeber account today. Upgrade to a pro plan to get the time zone feature.</a></p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/updates/send-email-campaigns-by-time-zone.htm\">Get more engagement when you set email campaigns to arrive by time zone</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Kelsey Johnson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9497:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"A woman pointing at two clocks in different time zones.\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/send-emails-by-time-zone_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Effective email marketing is all about sending the right email to the right person at the right time. Now, you can send your emails at the right time for each of your subscribers with AWeber, no matter what timezone they’re in.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>That timing is important. Getting the content, subject lines, and branding of your emails is important, too. But if your emails arrive at a time when your subscribers are likely to be offline (or asleep), they’ll just get pushed down in the inbox by other emails.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So set your campaigns to go out by time zone and start seeing better results from the exact same emails you’re sending! It’s a no-brainer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-set-up-campaigns-to-go-out-according-to-subscribers-time-zones\">How to set up campaigns to go out according to subscribers’ time zones</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Click “Automations” -&gt; “Campaigns” to start a new campaign or open an existing one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101896,\"width\":250,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-dashboard-automation-campaigns.png\" alt=\"AWeber dashboard screenshot showing Automations and Campaigns in the sidebar.\" class=\"wp-image-101896\" width=\"250\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br />Add a wait time before the email you want to send. This will determine when your email goes out after a subscriber is added to the campaign.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When editing the “Wait Time,” click “+ Add New Send Window” under “Set Custom Time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101898,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-campaigns-subscriber-time-zone-1024x242.jpg\" alt=\"AWeber dashboard screenshot showing the Wait Time, + Add New Send Window, and Set Custom Time.\" class=\"wp-image-101898\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>When you do this, it means your email will send on a specific day and time, like Wednesdays at 9am. Without a custom time, your email will send according to whenever the trigger happened (like a new subscriber signing up for your account).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once you’ve set your custom time, click the box next to “Use the subscriber’s time zone.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101899,\"width\":400,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/aweber-choose-wait-time.jpg\" alt=\"AWeber dashboard screenshot showing Wait time options including &quot;Use the subscriber\'s timezone.&quot;\" class=\"wp-image-101899\" width=\"400\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>That’s it! Your emails will be sent out in the appropriate time zone, at the time you’ve established.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Note: This feature is not available on free AWeber plans, or (yet!) for Broadcast emails. Upgrade now to access it if you’re on a free plan.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-5-types-of-campaigns-to-optimize-for-time-zone\">5 types of campaigns to optimize for time zone</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Looking for some inspiration for how to use this new feature? Here are five ideas to get you started.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-1-weekly-youtube-or-blog-post-notifications\">1. Weekly YouTube or blog post notifications</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Set up a weekly automated email to announce your new content. If you blog regularly or create content on YouTube, you can let your audience know what’s new with surprisingly little work. Just ask people to sign up for your emails and then <a href=\"https://blog.aweber.com/updates/more-eyes-on-content-with-auto-newsletter.htm\" target=\"_blank\" rel=\"noreferrer noopener\">create an Auto Newsletter</a> to automatically notify them about anything you’ve recently published.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now here’s how to use the time zone feature to make this even more powerful: Figure out when you tend to get the most YouTube views. For example, maybe people like to watch your videos on Friday afternoons or Sunday mornings. So set up your weekly emails to go out at that time — for every subscriber.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-2-welcome-emails\">2. Welcome emails</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>After someone has subscribed to your list, send them a lead magnet or welcome email immediately. Then, set a wait time to send the rest of your emails at times that are better for them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For example, if you sell to businesses, you’ll want to send your emails during working hours. Set up your welcome series emails to go out Monday to Friday, 9am to 5pm, in each person’s time zone. That way, your subscribers in London and your subscribers in New York will all get emails at 9am their time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-3-abandoned-cart-emails\">3. Abandoned cart emails</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sometimes when someone signs up to buy something but they don’t complete the purchase, it means they need some time to think about it. Or maybe they didn’t have their credit card nearby. Either way, an abandoned cart email is the best way to make that sale happen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can send an abandoned cart email one hour after the person has put the item in their cart. But you may want to avoid certain hours of the night that you never make sales. So set that email’s custom time to between 8am and 12am every day and then set it to send in each subscriber’s time zone so you can remind them the next morning to make the purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-4-etsy-product-inventory-updates\">4. Etsy product inventory updates</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Do you have an Etsy store? You can send automatic inventory updates to your subscribers when you add more products to your store.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make this an immediate or weekly email — but set it to go out when people are most likely to buy from your store. Just check your sales reporting so you know when your target audience is likely to buy. Then send the new product email notifications at that time, but optimized to arrive in everyone’s specific time zone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-5-surveys\">5. Surveys</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Surveys are useful for you and your customers, but even short ones can be time consuming. Your customers may want to help you out, but they have more available time at the beginning or end of the work day when they’re not focused on tasks.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Set up your survey emails to send at 4pm in your subscribers’ time zones. They’ll get the email at a time when they’re likely winding down from the day, so they’ll have a little extra time to give you feedback.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-get-started-with-aweber\">Get started with AWeber</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ready to start sending emails at the perfect time for your international customers? <a href=\"https://aweber.com/free.htm?utm_source=awblog&amp;utm_medium=email&amp;utm_campaign=product&amp;utm_content=072822-sign-up-cta-time-zones-campaigns\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up for an AWeber account today. Upgrade to a pro plan to get the time zone feature.</a></p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/updates/send-email-campaigns-by-time-zone.htm\">Get more engagement when you set email campaigns to arrive by time zone</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"10 great thank you page examples – and how to create your own\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://blog.aweber.com/learn/thank-you-page-examples.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jul 2022 17:35:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Learn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"best practices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Email Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"landing page conversions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101785\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:26991:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Thank you page examples - header image\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Thank you pages are one of the biggest missed opportunities in digital marketing today. The moment after someone says “yes” to you - whether they’ve just placed an order, signed up for your mailing list, or whatever action they’ve taken - is an opportunity to show them they just made a great decision. It’s also an opportunity to get them to keep saying yes to you, and to make sure they follow through on the action they just took.</p>\n<p>That’s a lot to ask of one page, but the best thank you page examples pull it off. They go way beyond just saying, “thanks for doing [whatever action they just completed].”</p>\n<p>In this post, we’ll walk through all the things thank you pages can do and can include, and show you examples of thank you pages so you can see what’s working today. By the end of this post, you’ll know everything you need to know so you can start getting way more results from your thank you pages.</p>\n<p>But first, let’s get on the same page. ;)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-what-is-a-thank-you-page\">What is a thank you page?</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>A thank you page is the page that appears after someone has completed an action (or, in marketing lingo, after someone has completed a “conversion”).&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Thank you pages typically appear on websites, but not always. Anywhere on the web where you ask visitors to take an action, and then the visitors are shown a new page after they’ve taken the action - that new page is an example of a thank you page.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-different-types-of-thank-you-page-examples\">Different types of thank you page examples</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Thank you pages can appear after someone has:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>Placed an order</li>\n<li>Signed up for your email newsletter</li>\n<li>Requested a lead magnet</li>\n<li>Signed up for a webinar</li>\n<li>Sent you a message via a “contact us” form</li>\n<li>Scheduled an appointment with you</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>We’re going to focus on thank you pages used after someone signs up for a lead magnet or a newsletter here, but all principles and thank you page examples we’ll cover also apply to all the other types of thank you pages listed above.</p>\n<p>You can do a ton of interesting things with thank you pages - as you’re about to find out!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-10-ideas-for-thank-you-pages-that-rock-with-examples\">10 ideas for thank you pages that rock with examples</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Let’s work from the basics to the fancy stuff, with thank you page examples sprinkled in along the way.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>1. <strong>Ask people to confirm their email address</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Using “confirmed opt-in,” also known as “double opt-in” is an <a href=\"https://blog.aweber.com/email-marketing/email-marketing-best-practices.htm\" target=\"_blank\" rel=\"noreferrer noopener\">email marketing best practice</a>. It does require subscribers to take an extra step to double-confirm that they want to get emails from you, but email lists that use confirmed opt-in get much higher opens, clicks, and sales. (There’s a reason why it’s a best practice!)</p>\n<p>Here’s what the sequence of onboarding emails looks like for confirmed opt-in versus regular opt-in:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":100824,\"width\":573,\"height\":716,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/04/welcome-emails-sign-up-flowchart-1200x1500-1-819x1024.png\" alt=\"How thank you pages and confirmation emails fit within the email onboarding sequence\" class=\"wp-image-100824\" width=\"573\" height=\"716\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><em>Find out more about confirmation emails, see our blog post, <a href=\"https://blog.aweber.com/learn/how-to-write-confirmation-emails.htm\" target=\"_blank\" rel=\"noreferrer noopener\">How to write confirmation emails your audience will love</a>.</em></p>\n<p>The one problem with double opt-in is that you have to get people to confirm their email addresses. Fortunately, this is the perfect job for a thank you page.</p>\n<p>Here are two thank you page examples that do this well. One is from AWeber customer, Nomadic Matt. Matt tells his subscribers that they will only receive his great travel tips if they confirm their email address. He even tells them to check their spam folder if they don’t see the email within five minutes. He’s covering every possible scenario to make sure his subscribers see the confirmation email.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101789,\"width\":663,\"height\":438,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/nomadic-matt-thank-you-page.png\" alt=\"Example of a thank you page from Nomadic Matt\" class=\"wp-image-101789\" width=\"663\" height=\"438\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>This thank you page example from Ryan Robinson’s thank you page goes one step further by showing new subscribers exactly what the confirmation email will look like in their inbox.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101792,\"width\":664,\"height\":468,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/ryan-robinson-thank-you-page.jpeg\" alt=\"Thank you page from Ryan Robinson\" class=\"wp-image-101792\" width=\"664\" height=\"468\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Want a thank you page like this, but don’t want to set it up? AWeber customers can use this default page for their lists. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101812,\"width\":618,\"height\":459,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/confirmation-page-check-your-email-buffalo-zoo-1024x761.jpg\" alt=\"The default AWeber thank you page when a list is set to confirmed opt-in.\" class=\"wp-image-101812\" width=\"618\" height=\"459\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Pro tip: Also ask new subscribers to add your email address to their address books to make sure your emails make it into their inbox.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3><strong>2. Set expectations</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>The moment someone subscribes, they’ll want to know “<em>What happens now?</em>”</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>You can’t assume that your subscribers are going to jump into their email inboxes right away to read your first email. Or that they’ll know what “from” address your emails will be coming from. Or that they’re going to do whatever you want them to do in that first email.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Don’t keep them guessing or let them jump to conclusions. Set the expectation up front on your thank you page to help your new subscribers take action and stay engaged over time. To do so, make sure you answer these questions for them:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>When do I get my first email?</li>\n<li>What “from” name and email address will it come from?</li>\n<li>What is the subject line going to say?</li>\n<li>What’s inside the email?</li>\n<li>How often will you email me?</li>\n<li>What type of information will you be sending?</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Using a video is also a helpful way to answer these questions for your new subscribers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here\'s one of the best thank you page examples of this we\'ve seen. Felicia Ricci, a vocal coach and AWeber customer, uses her thank you page to not only thank her new subscribers but to spell out what they can expect next. We love the bulleted format, too – it makes the text easier to read. And she also uses a video to provide a more personal feel.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101814,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/example-of-thank-you-page-1.jpeg\" alt=\"An example of a thank you page from a coach\" class=\"wp-image-101814\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>3. Ask people to buy your book, or subscribe to your podcast or YouTube channel</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>When people first sign up for your list, they’re really interested in you. They want to see your work! So show them how they can do that, either by prompting them to buy your book/s or to subscribe to your podcast or YouTube channel.</p>\n<p>See it in action: Lewis Howes, an entrepreneurial coach, invites new subscribers to buy his book and to subscribe to his School of Greatness podcast. He uses images of the book and podcast as well as videos introducing his purpose for the School of Greatness.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101816,\"width\":422,\"height\":761,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/lewis-howes-thank-you-page-example.png\" alt=\"A thank you page from Lewis Howes.\" class=\"wp-image-101816\" width=\"422\" height=\"761\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>4. <strong>Prompt people to follow you on your social media accounts</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Social media is a lot of work - so here’s your chance to get more out of it. Boost your following on social media by asking new subscribers to follow you on social.</p>\n<p>Here’s how HoneyTrek does this on their thank you page:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101819,\"width\":640,\"height\":659,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/HoneyTrek_ConfirmationMessage_-2022-03-17-at-9.14.33-PM-994x1024.jpg\" alt=\"Thank you page showing a prompt to follow on social media\" class=\"wp-image-101819\" width=\"640\" height=\"659\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>5. <strong>Move subscribers further down the funnel</strong></h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p id=\"h-sometimes-offering-something-for-sale-right-away-won-t-work-some-customers-may-take-longer-to-make-a-purchase-decision-than-others-offering-them-an-additional-incentive-helps-them-progress-through-your-marketing-funnel-better-qualifying-them-as-potential-customers-and-moving-them-even-closer-to-making-a-purchase-chalene-johnson-a-business-and-life-coach-uses-this-principle-on-her-thank-you-page-she-encourages-new-subscribers-to-sign-up-for-her-free-on-demand-webinar-this-educational-webinar-provides-her-subscribers-additional-value-moving-them-closer-to-a-potential-sale\">Sometimes, offering something for sale right away won’t work. Some customers may take longer to make a purchase decision than others. Offering them an additional incentive helps them progress through your <a href=\"https://blog.aweber.com/email-marketing/understanding-the-marketing-funnel-5-strategies-to-improve-your-email-marketing.htm\" target=\"_blank\" rel=\"noreferrer noopener\">marketing funnel</a>, better qualifying them as potential customers and moving them even closer to making a purchase.</p>\n<p>Chalene Johnson, a business and life coach, uses this principle on her thank you page. She encourages new subscribers to sign up for her free, on-demand webinar. This educational webinar provides her subscribers additional value, moving them closer to a potential sale.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101821,\"width\":380,\"height\":595,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/thank-you-page-example-chalene-johnson.png\" alt=\"A confirmation page with a prompt to watch a webinar.\" class=\"wp-image-101821\" width=\"380\" height=\"595\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>6. Sell something</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><em>“The thank you page is a dead end on many businesses’ sites. However, when it’s used correctly to offer an upsell, it can be one of the highest converting pages on your site,”</em> says AWeber’s CEO Tom Kulzer.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><em>That’s because new subscribers display three characteristics that mean they’re ready to buy from you:&nbsp;</em></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list {\"ordered\":true} --></p>\n<ol>\n<li><em>They know and understand who you are.</em></li>\n<li><em>They understand the problem that you’re solving for them.</em></li>\n<li><em>They’ve already given you their email address.&nbsp;</em></li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p><em>Offering something additional that you can sell to them can generate a tremendous amount of new revenue. If you’re not using this page, it’s a huge missed opportunity.”</em></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Here’s one of our favorite thank you page examples of this. This is email marketer strategist Meera Kothand’s website. She’s offered a nice <a href=\"https://blog.aweber.com/email-marketing/how-to-create-a-lead-magnet.htm\" target=\"_blank\" rel=\"noreferrer noopener\">lead magnet</a> in one section on her site’s homepage. And immediately after people subscribe, she offers them a paid product.</p>\n<p>Here’s what her opt-in sequence looks like:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<div style=\"position: relative; padding-bottom: 98.09264305177112%; height: 0;\"><iframe src=\"https://www.loom.com/embed/15ba96a69c634367b866c88d628c30f2\" frameborder=\"0\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allowfullscreen=\"\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"></iframe></div>\n<p><!-- /wp:html --></p>\n<p><!-- wp:paragraph --></p>\n<p>Let’s break this down. She’s got:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>A standard lead magnet offer that takes up a full section of the home page on her site.&nbsp;</li>\n<li>A call to action (CTA) button for people to click to get the lead magnet (aka the “freebie” she’s offering)</li>\n<li>A pop-up sign-up form that appears once people have clicked the CTA button.</li>\n<li>The thank you page - which lets people know their lead magnet is on its way to their inboxes, but is also a full-fledged sales page.</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-7-offer-a-discount\">7. Offer a discount</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you can offer something for sale on a thank you page, you can offer something for sale at a discount.</p>\n<p>This simple, unexpected gesture may be what your new subscribers need to close the sale. The key is adding an expiration date. Make this an impulse decision, don’t give them too much time to think about it.</p>\n<p>Meera’s thank you page example is doing just this: Note that the product is temporarily on sale; Meera is using a countdown timer to boost urgency so people will act immediately to get the discount.</p>\n<p>Also note that she’s using a notification tool (it slides into the browser’s lower left-hand corner) to show that other people are buying this product, too. We\'ve seen a lot of thank you page examples that are adding these type of \"social proof\" widgets.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-8-cross-sell\">8. Cross-sell</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>This is yet another play on the “sell something” thank you page: Sell a related or complementary product. For example, if someone signed up to your list because they wanted to get weight-loss tips, use the thank you page to offer a training video or related product.</p>\n<p>Meera’s also using this principle on her sign-up sequence, too. Her lead magnet is for an “Online Marketing Roadmap.” The cross-sell on her thank you page is a “Content Marketing Template Pack.”&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-9-embed-a-welcome-video\">9. Embed a welcome video</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Nothing pops like video. So if your message is clear and your videocam is nearby, make your thank you page into an embedded video.&nbsp;There are plenty of examples of thank you pages that use this format to sell all sorts of things.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Codie Sanchez of the newsletter Contrarian Thinking uses her welcome video as a way to introduce her paid membership.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101823,\"width\":610,\"height\":535,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/thank-you-page-video-1024x899.jpg\" alt=\"A thank you page with a video pitch for a course.\" class=\"wp-image-101823\" width=\"610\" height=\"535\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-10-embed-a-survey\">10. Embed a survey</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>This can be especially helpful if you’re just starting out. A short embedded form placed on a thank you page is likely to have a high completion rate. So if you want to know a few things about who’s signing up for your list, consider embedding a survey. Just make it short — the shorter it is, the more likely it will be completed. Aim for three to five questions.</p>\n<p>Ideas for what to ask:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>A pull-down menu question that lets subscribers categorize who they are (could be useful for list segmentation or personalization in your emails)</li>\n<li>An open-ended question like “what’s your biggest question about [topic x]?”</li>\n<li>A question about content formats, like “would you rather a) read a blog post, b) watch a video, or c) listen to a podcast”?</li>\n<li>The subscriber’s zipcode (helpful for brick and mortar businesses)</li>\n<li>“Which social media platform are you most active on?”</li>\n<li>“What’s your experience level with [topic X]: beginner, intermediate, or expert?”</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-how-to-make-your-own-custom-thank-you-page-with-aweber\"><strong>How to make your own custom thank you page with AWeber</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To convert subscribers into customers using the thank you page, you have to move beyond simply saying “thank you” (although that’s important too).</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Many email marketing providers give you a basic thank you page. We offer one to our customers, too. This is what it looks like. 👇</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101824,\"width\":597,\"height\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/default-thank-you-page-1024x640.jpg\" alt=\"AWeber\'s default thank you page\" class=\"wp-image-101824\" width=\"597\" height=\"373\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>But you also have the option to direct your new subscribers to a custom thank you page on your website or blog.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>For the most part, creating a custom page on your website is pretty easy, especially if you’re using <a href=\"https://www.aweber.com/landing-page-builder.htm\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber’s landing page builder</a>, <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress</a>, or another hosted solution.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>There are two main advantages of creating a custom thank you page on your own website or blog:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list {\"ordered\":true} --></p>\n<ol>\n<li>It provides your new subscribers with a consistent experience because your thank you page looks like the rest of your website and has the same domain as the page where people are subscribing.</li>\n<li>You can control what content you put on your page. (<em>This is the biggest benefit. I’ll tell you why in a minute.</em>)</li>\n</ol>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>For an exact, step-by-step guide for how to create a custom thank you page in AWeber, watch this:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<div class=\"yt-container\">\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XOV6l4wAAug?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n</div>\n<p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to create a custom “thank you” page\",\n  \"description\": \"While not every subscriber will open your welcome email, you can almost guarantee they will see your “thank you” page.</p>\n<p>How much thought have you put into your thank you page?</p>\n<p>In this video, you’ll learn how to create a custom \"thank you\" page with the AWeber landing page builder.</p>\n<p>A thank you page is what a new subscriber sees immediately after signing up to your email list ⏤ a pivotal moment in your new subscriber’s experience.</p>\n<p>For that very reason, it has huge potential for nurturing your leads and increasing your sales.</p>\n<p>Don’t let your “thank you” page be an afterthought. </p>\n<p>This page should do more than simply saying “thank you” (although that’s important, too). Use your “thank you” page to deepen the relationship you have with your new subscriber.</p>\n<p>For example, you can:</p>\n<p>- Asking them to complete a survey or share something about themselves.\n- Sharing your best blog posts, podcast episodes, YouTube videos, or more.\n- Sharing testimonials from your best customers to create social proof.\n- Showing them a personalized welcome video.\n- Inviting them to connect with you on social media.\n- Asking them to share their excitement on social media.\n- Presenting them with products or services you offer.\n- Offering discounts or special “subscriber only” offers.\n- And more!</p>\n<p>Need help creating a custom “thank you” page in AWeber? Contact our award-winning Customer Solutions team, available 24 hours a day, 7 days a week. https://www.aweber.com/contact-us.htm</p>\n<p>Get started with AWeber for free. No credit card. No time restriction. Create a free account now: https://bit.ly/3diIbcM\",\n  \"thumbnailUrl\": \"https://img.youtube.com/vi/XOV6l4wAAug/maxresdefault.jpg\",\n  \"uploadDate\": \"2020-05-22\",\n  \"duration\": \"PT5M13S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?XOV6l4wAAug\",\n  \"embedUrl\": \"https://www.youtube.com/embed/XOV6l4wAAug\"\n}\n</script><br />\n<!-- /wp:html --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-more-sales-confirmed-subscribers-leads-and-other-goodness-thank-you-page-examples-to-the-rescue\"><strong>Want more sales, confirmed subscribers, leads, and other goodness? Thank you page examples to the rescue</strong></h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>If you’re serious about <a href=\"https://blog.aweber.com/email-marketing/beginners-guide-to-making-money-with-email-marketing.htm\" target=\"_blank\" rel=\"noreferrer noopener\">monetizing your email marketing</a>, you need to start leveraging thank you pages so you can turn new subscribers into customers.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The examples of thank you pages we\'ve shown you covered a lot of what can be done to get more out of your own thank you pages. But it\'s only the beginning. Smart marketers are always coming up with new ways to use thank you pages. So now it’s your turn: How are you using your thank you pages to convert? Have you seen any great thank you page examples lately? Tell us about them in the comments!</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/thank-you-page-examples.htm\">10 great thank you page examples – and how to create your own</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Pam Neely\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26079:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Thank you page examples - header image\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/10-examples-great-thank-you-pages_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Thank you pages are one of the biggest missed opportunities in digital marketing today. The moment after someone says “yes” to you - whether they’ve just placed an order, signed up for your mailing list, or whatever action they’ve taken - is an opportunity to show them they just made a great decision. It’s also an opportunity to get them to keep saying yes to you, and to make sure they follow through on the action they just took.<br /><br />That’s a lot to ask of one page, but the best thank you page examples pull it off. They go way beyond just saying, “thanks for doing [whatever action they just completed].”<br /><br />In this post, we’ll walk through all the things thank you pages can do and can include, and show you examples of thank you pages so you can see what’s working today. By the end of this post, you’ll know everything you need to know so you can start getting way more results from your thank you pages.<br /><br />But first, let’s get on the same page. ;)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-what-is-a-thank-you-page\">What is a thank you page?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A thank you page is the page that appears after someone has completed an action (or, in marketing lingo, after someone has completed a “conversion”).&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you pages typically appear on websites, but not always. Anywhere on the web where you ask visitors to take an action, and then the visitors are shown a new page after they’ve taken the action - that new page is an example of a thank you page.<br /></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-different-types-of-thank-you-page-examples\">Different types of thank you page examples</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Thank you pages can appear after someone has:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Placed an order</li><li>Signed up for your email newsletter</li><li>Requested a lead magnet</li><li>Signed up for a webinar</li><li>Sent you a message via a “contact us” form</li><li>Scheduled an appointment with you</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We’re going to focus on thank you pages used after someone signs up for a lead magnet or a newsletter here, but all principles and thank you page examples we’ll cover also apply to all the other types of thank you pages listed above.<br /><br />You can do a ton of interesting things with thank you pages - as you’re about to find out!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-10-ideas-for-thank-you-pages-that-rock-with-examples\">10 ideas for thank you pages that rock with examples</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Let’s work from the basics to the fancy stuff, with thank you page examples sprinkled in along the way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>1. <strong>Ask people to confirm their email address</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Using “confirmed opt-in,” also known as “double opt-in” is an <a href=\"https://blog.aweber.com/email-marketing/email-marketing-best-practices.htm\" target=\"_blank\" rel=\"noreferrer noopener\">email marketing best practice</a>. It does require subscribers to take an extra step to double-confirm that they want to get emails from you, but email lists that use confirmed opt-in get much higher opens, clicks, and sales. (There’s a reason why it’s a best practice!)<br /><br />Here’s what the sequence of onboarding emails looks like for confirmed opt-in versus regular opt-in:<br /></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":100824,\"width\":573,\"height\":716,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/04/welcome-emails-sign-up-flowchart-1200x1500-1-819x1024.png\" alt=\"How thank you pages and confirmation emails fit within the email onboarding sequence\" class=\"wp-image-100824\" width=\"573\" height=\"716\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br /><em>Find out more about confirmation emails, see our blog post, <a href=\"https://blog.aweber.com/learn/how-to-write-confirmation-emails.htm\" target=\"_blank\" rel=\"noreferrer noopener\">How to write confirmation emails your audience will love</a>.</em><br /><br />The one problem with double opt-in is that you have to get people to confirm their email addresses. Fortunately, this is the perfect job for a thank you page.<br /><br />Here are two thank you page examples that do this well. One is from AWeber customer, Nomadic Matt. Matt tells his subscribers that they will only receive his great travel tips if they confirm their email address. He even tells them to check their spam folder if they don’t see the email within five minutes. He’s covering every possible scenario to make sure his subscribers see the confirmation email.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101789,\"width\":663,\"height\":438,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/nomadic-matt-thank-you-page.png\" alt=\"Example of a thank you page from Nomadic Matt\" class=\"wp-image-101789\" width=\"663\" height=\"438\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This thank you page example from Ryan Robinson’s thank you page goes one step further by showing new subscribers exactly what the confirmation email will look like in their inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101792,\"width\":664,\"height\":468,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/ryan-robinson-thank-you-page.jpeg\" alt=\"Thank you page from Ryan Robinson\" class=\"wp-image-101792\" width=\"664\" height=\"468\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Want a thank you page like this, but don’t want to set it up? AWeber customers can use this default page for their lists. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101812,\"width\":618,\"height\":459,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/confirmation-page-check-your-email-buffalo-zoo-1024x761.jpg\" alt=\"The default AWeber thank you page when a list is set to confirmed opt-in.\" class=\"wp-image-101812\" width=\"618\" height=\"459\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Pro tip: Also ask new subscribers to add your email address to their address books to make sure your emails make it into their inbox.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3><strong>2. Set expectations</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>The moment someone subscribes, they’ll want to know “<em>What happens now?</em>”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You can’t assume that your subscribers are going to jump into their email inboxes right away to read your first email. Or that they’ll know what “from” address your emails will be coming from. Or that they’re going to do whatever you want them to do in that first email.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don’t keep them guessing or let them jump to conclusions. Set the expectation up front on your thank you page to help your new subscribers take action and stay engaged over time. To do so, make sure you answer these questions for them:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>When do I get my first email?</li><li>What “from” name and email address will it come from?</li><li>What is the subject line going to say?</li><li>What’s inside the email?</li><li>How often will you email me?</li><li>What type of information will you be sending?</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Using a video is also a helpful way to answer these questions for your new subscribers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here\'s one of the best thank you page examples of this we\'ve seen. Felicia Ricci, a vocal coach and AWeber customer, uses her thank you page to not only thank her new subscribers but to spell out what they can expect next. We love the bulleted format, too – it makes the text easier to read. And she also uses a video to provide a more personal feel.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101814,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/example-of-thank-you-page-1.jpeg\" alt=\"An example of a thank you page from a coach\" class=\"wp-image-101814\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>3. Ask people to buy your book, or subscribe to your podcast or YouTube channel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When people first sign up for your list, they’re really interested in you. They want to see your work! So show them how they can do that, either by prompting them to buy your book/s or to subscribe to your podcast or YouTube channel.<br /><br />See it in action: Lewis Howes, an entrepreneurial coach, invites new subscribers to buy his book and to subscribe to his School of Greatness podcast. He uses images of the book and podcast as well as videos introducing his purpose for the School of Greatness.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101816,\"width\":422,\"height\":761,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/lewis-howes-thank-you-page-example.png\" alt=\"A thank you page from Lewis Howes.\" class=\"wp-image-101816\" width=\"422\" height=\"761\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>4. <strong>Prompt people to follow you on your social media accounts</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Social media is a lot of work - so here’s your chance to get more out of it. Boost your following on social media by asking new subscribers to follow you on social.<br /><br />Here’s how HoneyTrek does this on their thank you page:<br /></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101819,\"width\":640,\"height\":659,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/HoneyTrek_ConfirmationMessage_-2022-03-17-at-9.14.33-PM-994x1024.jpg\" alt=\"Thank you page showing a prompt to follow on social media\" class=\"wp-image-101819\" width=\"640\" height=\"659\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>5. <strong>Move subscribers further down the funnel</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p id=\"h-sometimes-offering-something-for-sale-right-away-won-t-work-some-customers-may-take-longer-to-make-a-purchase-decision-than-others-offering-them-an-additional-incentive-helps-them-progress-through-your-marketing-funnel-better-qualifying-them-as-potential-customers-and-moving-them-even-closer-to-making-a-purchase-chalene-johnson-a-business-and-life-coach-uses-this-principle-on-her-thank-you-page-she-encourages-new-subscribers-to-sign-up-for-her-free-on-demand-webinar-this-educational-webinar-provides-her-subscribers-additional-value-moving-them-closer-to-a-potential-sale\">Sometimes, offering something for sale right away won’t work. Some customers may take longer to make a purchase decision than others. Offering them an additional incentive helps them progress through your <a href=\"https://blog.aweber.com/email-marketing/understanding-the-marketing-funnel-5-strategies-to-improve-your-email-marketing.htm\" target=\"_blank\" rel=\"noreferrer noopener\">marketing funnel</a>, better qualifying them as potential customers and moving them even closer to making a purchase.<br /><br />Chalene Johnson, a business and life coach, uses this principle on her thank you page. She encourages new subscribers to sign up for her free, on-demand webinar. This educational webinar provides her subscribers additional value, moving them closer to a potential sale.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101821,\"width\":380,\"height\":595,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/thank-you-page-example-chalene-johnson.png\" alt=\"A confirmation page with a prompt to watch a webinar.\" class=\"wp-image-101821\" width=\"380\" height=\"595\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>6. Sell something</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><em>“The thank you page is a dead end on many businesses’ sites. However, when it’s used correctly to offer an upsell, it can be one of the highest converting pages on your site,”</em> says AWeber’s CEO Tom Kulzer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>That’s because new subscribers display three characteristics that mean they’re ready to buy from you:&nbsp;</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li><em>They know and understand who you are.</em></li><li><em>They understand the problem that you’re solving for them.</em></li><li><em>They’ve already given you their email address.&nbsp;</em></li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><em>Offering something additional that you can sell to them can generate a tremendous amount of new revenue. If you’re not using this page, it’s a huge missed opportunity.”</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Here’s one of our favorite thank you page examples of this. This is email marketer strategist Meera Kothand’s website. She’s offered a nice <a href=\"https://blog.aweber.com/email-marketing/how-to-create-a-lead-magnet.htm\" target=\"_blank\" rel=\"noreferrer noopener\">lead magnet</a> in one section on her site’s homepage. And immediately after people subscribe, she offers them a paid product.<br /><br />Here’s what her opt-in sequence looks like:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div style=\"position: relative; padding-bottom: 98.09264305177112%; height: 0;\"><iframe src=\"https://www.loom.com/embed/15ba96a69c634367b866c88d628c30f2\" frameborder=\"0\" webkitallowfullscreen=\"\" mozallowfullscreen=\"\" allowfullscreen=\"\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"></iframe></div>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Let’s break this down. She’s got:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>A standard lead magnet offer that takes up a full section of the home page on her site.&nbsp;</li><li>A call to action (CTA) button for people to click to get the lead magnet (aka the “freebie” she’s offering)</li><li>A pop-up sign-up form that appears once people have clicked the CTA button.</li><li>The thank you page - which lets people know their lead magnet is on its way to their inboxes, but is also a full-fledged sales page.<br /></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-7-offer-a-discount\">7. Offer a discount</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you can offer something for sale on a thank you page, you can offer something for sale at a discount.<br /><br />This simple, unexpected gesture may be what your new subscribers need to close the sale. The key is adding an expiration date. Make this an impulse decision, don’t give them too much time to think about it.<br /><br />Meera’s thank you page example is doing just this: Note that the product is temporarily on sale; Meera is using a countdown timer to boost urgency so people will act immediately to get the discount.<br /><br />Also note that she’s using a notification tool (it slides into the browser’s lower left-hand corner) to show that other people are buying this product, too. We\'ve seen a lot of thank you page examples that are adding these type of \"social proof\" widgets.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-8-cross-sell\">8. Cross-sell</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is yet another play on the “sell something” thank you page: Sell a related or complementary product. For example, if someone signed up to your list because they wanted to get weight-loss tips, use the thank you page to offer a training video or related product.<br /><br />Meera’s also using this principle on her sign-up sequence, too. Her lead magnet is for an “Online Marketing Roadmap.” The cross-sell on her thank you page is a “Content Marketing Template Pack.”&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-9-embed-a-welcome-video\">9. Embed a welcome video</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Nothing pops like video. So if your message is clear and your videocam is nearby, make your thank you page into an embedded video.&nbsp;There are plenty of examples of thank you pages that use this format to sell all sorts of things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Codie Sanchez of the newsletter Contrarian Thinking uses her welcome video as a way to introduce her paid membership.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101823,\"width\":610,\"height\":535,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/thank-you-page-video-1024x899.jpg\" alt=\"A thank you page with a video pitch for a course.\" class=\"wp-image-101823\" width=\"610\" height=\"535\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-10-embed-a-survey\">10. Embed a survey</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This can be especially helpful if you’re just starting out. A short embedded form placed on a thank you page is likely to have a high completion rate. So if you want to know a few things about who’s signing up for your list, consider embedding a survey. Just make it short — the shorter it is, the more likely it will be completed. Aim for three to five questions.<br /><br />Ideas for what to ask:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>A pull-down menu question that lets subscribers categorize who they are (could be useful for list segmentation or personalization in your emails)</li><li>An open-ended question like “what’s your biggest question about [topic x]?”</li><li>A question about content formats, like “would you rather a) read a blog post, b) watch a video, or c) listen to a podcast”?</li><li>The subscriber’s zipcode (helpful for brick and mortar businesses)</li><li>“Which social media platform are you most active on?”</li><li>“What’s your experience level with [topic X]: beginner, intermediate, or expert?”<br /></li></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 id=\"h-how-to-make-your-own-custom-thank-you-page-with-aweber\"><strong>How to make your own custom thank you page with AWeber</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To convert subscribers into customers using the thank you page, you have to move beyond simply saying “thank you” (although that’s important too).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many email marketing providers give you a basic thank you page. We offer one to our customers, too. This is what it looks like. 👇</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101824,\"width\":597,\"height\":373,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/default-thank-you-page-1024x640.jpg\" alt=\"AWeber\'s default thank you page\" class=\"wp-image-101824\" width=\"597\" height=\"373\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>But you also have the option to direct your new subscribers to a custom thank you page on your website or blog.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For the most part, creating a custom page on your website is pretty easy, especially if you’re using <a href=\"https://www.aweber.com/landing-page-builder.htm\" target=\"_blank\" rel=\"noreferrer noopener\">AWeber’s landing page builder</a>, <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress</a>, or another hosted solution.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are two main advantages of creating a custom thank you page on your own website or blog:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>It provides your new subscribers with a consistent experience because your thank you page looks like the rest of your website and has the same domain as the page where people are subscribing.</li><li>You can control what content you put on your page. (<em>This is the biggest benefit. I’ll tell you why in a minute.</em>)</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>For an exact, step-by-step guide for how to create a custom thank you page in AWeber, watch this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div class=\"yt-container\">\n<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XOV6l4wAAug?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe>\n</div>\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"How to create a custom “thank you” page\",\n  \"description\": \"While not every subscriber will open your welcome email, you can almost guarantee they will see your “thank you” page.\n\nHow much thought have you put into your thank you page?\n\nIn this video, you’ll learn how to create a custom \"thank you\" page with the AWeber landing page builder.\n\nA thank you page is what a new subscriber sees immediately after signing up to your email list ⏤ a pivotal moment in your new subscriber’s experience.\n\nFor that very reason, it has huge potential for nurturing your leads and increasing your sales.\n\nDon’t let your “thank you” page be an afterthought. \n\nThis page should do more than simply saying “thank you” (although that’s important, too). Use your “thank you” page to deepen the relationship you have with your new subscriber.\n\nFor example, you can:\n\n- Asking them to complete a survey or share something about themselves.\n- Sharing your best blog posts, podcast episodes, YouTube videos, or more.\n- Sharing testimonials from your best customers to create social proof.\n- Showing them a personalized welcome video.\n- Inviting them to connect with you on social media.\n- Asking them to share their excitement on social media.\n- Presenting them with products or services you offer.\n- Offering discounts or special “subscriber only” offers.\n- And more!\n\nNeed help creating a custom “thank you” page in AWeber? Contact our award-winning Customer Solutions team, available 24 hours a day, 7 days a week. https://www.aweber.com/contact-us.htm\n\nGet started with AWeber for free. No credit card. No time restriction. Create a free account now: https://bit.ly/3diIbcM\",\n  \"thumbnailUrl\": \"https://img.youtube.com/vi/XOV6l4wAAug/maxresdefault.jpg\",\n  \"uploadDate\": \"2020-05-22\",\n  \"duration\": \"PT5M13S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?XOV6l4wAAug\",\n  \"embedUrl\": \"https://www.youtube.com/embed/XOV6l4wAAug\"\n}\n</script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-more-sales-confirmed-subscribers-leads-and-other-goodness-thank-you-page-examples-to-the-rescue\"><strong>Want more sales, confirmed subscribers, leads, and other goodness? Thank you page examples to the rescue</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you’re serious about <a href=\"https://blog.aweber.com/email-marketing/beginners-guide-to-making-money-with-email-marketing.htm\" target=\"_blank\" rel=\"noreferrer noopener\">monetizing your email marketing</a>, you need to start leveraging thank you pages so you can turn new subscribers into customers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The examples of thank you pages we\'ve shown you covered a lot of what can be done to get more out of your own thank you pages. But it\'s only the beginning. Smart marketers are always coming up with new ways to use thank you pages. So now it’s your turn: How are you using your thank you pages to convert? Have you seen any great thank you page examples lately? Tell us about them in the comments!</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/learn/thank-you-page-examples.htm\">10 great thank you page examples – and how to create your own</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"How to do online training using AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://blog.aweber.com/culture/online-training-using-aweber.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2022 12:20:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Culture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101715\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12438:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Hot to do online training using AWeber\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Most of us have sat through company-wide mandatory training sessions at some point. Everyone files into a large conference room at a set time. There’s one or maybe several presenters lecturing at the front. The content is usually a topic that can be a bit ‘dry.’ There might be several remote team members on a simulcast video conference.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>These sessions often repeat over several days or weeks in order to get everyone trained. It requires a constant cadence of work to schedule, deliver, track attendance, report to management, and more.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Alternatively, you may have been asked to do some online training, usually through a very expensive education portal where all you want to do is click through the slides as fast as you can to get to the quiz at the end which you already got the correct answers to from your work buddy.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>While this method does allow for self-service training which gets rid of the need for everyone to be in the same place at the same time, it can be seen as a chore for team members due to the restrictive nature of the workflow.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>The good news is, there’s a better way. Using AWeber’s tools, you can easily set up and manage your own virtual training course. Here’s how we do it for annual security awareness training.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-record-once-train-indefinitely\">Record once, train indefinitely</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Make a video. Be in the video. Talk like you’re training a single person. Use “you” and “your” and “we” words. This creates a personal connection between the viewer and the content and provides a more intimate feeling where the presenter is talking directly to an individual.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Always have visuals to support the dialogue. There are a number of tools to accomplish this, including Google Slides. Find one that works for you and feel free to experiment. At AWeber, we host these videos internally so they are easily accessible from a shared URL.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101716,\"width\":834,\"height\":417,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-aweber-1.png\" alt=\"Example of AWeber\'s security training presentation\" class=\"wp-image-101716\" width=\"834\" height=\"417\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-let-team-members-own-their-time\">Let team members own their time</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Next, add your virtual team members to your AWeber list and build a <a href=\"https://help.aweber.com/hc/en-us/articles/212672837-How-do-I-get-started-with-Campaigns-\" target=\"_blank\" rel=\"noreferrer noopener\">campaign</a>. Our training campaigns include an initial message with a link to the aforementioned video.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Set up <a href=\"https://help.aweber.com/hc/en-us/articles/4403592445851-What-automations-are-available-in-my-account-\" target=\"_blank\" rel=\"noreferrer noopener\">click automations</a> on the link to capture who engaged with the email. Allow time for team members to consume the information in their own time when it’s most convenient for them.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Using click automations, tag team members who watched the video and remove them from the campaign, so they aren’t bothered with reminders. For those who haven’t watched, send reminders at specified intervals leading up to the deadline.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101717,\"width\":833,\"height\":954,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-tag-applied.png\" alt=\"Online training email automation series example\" class=\"wp-image-101717\" width=\"833\" height=\"954\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>You could also try using <a href=\"https://help.aweber.com/hc/en-us/articles/360025741194-Getting-Started-with-AMP-for-Email-in-AWeber\" target=\"_blank\" rel=\"noreferrer noopener\">AMP for Email</a> to produce interactive examples, feedback forms directly in the message itself, or provide a follow-up quiz if necessary.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-create-remarkable-experiences\">Create remarkable experiences</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Keep your video focused on the most important aspects of what you’re trying to convey. Nobody wants to sit through an hour-long lecture.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Host an AWeber <a href=\"https://help.aweber.com/hc/en-us/articles/360044106473-How-do-I-create-a-landing-page-\" target=\"_blank\" rel=\"noreferrer noopener\">Landing page</a> with reference material, additional links, and details. Link to it from your messages and direct team members to it in your video and campaign messages.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101718,\"width\":834,\"height\":467,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-landing-page.png\" alt=\"Landing page with reference materials for online training course\" class=\"wp-image-101718\" width=\"834\" height=\"467\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Provide a feedback mechanism. This can be as simple as directing team members to a Slack channel, email address, or another method of contact. Try adding a <a href=\"https://help.aweber.com/hc/en-us/articles/360000342488-How-do-I-use-the-Survey-template-in-my-message-\" target=\"_blank\" rel=\"noreferrer noopener\">survey</a> directly into your message using additional click automations. Make it easy to provide feedback in real-time.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Celebrate achievements. Make it special and unexpected. After a training completion, we use tag automations within messages and landing pages to send a thank you and a certificate of excellence to team members who followed instructions on how to record their training participation.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><a href=\"https://help.aweber.com/hc/en-us/articles/204029856-How-do-I-personalize-my-messages-\" target=\"_blank\" rel=\"noreferrer noopener\">Personalization</a> variables within the message make it unique to the team member without having to hand-write each certificate. You can do all this within the AWeber\'s message editor. We consistently get delighted feedback from our team on the personal touches.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101719,\"width\":833,\"height\":623,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-certificate.png\" alt=\"Sample award for an AWeber employee who complete the training course\" class=\"wp-image-101719\" width=\"833\" height=\"623\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-gain-insights\">Gain insights</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>No need to spend time manually determining who has been trained and who has not. Build <a href=\"https://help.aweber.com/hc/en-us/articles/204028706-How-do-I-create-a-segment-\" target=\"_blank\" rel=\"noreferrer noopener\">segments</a> of your team members (subscribers) using the campaign automation tags to show you instantly who has completed the training.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101720,\"width\":835,\"height\":60,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-tag-completed-training.png\" alt=\"Campaign automation tag for who has completed training course in AWeber account\" class=\"wp-image-101720\" width=\"835\" height=\"60\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>…and who has not.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101721,\"width\":834,\"height\":111,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-tag-did-not-complete.png\" alt=\"Campaign automation tag for who has not completed training course in AWeber account\" class=\"wp-image-101721\" width=\"834\" height=\"111\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Use <a href=\"https://help.aweber.com/hc/en-us/articles/360025763654-How-do-I-manage-the-users-in-my-account-\" target=\"_blank\" rel=\"noreferrer noopener\">Team Hub</a> to grant access to other managers who will need to review these reports.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Use <a href=\"https://help.aweber.com/hc/en-us/articles/204029736-What-reports-are-available-for-my-lists-\" target=\"_blank\" rel=\"noreferrer noopener\">Reports</a> to track how effective your campaigns are over time. Was engagement better in one training campaign vs. another? Use that to influence how you continue to create content. You can even <a href=\"https://help.aweber.com/hc/en-us/articles/360009124213-How-do-I-create-a-Split-Test-\" target=\"_blank\" rel=\"noreferrer noopener\">split test</a> trainings between groups!</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101722,\"width\":835,\"height\":347,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-reports.png\" alt=\"Report in AWeber showing email opens over a specific period of time\" class=\"wp-image-101722\" width=\"835\" height=\"347\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-get-training\">Get training!</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>You’ve done it! You’ve created a repeatable, consistent, automated, self-service training all within AWeber. You created and delivered the content once, saving time and money. You’ve established automatic reporting on engagement to fulfill compliance needs. You’ve allowed team members to learn at their own pace and provided a personalized experience that will empower your team.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Even better, you can go get started on your campaign quickly with our Mini-Course <a href=\"https://help.aweber.com/hc/en-us/articles/360033663154-What-are-Campaign-Templates-and-what-options-are-available-\" target=\"_blank\" rel=\"noreferrer noopener\">campaign template</a> right now!</p>\n<p><!-- /wp:paragraph --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/culture/online-training-using-aweber.htm\">How to do online training using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Rob Madden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11993:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Hot to do online training using AWeber\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/ht-do-online-training-using-aweber_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Most of us have sat through company-wide mandatory training sessions at some point. Everyone files into a large conference room at a set time. There’s one or maybe several presenters lecturing at the front. The content is usually a topic that can be a bit ‘dry.’ There might be several remote team members on a simulcast video conference.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These sessions often repeat over several days or weeks in order to get everyone trained. It requires a constant cadence of work to schedule, deliver, track attendance, report to management, and more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Alternatively, you may have been asked to do some online training, usually through a very expensive education portal where all you want to do is click through the slides as fast as you can to get to the quiz at the end which you already got the correct answers to from your work buddy.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>While this method does allow for self-service training which gets rid of the need for everyone to be in the same place at the same time, it can be seen as a chore for team members due to the restrictive nature of the workflow.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The good news is, there’s a better way. Using AWeber’s tools, you can easily set up and manage your own virtual training course. Here’s how we do it for annual security awareness training.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-record-once-train-indefinitely\">Record once, train indefinitely</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Make a video. Be in the video. Talk like you’re training a single person. Use “you” and “your” and “we” words. This creates a personal connection between the viewer and the content and provides a more intimate feeling where the presenter is talking directly to an individual.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Always have visuals to support the dialogue. There are a number of tools to accomplish this, including Google Slides. Find one that works for you and feel free to experiment. At AWeber, we host these videos internally so they are easily accessible from a shared URL.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101716,\"width\":834,\"height\":417,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-aweber-1.png\" alt=\"Example of AWeber\'s security training presentation\" class=\"wp-image-101716\" width=\"834\" height=\"417\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-let-team-members-own-their-time\">Let team members own their time</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Next, add your virtual team members to your AWeber list and build a <a href=\"https://help.aweber.com/hc/en-us/articles/212672837-How-do-I-get-started-with-Campaigns-\" target=\"_blank\" rel=\"noreferrer noopener\">campaign</a>. Our training campaigns include an initial message with a link to the aforementioned video.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Set up <a href=\"https://help.aweber.com/hc/en-us/articles/4403592445851-What-automations-are-available-in-my-account-\" target=\"_blank\" rel=\"noreferrer noopener\">click automations</a> on the link to capture who engaged with the email. Allow time for team members to consume the information in their own time when it’s most convenient for them.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Using click automations, tag team members who watched the video and remove them from the campaign, so they aren’t bothered with reminders. For those who haven’t watched, send reminders at specified intervals leading up to the deadline.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101717,\"width\":833,\"height\":954,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-tag-applied.png\" alt=\"Online training email automation series example\" class=\"wp-image-101717\" width=\"833\" height=\"954\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>You could also try using <a href=\"https://help.aweber.com/hc/en-us/articles/360025741194-Getting-Started-with-AMP-for-Email-in-AWeber\" target=\"_blank\" rel=\"noreferrer noopener\">AMP for Email</a> to produce interactive examples, feedback forms directly in the message itself, or provide a follow-up quiz if necessary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-create-remarkable-experiences\">Create remarkable experiences</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Keep your video focused on the most important aspects of what you’re trying to convey. Nobody wants to sit through an hour-long lecture.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Host an AWeber <a href=\"https://help.aweber.com/hc/en-us/articles/360044106473-How-do-I-create-a-landing-page-\" target=\"_blank\" rel=\"noreferrer noopener\">Landing page</a> with reference material, additional links, and details. Link to it from your messages and direct team members to it in your video and campaign messages.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101718,\"width\":834,\"height\":467,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-landing-page.png\" alt=\"Landing page with reference materials for online training course\" class=\"wp-image-101718\" width=\"834\" height=\"467\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Provide a feedback mechanism. This can be as simple as directing team members to a Slack channel, email address, or another method of contact. Try adding a <a href=\"https://help.aweber.com/hc/en-us/articles/360000342488-How-do-I-use-the-Survey-template-in-my-message-\" target=\"_blank\" rel=\"noreferrer noopener\">survey</a> directly into your message using additional click automations. Make it easy to provide feedback in real-time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Celebrate achievements. Make it special and unexpected. After a training completion, we use tag automations within messages and landing pages to send a thank you and a certificate of excellence to team members who followed instructions on how to record their training participation.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://help.aweber.com/hc/en-us/articles/204029856-How-do-I-personalize-my-messages-\" target=\"_blank\" rel=\"noreferrer noopener\">Personalization</a> variables within the message make it unique to the team member without having to hand-write each certificate. You can do all this within the AWeber\'s message editor. We consistently get delighted feedback from our team on the personal touches.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101719,\"width\":833,\"height\":623,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-certificate.png\" alt=\"Sample award for an AWeber employee who complete the training course\" class=\"wp-image-101719\" width=\"833\" height=\"623\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-gain-insights\">Gain insights</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>No need to spend time manually determining who has been trained and who has not. Build <a href=\"https://help.aweber.com/hc/en-us/articles/204028706-How-do-I-create-a-segment-\" target=\"_blank\" rel=\"noreferrer noopener\">segments</a> of your team members (subscribers) using the campaign automation tags to show you instantly who has completed the training.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101720,\"width\":835,\"height\":60,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-tag-completed-training.png\" alt=\"Campaign automation tag for who has completed training course in AWeber account\" class=\"wp-image-101720\" width=\"835\" height=\"60\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>…and who has not.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101721,\"width\":834,\"height\":111,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-tag-did-not-complete.png\" alt=\"Campaign automation tag for who has not completed training course in AWeber account\" class=\"wp-image-101721\" width=\"834\" height=\"111\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Use <a href=\"https://help.aweber.com/hc/en-us/articles/360025763654-How-do-I-manage-the-users-in-my-account-\" target=\"_blank\" rel=\"noreferrer noopener\">Team Hub</a> to grant access to other managers who will need to review these reports.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Use <a href=\"https://help.aweber.com/hc/en-us/articles/204029736-What-reports-are-available-for-my-lists-\" target=\"_blank\" rel=\"noreferrer noopener\">Reports</a> to track how effective your campaigns are over time. Was engagement better in one training campaign vs. another? Use that to influence how you continue to create content. You can even <a href=\"https://help.aweber.com/hc/en-us/articles/360009124213-How-do-I-create-a-Split-Test-\" target=\"_blank\" rel=\"noreferrer noopener\">split test</a> trainings between groups!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101722,\"width\":835,\"height\":347,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/online-training-reports.png\" alt=\"Report in AWeber showing email opens over a specific period of time\" class=\"wp-image-101722\" width=\"835\" height=\"347\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-get-training\">Get training!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You’ve done it! You’ve created a repeatable, consistent, automated, self-service training all within AWeber. You created and delivered the content once, saving time and money. You’ve established automatic reporting on engagement to fulfill compliance needs. You’ve allowed team members to learn at their own pace and provided a personalized experience that will empower your team.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even better, you can go get started on your campaign quickly with our Mini-Course <a href=\"https://help.aweber.com/hc/en-us/articles/360033663154-What-are-Campaign-Templates-and-what-options-are-available-\" target=\"_blank\" rel=\"noreferrer noopener\">campaign template</a> right now!</p>\n<!-- /wp:paragraph --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/culture/online-training-using-aweber.htm\">How to do online training using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:76:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"How Paula Rizzo took an idea and turned it into an email list of 13,000+ subscribers using AWeber\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://blog.aweber.com/success/how-paula-rizzo-grew-her-email-list.htm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://blog.aweber.com/success/how-paula-rizzo-grew-her-email-list.htm#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jul 2022 19:14:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Success\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"case study\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://blog.aweber.com/?p=101682\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19295:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How Paula Rizzo took an idea and turned it into an email list of 13,000+ subscribers using AWeber\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p>\n<p><!-- wp:paragraph --></p>\n<p>Paula Rizzo was apartment hunting in New York City. She knew what she wanted in her new space, but she kept getting distracted by non-essential amenities like wine refrigerators. (Although the term “non-essential” is up for debate.)</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To make her life easier, she made a comprehensive list of everything she needed in an apartment. Her list helped her score the perfect place. It also sparked the idea for Paula’s business, <a href=\"http://listproducer.com/\" target=\"_blank\" rel=\"noreferrer noopener\">List Producer</a>, and her book, <a href=\"http://www.amazon.com/gp/product/1632280035/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1632280035&amp;linkCode=as2&amp;tag=listprod08-20&amp;linkId=QFEJJX3PQRO7L4TF%22\" target=\"_blank\" rel=\"noreferrer noopener\">Listful Thinking</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-13-000-subscribers-and-growing\">13,000+ subscribers and growing</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Paula started her blog before she wrote her book to gauge interest in the topic of list-making. Her first task? Making a list, naturally.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<p class=\"has-text-align-center\"><script src=\"//fast.wistia.com/embed/medias/yoplyek0qc.jsonp\" async=\"\"></script><script src=\"//fast.wistia.com/assets/external/E-v1.js\" async=\"\"></script><span class=\"wistia_embed wistia_async_yoplyek0qc popover=true popoverAnimateThumbnail=true\" style=\"display: inline-block; height: 225px; width: 400px;\">&nbsp;</span></p>\n<p><!-- /wp:html --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“I started putting blog posts up. I learned how to use social media. I wasn’t using email in the beginning, and a friend said, ‘You’re crazy, you need to start getting email addresses.’”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-using-email-sign-up-forms\">Using email sign up forms</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To grow her email list, Paula added an inline sign up on her website - ListProducer.com. This form was created using <a href=\"https://www.aweber.com/sign-up-forms.htm\">AWeber’s sign up form builder</a>. So when someone signs up to receive her <em>List Making Starter Kit</em>, they are instantly added to one of her email lists in AWeber.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101684,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-12.51.54-PM.png\" alt=\"Sign up form on listproducer.com\" class=\"wp-image-101684\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>To create a sign up form in AWeber, Paula followed these steps:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-1-in-the-pages-forms-drop-down-menu-select-sign-up-forms-then-click-create-a-sign-up-form\">1 - In the Pages &amp; Forms drop down menu, select Sign Up Forms. Then click Create a Sign Up Form</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-up-sign-up-form-in-AWeber-1024x450.png\" alt=\"Set up sign up form in AWeber\" class=\"wp-image-101704\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-2-in-the-drop-down-menu-choose-whether-you-ll-be-adding-this-sign-up-form-to-your-website-or-to-a-landing-page\">2 - In the drop-down menu choose whether you’ll be adding this sign up form to your website or to a landing page.</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101691,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drop-down-menu-for-sign-up-form-in-AWeber-1024x540.png\" alt=\"Drop down menu for sign up form in AWeber\" class=\"wp-image-101691\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-3-choose-a-template\">3 - Choose a template</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101692,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.57.45-AM.png\" alt=\"AWeber sign up form template gallery\" class=\"wp-image-101692\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-4-add-any-information-you-d-like-to-collect-from-your-subscribers\">4 - Add any information you’d like to collect from your subscribers.</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Asking for new subscribers’ first name and email address is usually the best choice here, though you can also ask for their zip code or other special information if you want. Just remember: The less information you ask for, the more likely people are to fill out the form.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101693,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-1.35.14-PM.png\" alt=\"Add custom field to sign up form in AWeber\" class=\"wp-image-101693\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-5-name-your-form\">5 - Name your form.</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101695,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Name-sign-up-form.png\" alt=\"Name sign up form in AWeber\" class=\"wp-image-101695\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-how-paula-used-her-sign-up-form-on-her-website\">How Paula used her sign up form on her website</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Paula also started guest blogging on other sites in order to drive traffic to her website.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“I started writing guest posts for sites like Entrepreneur that have more traffic, so I was able to get more subscribers. I set up campaigns just for subscribers from the websites where I guest posted to welcome them to my website.”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>She also added links to her List Making Starter Kit on her social media channels.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101696,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Paula-Rizzo-promoting-lead-magnet-on-Twitter.png\" alt=\"Paula Rizzo promoting lead magnet on Twitter\" class=\"wp-image-101696\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-lists-and-automation-to-the-rescue\">Lists and automation to the rescue</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>When Paula first started her side gig she was also working as a television producer. She didn’t have a lot of time to run her business. So to help manage her time, Paula decided to use email automation to build relationships with her audience.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p><em>“It’s tough when you have a full time job and a side gig that you love, because you want to work on that side gig all the time. It’s really fun, but it’s also a struggle to balance and manage them both. Email has been amazingly helpful to grow List Producer. It’s quick and you can do it on the go.”</em></p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-1-organizing-her-subscribers-with-lists\">1 - Organizing her subscribers with lists</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>To help keep her email messages organized, Paula created multiple lists in her AWeber account - one list for each reason someone signed up.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Her lists include:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:list --></p>\n<ul>\n<li>a blog list she uses to send her latest blog posts</li>\n<li>her email course list with the people who purchased her <a href=\"https://listproducer.com/join-take-back-your-inbox/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Take Back Your Inbox</em> course</a></li>\n<li>a list just for people who have bought her book</li>\n</ul>\n<p><!-- /wp:list --></p>\n<p><!-- wp:paragraph --></p>\n<p>Her <em>Take Back Your Inbox</em> course is a <a href=\"https://blog.aweber.com/email-marketing/how-to-create-a-lead-magnet.htm\">lead magnet </a>she uses to help grow her email list. It is something of value she provides her subscribers in exchange for their email address.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Because her subscribers on these lists have all had different interactions with List Producer, Paula makes sure to send them content they’ll be most interested in. For example, Paula sends people who bought her book content that builds on what they learned in the book.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<p class=\"has-text-align-center\"><script src=\"//fast.wistia.com/embed/medias/ocp8j5dwnc.jsonp\" async=\"\"></script><script src=\"//fast.wistia.com/assets/external/E-v1.js\" async=\"\"></script><span class=\"wistia_embed wistia_async_ocp8j5dwnc popover=true popoverAnimateThumbnail=true\" style=\"display: inline-block; height: 225px; width: 400px;\">&nbsp;</span></p>\n<p><!-- /wp:html --></p>\n<p><!-- wp:quote --></p>\n<blockquote class=\"wp-block-quote\">\n<p>“In the book, I have a specific URL where people can sign up for my list,” she said. “They can access special templates I’ve mentioned in the book. I’m able to target them in a different way than people who have read the blog or signed up for the email course list.”</p>\n</blockquote>\n<p><!-- /wp:quote --></p>\n<p><!-- wp:paragraph --></p>\n<p>To set up a new list, Paula just went to the List drop-down in the upper left-hand corner of her AWeber account and selected “Create New List”.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101703,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-new-list-in-AWeber.png\" alt=\"How to create new list in AWeber\" class=\"wp-image-101703\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3 id=\"h-2-saving-time-with-email-automations\">2 - Saving time with email automations</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>A big time-saver for Paula has been the use of <a href=\"https://blog.aweber.com/email-marketing/how-to-get-started-with-email-automation.htm\">email automations</a> in her AWeber account. She sets up email campaigns that automatically get triggered based on specific interactions.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>One of those campaigns is the fulfillment of her <em>List Making Starter Kit</em>. When a new subscriber signs up to receive this kit on her website, an email is automatically sent thanking them for signing up and delivering the <em>List Making Starter Kit</em>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":101697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-14-at-3.35.36-PM.png\" alt=\"Paula Rizzo automated email for her lead magnet\" class=\"wp-image-101697\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p>Paula can just sit back and let the power of email automation do its thing. This allows her to concentrate on what she does best - writing amazing content.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>To set up her automated email in AWeber, Paula followed these steps:</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-1-in-the-automations-drop-down-menu-select-campaigns-then-create-campaign\">1 - In the Automations drop down menu, select Campaigns, then Create Campaign</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101698,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-email-automation-in-AWeber.png\" alt=\"How to create email automation in AWeber\" class=\"wp-image-101698\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-2-select-a-pre-built-automated-campaign-or-start-from-scratch-with-a-blank-campaign\">2 - Select a pre-built automated campaign or start from scratch with a Blank Campaign</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101699,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.42.24-AM-1024x673.png\" alt=\"Choose a template campaign or start from scratch in AWeber\" class=\"wp-image-101699\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-3-give-your-list-a-name\">3 - Give your list a name</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101700,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.43.32-AM-1024x398.png\" alt=\"Give automated campaign a name in AWeber\" class=\"wp-image-101700\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-4-indicate-what-will-trigger-start-the-campaign-it-can-be-when-people-first-subscribe-or-based-on-a-specific-action-based-on-a-tag\">4 - Indicate what will <a href=\"https://help.aweber.com/hc/en-us/articles/212499507-How-Can-I-Trigger-A-Campaign-With-Campaigns-\">trigger (start) the campaign</a>. It can be when people first subscribe or based on a specific action based on a <a href=\"https://help.aweber.com/hc/en-us/articles/360035316593-What-are-tags-\">tag</a>.</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101701,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.44.21-AM.png\" alt=\"Determine how automated campaign will be triggered in AWeber\" class=\"wp-image-101701\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":4} --></p>\n<h4 id=\"h-5-used-the-drag-and-drop-icons-add-her-email-s-and-timing-for-when-she-wanted-those-emails-sent\">5 - Used the drag-and-drop icons add her email(s) and timing for when she wanted those emails sent.</h4>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":101702,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Campaign-Automation-PDF-GIF-2.gif\" alt=\"GIF showing how drag and drop campaign builder works in AWeber\" class=\"wp-image-101702\"/></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading --></p>\n<h2 id=\"h-want-to-get-the-same-results-that-paula-got-from-her-email-marketing\">Want to get the same results that Paula got from her email marketing?</h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Then get started for free with AWeber. You’ll have access to all the tools Paula used to build her list of 13,000+ subscribers, plus access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>We also have an in-depth knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do.</p>\n<p>Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/pricing.htm\">Get started now</a>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading --></p>\n<h2>Learn more about Paula </h2>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Discover the early mistakes and achievements Paula had as she began her business. And learn how email marketing became a huge part of her continued success.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:html --></p>\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IOKIb83WD1I?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<p><script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"Email Marketing Success Story: Paula Rizzo\",\n  \"description\": \"Learn how entrepreneur, Paula Rizzo, uses email marketing to engage with her audience.\",\n  \"thumbnailUrl\": \"https://img.youtube.com/vi/IOKIb83WD1I/maxresdefault.jpg\",\n  \"uploadDate\": \"2020-09-03\",\n  \"duration\": \"PT3M27S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?vi/IOKIb83WD1I\",\n  \"embedUrl\": \"https://www.youtube.com/embed/IOKIb83WD1I\"\n}\n</script><br />\n<!-- /wp:html --></p>\n<p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-paula-rizzo-grew-her-email-list.htm\">How Paula Rizzo took an idea and turned it into an email list of 13,000+ subscribers using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Sean Tinney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18491:\"<p><img width=\"1200\" height=\"675\" src=\"https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"How Paula Rizzo took an idea and turned it into an email list of 13,000+ subscribers using AWeber\" loading=\"lazy\" srcset=\"https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1.jpg 1200w, https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1-300x169.jpg 300w, https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1-1024x576.jpg 1024w, https://blog.aweber.com/wp-content/uploads/2022/07/paula-rizzo-success-story_featured-1200x675-1-768x432.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></p><!-- wp:paragraph -->\n<p>Paula Rizzo was apartment hunting in New York City. She knew what she wanted in her new space, but she kept getting distracted by non-essential amenities like wine refrigerators. (Although the term “non-essential” is up for debate.)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To make her life easier, she made a comprehensive list of everything she needed in an apartment. Her list helped her score the perfect place. It also sparked the idea for Paula’s business, <a href=\"http://listproducer.com/\" target=\"_blank\" rel=\"noreferrer noopener\">List Producer</a>, and her book, <a href=\"http://www.amazon.com/gp/product/1632280035/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1632280035&amp;linkCode=as2&amp;tag=listprod08-20&amp;linkId=QFEJJX3PQRO7L4TF%22\" target=\"_blank\" rel=\"noreferrer noopener\">Listful Thinking</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 id=\"h-13-000-subscribers-and-growing\">13,000+ subscribers and growing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Paula started her blog before she wrote her book to gauge interest in the topic of list-making. Her first task? Making a list, naturally.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<p class=\"has-text-align-center\"><script src=\"//fast.wistia.com/embed/medias/yoplyek0qc.jsonp\" async=\"\"></script><script src=\"//fast.wistia.com/assets/external/E-v1.js\" async=\"\"></script><span class=\"wistia_embed wistia_async_yoplyek0qc popover=true popoverAnimateThumbnail=true\" style=\"display: inline-block; height: 225px; width: 400px;\">&nbsp;</span></p>\n<!-- /wp:html -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I started putting blog posts up. I learned how to use social media. I wasn’t using email in the beginning, and a friend said, ‘You’re crazy, you need to start getting email addresses.’”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-using-email-sign-up-forms\">Using email sign up forms</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To grow her email list, Paula added an inline sign up on her website - ListProducer.com. This form was created using <a href=\"https://www.aweber.com/sign-up-forms.htm\">AWeber’s sign up form builder</a>. So when someone signs up to receive her <em>List Making Starter Kit</em>, they are instantly added to one of her email lists in AWeber.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101684,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-12.51.54-PM.png\" alt=\"Sign up form on listproducer.com\" class=\"wp-image-101684\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>To create a sign up form in AWeber, Paula followed these steps:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-1-in-the-pages-forms-drop-down-menu-select-sign-up-forms-then-click-create-a-sign-up-form\">1 - In the Pages &amp; Forms drop down menu, select Sign Up Forms. Then click Create a Sign Up Form</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101704,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Set-up-sign-up-form-in-AWeber-1024x450.png\" alt=\"Set up sign up form in AWeber\" class=\"wp-image-101704\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-2-in-the-drop-down-menu-choose-whether-you-ll-be-adding-this-sign-up-form-to-your-website-or-to-a-landing-page\">2 - In the drop-down menu choose whether you’ll be adding this sign up form to your website or to a landing page.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101691,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Drop-down-menu-for-sign-up-form-in-AWeber-1024x540.png\" alt=\"Drop down menu for sign up form in AWeber\" class=\"wp-image-101691\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-3-choose-a-template\">3 - Choose a template</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101692,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.57.45-AM.png\" alt=\"AWeber sign up form template gallery\" class=\"wp-image-101692\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-4-add-any-information-you-d-like-to-collect-from-your-subscribers\">4 - Add any information you’d like to collect from your subscribers.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Asking for new subscribers’ first name and email address is usually the best choice here, though you can also ask for their zip code or other special information if you want. Just remember: The less information you ask for, the more likely people are to fill out the form.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101693,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-1.35.14-PM.png\" alt=\"Add custom field to sign up form in AWeber\" class=\"wp-image-101693\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-5-name-your-form\">5 - Name your form.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101695,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Name-sign-up-form.png\" alt=\"Name sign up form in AWeber\" class=\"wp-image-101695\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-how-paula-used-her-sign-up-form-on-her-website\"><br />How Paula used her sign up form on her website</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Paula also started guest blogging on other sites in order to drive traffic to her website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“I started writing guest posts for sites like Entrepreneur that have more traffic, so I was able to get more subscribers. I set up campaigns just for subscribers from the websites where I guest posted to welcome them to my website.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>She also added links to her List Making Starter Kit on her social media channels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101696,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Paula-Rizzo-promoting-lead-magnet-on-Twitter.png\" alt=\"Paula Rizzo promoting lead magnet on Twitter\" class=\"wp-image-101696\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-lists-and-automation-to-the-rescue\">Lists and automation to the rescue</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>When Paula first started her side gig she was also working as a television producer. She didn’t have a lot of time to run her business. So to help manage her time, Paula decided to use email automation to build relationships with her audience.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>“It’s tough when you have a full time job and a side gig that you love, because you want to work on that side gig all the time. It’s really fun, but it’s also a struggle to balance and manage them both. Email has been amazingly helpful to grow List Producer. It’s quick and you can do it on the go.”</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-1-organizing-her-subscribers-with-lists\">1 - Organizing her subscribers with lists</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To help keep her email messages organized, Paula created multiple lists in her AWeber account - one list for each reason someone signed up.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Her lists include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>a blog list she uses to send her latest blog posts</li><li>her email course list with the people who purchased her <a href=\"https://listproducer.com/join-take-back-your-inbox/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Take Back Your Inbox</em> course</a></li><li>a list just for people who have bought her book</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Her <em>Take Back Your Inbox</em> course is a <a href=\"https://blog.aweber.com/email-marketing/how-to-create-a-lead-magnet.htm\">lead magnet </a>she uses to help grow her email list. It is something of value she provides her subscribers in exchange for their email address.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Because her subscribers on these lists have all had different interactions with List Producer, Paula makes sure to send them content they’ll be most interested in. For example, Paula sends people who bought her book content that builds on what they learned in the book.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<p class=\"has-text-align-center\"><script src=\"//fast.wistia.com/embed/medias/ocp8j5dwnc.jsonp\" async=\"\"></script><script src=\"//fast.wistia.com/assets/external/E-v1.js\" async=\"\"></script><span class=\"wistia_embed wistia_async_ocp8j5dwnc popover=true popoverAnimateThumbnail=true\" style=\"display: inline-block; height: 225px; width: 400px;\">&nbsp;</span></p>\n<!-- /wp:html -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>“In the book, I have a specific URL where people can sign up for my list,” she said. “They can access special templates I’ve mentioned in the book. I’m able to target them in a different way than people who have read the blog or signed up for the email course list.”</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>To set up a new list, Paula just went to the List drop-down in the upper left-hand corner of her AWeber account and selected “Create New List”.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101703,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-new-list-in-AWeber.png\" alt=\"How to create new list in AWeber\" class=\"wp-image-101703\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"h-2-saving-time-with-email-automations\">2 - Saving time with email automations</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>A big time-saver for Paula has been the use of <a href=\"https://blog.aweber.com/email-marketing/how-to-get-started-with-email-automation.htm\">email automations</a> in her AWeber account. She sets up email campaigns that automatically get triggered based on specific interactions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>One of those campaigns is the fulfillment of her <em>List Making Starter Kit</em>. When a new subscriber signs up to receive this kit on her website, an email is automatically sent thanking them for signing up and delivering the <em>List Making Starter Kit</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":101697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-14-at-3.35.36-PM.png\" alt=\"Paula Rizzo automated email for her lead magnet\" class=\"wp-image-101697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Paula can just sit back and let the power of email automation do its thing. This allows her to concentrate on what she does best - writing amazing content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To set up her automated email in AWeber, Paula followed these steps:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-1-in-the-automations-drop-down-menu-select-campaigns-then-create-campaign\">1 - In the Automations drop down menu, select Campaigns, then Create Campaign</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101698,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/How-to-create-email-automation-in-AWeber.png\" alt=\"How to create email automation in AWeber\" class=\"wp-image-101698\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-2-select-a-pre-built-automated-campaign-or-start-from-scratch-with-a-blank-campaign\">2 - Select a pre-built automated campaign or start from scratch with a Blank Campaign</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101699,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.42.24-AM-1024x673.png\" alt=\"Choose a template campaign or start from scratch in AWeber\" class=\"wp-image-101699\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-3-give-your-list-a-name\">3 - Give your list a name</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101700,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.43.32-AM-1024x398.png\" alt=\"Give automated campaign a name in AWeber\" class=\"wp-image-101700\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-4-indicate-what-will-trigger-start-the-campaign-it-can-be-when-people-first-subscribe-or-based-on-a-specific-action-based-on-a-tag\">4 - Indicate what will <a href=\"https://help.aweber.com/hc/en-us/articles/212499507-How-Can-I-Trigger-A-Campaign-With-Campaigns-\">trigger (start) the campaign</a>. It can be when people first subscribe or based on a specific action based on a <a href=\"https://help.aweber.com/hc/en-us/articles/360035316593-What-are-tags-\">tag</a>.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101701,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Screen-Shot-2022-07-15-at-7.44.21-AM.png\" alt=\"Determine how automated campaign will be triggered in AWeber\" class=\"wp-image-101701\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 id=\"h-5-used-the-drag-and-drop-icons-add-her-email-s-and-timing-for-when-she-wanted-those-emails-sent\">5 - Used the drag-and-drop icons add her email(s) and timing for when she wanted those emails sent.</h4>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":101702,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://blog.aweber.com/wp-content/uploads/2022/07/Campaign-Automation-PDF-GIF-2.gif\" alt=\"GIF showing how drag and drop campaign builder works in AWeber\" class=\"wp-image-101702\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 id=\"h-want-to-get-the-same-results-that-paula-got-from-her-email-marketing\">Want to get the same results that Paula got from her email marketing?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Then get started for free with AWeber. You’ll have access to all the tools Paula used to build her list of 13,000+ subscribers, plus access to 24/7 customer support via phone, email, or chat.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also have an in-depth knowledge base where you can get an answer to any question about AWeber, a blog that shows how to use AWeber and stay current with digital marketing best practices, and hundreds of video tutorials to show you exactly what to do.<br /><br />Email marketing is still one of the most effective digital marketing tactics, and it isn’t hard to do! AWeber can provide you with all the tools and support you need to grow your business or your side hustle. <a href=\"https://www.aweber.com/pricing.htm\">Get started now</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2>Learn more about Paula </h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Discover the early mistakes and achievements Paula had as she began her business. And learn how email marketing became a huge part of her continued success.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div class=\"yt-container\"><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IOKIb83WD1I?rel=0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\"></iframe></div>\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"Email Marketing Success Story: Paula Rizzo\",\n  \"description\": \"Learn how entrepreneur, Paula Rizzo, uses email marketing to engage with her audience.\",\n  \"thumbnailUrl\": \"https://img.youtube.com/vi/IOKIb83WD1I/maxresdefault.jpg\",\n  \"uploadDate\": \"2020-09-03\",\n  \"duration\": \"PT3M27S\",  \n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"AWeber\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https://www.aweber.com/assets/img/aw-logo.png\",\n      \"width\": 270,\n      \"height\": 58\n    }\n  },\n  \"contentUrl\": \"https://www.youtube.com/watch?vi/IOKIb83WD1I\",\n  \"embedUrl\": \"https://www.youtube.com/embed/IOKIb83WD1I\"\n}\n</script>\n<!-- /wp:html --><p>The post <a rel=\"nofollow\" href=\"https://blog.aweber.com/success/how-paula-rizzo-grew-her-email-list.htm\">How Paula Rizzo took an idea and turned it into an email list of 13,000+ subscribers using AWeber</a> appeared first on <a rel=\"nofollow\" href=\"https://blog.aweber.com\">AWeber</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://blog.aweber.com/success/how-paula-rizzo-grew-her-email-list.htm/feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:27:\"http://blog.aweber.com/feed\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:17:{s:4:\"date\";s:29:\"Sun, 18 Sep 2022 08:41:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:49:\"Accept-Encoding, Accept-Encoding, Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 15 Sep 2022 13:27:02 GMT\";s:4:\"link\";s:60:\"<https://blog.aweber.com/wp-json/>; rel=\"https://api.w.org/\"\";s:12:\"x-powered-by\";s:9:\"WP Engine\";s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:4:\"etag\";s:41:\"W/\"e3e091db127b41ae21068867d9d284cf-gzip\"\";s:7:\"x-cache\";s:7:\"HIT: 29\";s:16:\"content-encoding\";s:4:\"gzip\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:9:\"report-to\";s:249:\"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=hZBxs09FTXWOw06Q9gdQuymY5H3fvoCUSkJozZiekiHrVGPdo1yr9p%2BLamJYn%2FZfztllGFjY3CpQM%2Fk57Ar81SOtFnzPY4tfqHaOBs%2FDaaZ4Fhugxj93gyLuPVQOV4ivkA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}\";s:3:\"nel\";s:60:\"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"74c8c83febbb6fd9-IAD\";s:7:\"alt-svc\";s:43:\"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400\";}}s:5:\"build\";s:14:\"20211221050300\";}','no');
INSERT INTO `mtgjoptions` VALUES (2409,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1663489879;s:7:\"checked\";a:2:{s:5:\"astra\";s:5:\"3.9.2\";s:15:\"hello-elementor\";s:5:\"2.6.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:5:\"3.9.2\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.3.9.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.2.6.1.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(2411,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1663489879;s:8:\"response\";a:2:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.7.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:3:\"7.0\";}s:23:\"loginizer/loginizer.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/loginizer\";s:4:\"slug\";s:9:\"loginizer\";s:6:\"plugin\";s:23:\"loginizer/loginizer.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/loginizer/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/loginizer.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/loginizer/assets/icon-256x256.png?rev=1381093\";s:2:\"1x\";s:62:\"https://ps.w.org/loginizer/assets/icon-128x128.png?rev=1381093\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/loginizer/assets/banner-1544x500.jpg?rev=2668035\";s:2:\"1x\";s:64:\"https://ps.w.org/loginizer/assets/banner-772x250.jpg?rev=2668037\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:3:\"5.5\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:29:\"antispam-bee/antispam_bee.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/antispam-bee\";s:4:\"slug\";s:12:\"antispam-bee\";s:6:\"plugin\";s:29:\"antispam-bee/antispam_bee.php\";s:11:\"new_version\";s:6:\"2.11.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/antispam-bee/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/antispam-bee.2.11.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=977629\";s:2:\"1x\";s:64:\"https://ps.w.org/antispam-bee/assets/icon-128x128.png?rev=977629\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/antispam-bee/assets/banner-1544x500.png?rev=1109432\";s:2:\"1x\";s:67:\"https://ps.w.org/antispam-bee/assets/banner-772x250.png?rev=1109432\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:33:\"aweber-web-form-widget/aweber.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/aweber-web-form-widget\";s:4:\"slug\";s:22:\"aweber-web-form-widget\";s:6:\"plugin\";s:33:\"aweber-web-form-widget/aweber.php\";s:11:\"new_version\";s:5:\"7.3.4\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/aweber-web-form-widget/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/aweber-web-form-widget.7.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/aweber-web-form-widget/assets/icon-256x256.png?rev=2496137\";s:2:\"1x\";s:75:\"https://ps.w.org/aweber-web-form-widget/assets/icon-128x128.png?rev=2496137\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/aweber-web-form-widget/assets/banner-1544x500.png?rev=2718722\";s:2:\"1x\";s:77:\"https://ps.w.org/aweber-web-form-widget/assets/banner-772x250.png?rev=2718722\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{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:29:\"nginx-helper/nginx-helper.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/nginx-helper\";s:4:\"slug\";s:12:\"nginx-helper\";s:6:\"plugin\";s:29:\"nginx-helper/nginx-helper.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/nginx-helper/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/nginx-helper.2.2.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/nginx-helper/assets/icon-256x256.png?rev=2360932\";s:2:\"1x\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";s:3:\"svg\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nginx-helper/assets/banner-1544x500.png?rev=2360932\";s:2:\"1x\";s:67:\"https://ps.w.org/nginx-helper/assets/banner-772x250.png?rev=2360926\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/nginx-helper/assets/banner-1544x500-rtl.png?rev=2360932\";s:2:\"1x\";s:71:\"https://ps.w.org/nginx-helper/assets/banner-772x250-rtl.png?rev=2360932\";}s:8:\"requires\";s:3:\"3.0\";}s:27:\"pretty-link/pretty-link.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/pretty-link\";s:4:\"slug\";s:11:\"pretty-link\";s:6:\"plugin\";s:27:\"pretty-link/pretty-link.php\";s:11:\"new_version\";s:5:\"3.2.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/pretty-link/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/pretty-link.3.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/pretty-link/assets/icon-256x256.png?rev=2503434\";s:2:\"1x\";s:64:\"https://ps.w.org/pretty-link/assets/icon-128x128.png?rev=2503434\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/pretty-link/assets/banner-1544x500.png?rev=2503434\";s:2:\"1x\";s:66:\"https://ps.w.org/pretty-link/assets/banner-772x250.png?rev=2503434\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";}s:35:\"boldgrid-backup/boldgrid-backup.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/boldgrid-backup\";s:4:\"slug\";s:15:\"boldgrid-backup\";s:6:\"plugin\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:11:\"new_version\";s:6:\"1.15.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/boldgrid-backup/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/boldgrid-backup.1.15.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-256x256.png?rev=1880952\";s:2:\"1x\";s:68:\"https://ps.w.org/boldgrid-backup/assets/icon-128x128.png?rev=1880952\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/boldgrid-backup/assets/banner-1544x500.png?rev=1880952\";s:2:\"1x\";s:70:\"https://ps.w.org/boldgrid-backup/assets/banner-772x250.png?rev=1880952\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.6.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.6.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}}s:7:\"checked\";a:9:{s:29:\"antispam-bee/antispam_bee.php\";s:6:\"2.11.1\";s:33:\"aweber-web-form-widget/aweber.php\";s:5:\"7.3.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.6.3\";s:23:\"elementor/elementor.php\";s:5:\"3.7.4\";s:23:\"loginizer/loginizer.php\";s:5:\"1.7.3\";s:29:\"nginx-helper/nginx-helper.php\";s:5:\"2.2.2\";s:27:\"pretty-link/pretty-link.php\";s:5:\"3.2.5\";s:35:\"boldgrid-backup/boldgrid-backup.php\";s:6:\"1.15.2\";s:23:\"wordfence/wordfence.php\";s:5:\"7.6.1\";}}','no'),(2336,'boldgrid_backup_tasks','a:2:{i:0;a:7:{s:2:\"id\";s:17:\"1663486915-054f70\";s:4:\"type\";s:6:\"backup\";s:10:\"created_at\";i:1663486915;s:10:\"started_at\";i:1663486915;s:12:\"completed_at\";N;s:6:\"status\";s:11:\"in_progress\";s:4:\"data\";a:0:{}}i:1;a:7:{s:2:\"id\";s:17:\"1663492138-729027\";s:4:\"type\";s:6:\"backup\";s:10:\"created_at\";i:1663492138;s:10:\"started_at\";i:1663492138;s:12:\"completed_at\";N;s:6:\"status\";s:11:\"in_progress\";s:4:\"data\";a:0:{}}}','yes'),(909,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(230,'recently_activated','a:0:{}','yes'),(2400,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1663500644','no'),(2401,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5735;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4801;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2765;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2641;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2039;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1886;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1885;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1594;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1552;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1535;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1529;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1510;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1496;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1395;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1339;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1316;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1259;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1173;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1146;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1122;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1028;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:985;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:979;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:947;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:899;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:864;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:855;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:849;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:849;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:846;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:822;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:782;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:775;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:774;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:763;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:760;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:733;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:728;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:727;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:713;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:710;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:703;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:677;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:677;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:676;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:672;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:667;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:623;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:612;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:604;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:602;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:599;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:592;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:585;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:581;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:579;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:579;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:565;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:560;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:556;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:540;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:538;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:536;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:531;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:530;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:522;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:521;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:513;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:506;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:506;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:504;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:501;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:501;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:487;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:467;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:464;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:462;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:446;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:443;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:440;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:434;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:427;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:422;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:419;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:416;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:414;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:407;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:406;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:401;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:400;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:399;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:394;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:392;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:385;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:383;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:381;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:379;}}','no'),(261,'_transient_jetpack_assumed_site_creation_date','2022-02-14 08:04:23','yes'),(299,'jetpack_plugin_api_action_links','a:3:{s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"My Jetpack\";s:55:\"https://angelapayne.com/wp-admin/admin.php?page=jetpack\";}s:23:\"loginizer/loginizer.php\";a:2:{s:8:\"Settings\";s:57:\"https://angelapayne.com/wp-admin/admin.php?page=loginizer\";s:7:\"Upgrade\";s:38:\"https://loginizer.com/features#compare\";}s:29:\"nginx-helper/nginx-helper.php\";a:1:{s:8:\"Settings\";s:63:\"https://angelapayne.com/wp-admin/options-general.php?page=nginx\";}}','yes'),(499,'jetpack_constants_sync_checksum','a:20:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:1634358276;s:14:\"WP_CONTENT_DIR\";i:3902741794;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:2635010678;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:4174861245;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:2267546353;s:8:\"WP_DEBUG\";i:734881840;}','yes'),(500,'jetpack_sync_https_history_main_network_site_url','a:1:{i:0;s:5:\"https\";}','yes'),(501,'jetpack_sync_https_history_site_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(502,'jetpack_sync_https_history_home_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','yes'),(2441,'_transient_timeout_feed_mod_3b2f73e5be7d8e7b6620c0dc7ed3b989','1663533683','no'),(469,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(384,'_transient_dirsize_cache','a:3:{s:57:\"/home/miche236/angelapayne.com/wp-content/uploads/2022/02\";i:0;s:54:\"/home/miche236/angelapayne.com/wp-content/uploads/2022\";i:0;s:49:\"/home/miche236/angelapayne.com/wp-content/uploads\";i:0;}','yes'),(356,'jpsq_sync_checkout','0:0','no'),(365,'jp_sync_retry_after_immediate-send','','no'),(367,'verification_services_codes','0','yes'),(364,'jp_sync_lock_full_sync','','no'),(542,'jetpack_callables_sync_checksum','a:37:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:722578034;s:26:\"main_network_site_wpcom_id\";i:1742154417;s:8:\"site_url\";i:722578034;s:8:\"home_url\";i:722578034;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:753079729;s:10:\"post_types\";i:2167014038;s:18:\"post_type_features\";i:1963798191;s:10:\"shortcodes\";i:1351551089;s:27:\"rest_api_allowed_post_types\";i:2544842423;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:10:\"wp_version\";i:1407263838;s:11:\"get_plugins\";i:3315420546;s:24:\"get_plugins_action_links\";i:3708666062;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:1256278236;s:13:\"site_icon_url\";i:734881840;s:5:\"roles\";i:3691570292;s:8:\"timezone\";i:2482825302;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:13:\"theme_support\";i:4112726049;s:23:\"wp_get_environment_type\";i:1138987844;s:12:\"is_fse_theme\";i:734881840;s:16:\"single_user_site\";i:4261170317;s:7:\"updates\";i:2903718415;s:14:\"active_modules\";i:783503909;s:24:\"available_jetpack_blocks\";i:3588285657;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'),(547,'jp_sync_retry_after_sync','1644847463.0156','no'),(2414,'AWeberOAuth2AuthorizeOptions','a:1:{s:13:\"code_verifier\";s:86:\"ggp3QDhgPnAP538-0WZ1xUDkJLELzZEV-Vl5aTcL2_Ubhzt8Z7mMvh0UoAfAtvF_RLIrHlVQ3D1u7cOeB1iipg\";}','yes'),(1351,'prli_version','3.2.5','yes'),(596,'antispam_bee','a:1:{s:17:\"use_output_buffer\";i:0;}','no'),(2415,'aweber_webform_oauth_id','','yes'),(2416,'aweber_webform_oauth_removed','FALSE','yes'),(2417,'aweber_comment_checkbox_toggle','ON','yes'),(2418,'aweber_registration_checkbox_toggle','ON','yes'),(2419,'aweber_analytics_checkbox_toggle','ON','yes'),(2420,'aweber_comment_subscriber_text','Sign up to our newsletter!','yes'),(2421,'aweber_register_subscriber_text','Sign up to our newsletter!','yes'),(2422,'aweber_register_subscriber_listid','6217432','yes'),(2423,'aweber_comment_subscriber_listid','6217432','yes'),(605,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.6.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1644851246;s:7:\"version\";s:5:\"5.5.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(734,'elementor_disable_color_schemes','','yes'),(2442,'_transient_feed_mod_3b2f73e5be7d8e7b6620c0dc7ed3b989','1663490483','no'),(2443,'_transient_timeout_dash_f9a7778c067eb993919deba340f9f9bc','1663533683','no'),(2444,'_transient_dash_f9a7778c067eb993919deba340f9f9bc','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://blog.aweber.com/success/create-scavenger-hunt.htm\'>How Hunnys.net organized a scavenger hunt around Times Square with AWeber landing pages</a> <span class=\"rss-date\">September 15, 2022</span><div class=\"rssSummary\">Stacys is the creator and project lead for the wildly successful NFT (Non-Fungible Token) project Hunnys. This past June, she and her team were gearing up for their appearance at NFT.NYC, a networking event and trade show dedicated to promoting NFT projects and showcasing creators from around the globe.  Over 15,000 exhibitors and visitors were [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'https://blog.aweber.com/success/etsy-email-automation.htm\'>How 8 Etsy sellers automatically email customers to increase sales using AWeber</a> <span class=\"rss-date\">September 14, 2022</span><div class=\"rssSummary\">So, in order to grow your Etsy store into a full-time business, you need to put new products in front of past buyers. Repeat customers are five times more likely to buy than new customers. Plus, they spend ~67% more. Email marketing is one of the best ways to target existing customers. But, understandably, many [&hellip;]</div></li></ul></div>','no'),(2312,'_transient_boldgrid_backup_is_functional','1','no'),(2313,'loginizer_backuply_promo_time','1644825864','yes'),(620,'elementor_active_kit','12','yes'),(626,'_elementor_installed_time','1644851744','yes'),(623,'elementor_version','3.7.4','yes'),(624,'elementor_install_history','a:2:{s:5:\"3.5.5\";i:1644851744;s:5:\"3.7.4\";i:1663487047;}','yes'),(627,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:825:{i:0;a:16:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:16:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:16:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:16:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:16:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:16:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:16:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:16:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:16:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:16:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:16:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:16:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:16:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:16:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:16:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:16:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:16:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:16:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:16:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:16:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:16:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:16:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:16:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:16:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:16:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:16:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:16:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:16:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:16:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:16:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:16:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:16:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:16:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:16:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:16:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:16:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:16:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:16:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:16:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:16:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:16:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:16:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:16:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:16:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:16:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:16:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:16:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:16:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:16:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:16:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:16:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:16:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:16:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:16:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:16:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:16:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:16:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:16:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:16:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:16:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:16:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:16:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:16:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:16:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:16:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:16:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:16:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:16:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:16:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:16:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:16:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:16:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:16:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:16:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:16:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:16:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:16:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:16:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:16:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:16:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:16:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:16:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:16:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:16:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:16:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:16:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:16:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:16:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:16:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:16:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:16:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:16:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:16:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:16:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:16:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:16:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:16:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:16:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:16:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:16:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:16:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:16:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:16:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:16:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:16:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:16:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:16:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:16:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:16:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:16:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:16:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:16:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:16:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:16:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:16:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:16:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:120;a:16:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:16:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:16:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:16:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:16:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:16:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:16:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:16:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:16:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:16:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:16:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:16:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:16:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:16:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:16:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:16:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:16:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:16:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:16:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:16:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:16:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:16:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:16:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:16:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:16:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:16:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:160;a:16:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:162;a:16:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:16:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:165;a:16:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:16:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:16:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:47:\"[\"Health\",\"Landing Pages\",\"Medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:176;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:181;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:183;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:187;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:188;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:191;a:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:193;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:196;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:197;a:16:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/faroe-islands-trip-planner-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:201;a:16:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:204;a:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:207;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:209;a:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:211;a:16:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:213;a:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:216;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:218;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:221;a:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:223;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:225;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:228;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:232;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:235;a:16:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:237;a:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:16:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:239;a:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:241;a:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:16:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:252;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:254;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:256;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:263;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:264;a:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:16:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:268;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:16:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;a:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:277;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:279;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:16:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:287;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;a:16:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:290;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:16:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:16:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:16:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:16:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:16:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:318;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:321;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:324;a:16:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:16:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:16:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:16:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:16:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:16:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:346;a:16:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:16:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:350;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:16:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:354;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:16:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:16:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:372;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:382;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:412;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:414;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:423;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:428;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:434;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:436;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:440;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:444;a:16:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:448;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:16:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:453;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:16:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:463;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:16:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:469;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:483;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:485;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:16:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:506;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:508;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:535;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:536;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:537;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:544;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:546;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:550;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:614;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:626;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:678;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:686;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:687;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:692;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:693;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:758;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:760;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:765;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:766;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:776;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:780;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:786;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:799;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:804;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:807;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(628,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:47:\"The Complete Guide To Design Project Management\";s:7:\"excerpt\";s:347:\"Successful web creators understand that design and systems must work side by side for people to deliver high-quality work without burning out. In this guide, we will explore the practical steps you can take to shut down time-wasting activities and frustration. Say no to scope creep and build a no-fail framework that can pivot for the unexpected.\";s:7:\"created\";i:1655196509;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:131:\"https://elementor.com/blog/design-project-management-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:30:\"Elementor Websites of May 2022\";s:7:\"excerpt\";s:315:\"May’s marvelous showcase offers a taste of new design trends and reimagined retro themes that will activate your artistic mind. Hear the sound of music festivals, awaken the entrepreneurial spirit, rediscover the joy of childhood learning, glide through skateparks, and rejuvenate with a splash of the Aegean Sea.\";s:7:\"created\";i:1655101192;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:117:\"https://elementor.com/blog/showcase-may-2022/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:53:\"5 Expert Tips To Improve Your Workflow With Elementor\";s:7:\"excerpt\";s:294:\"Our team of Elementor experts got together and came up with a list of features that will improve your workflow and make Elementor even easier to use. In this article, we’ll take a look at where you can access these features and provide you with tips on how to use them the way the experts do.\";s:7:\"created\";i:1654757528;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:124:\"https://elementor.com/blog/tips-to-improve-workflow/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(2352,'_transient_timeout_elementor_remote_info_api_data_3.7.4','1663530311','no'),(2353,'_transient_elementor_remote_info_api_data_3.7.4','a:4:{s:9:\"timestamp\";s:10:\"1663485013\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:64:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:53;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:54;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:55;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:56;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:60;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:61;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:62;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:63;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.0.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(2357,'prli_notifications','a:4:{s:6:\"update\";i:1663487169;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(2355,'can_compress_scripts','1','no'),(2358,'_site_transient_timeout_wp_remote_block_patterns_555dd9e1c5453c0f62141f6415d43c51','1663490786','no'),(2359,'_site_transient_wp_remote_block_patterns_555dd9e1c5453c0f62141f6415d43c51','a:22:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:1512;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:510:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning, and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:622:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning, and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:1511;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2171:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-container-3 wp-block-columns alignwide\">\n<div class=\"wp-container-1 wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life, and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-1 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-1 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-1 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-1 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-1 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-2 wp-block-column\"></div>\n<style>.wp-container-2 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-2 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-2 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-2 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-2 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-3 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-3 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1611:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life, and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:1510;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2361:\"\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500–1960</em></strong></h2>\n\n\n\n<div class=\"wp-container-7 wp-block-columns alignwide\">\n<div class=\"wp-container-5 wp-block-column\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-container-4 wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n</div>\n<style>.wp-container-4 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-4 > * { margin: 0; }</style></div>\n<style>.wp-container-5 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-5 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-5 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-5 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-5 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-6 wp-block-column\"></div>\n<style>.wp-container-6 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-6 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-6 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-6 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-6 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-7 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-7 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1863:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500–1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:1501;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1386:\"\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics, and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-container-8 wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">LEARN MORE</a></div>\n</div>\n<style>.wp-container-8 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-8 > * { margin: 0; }</style></div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1859:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics, and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">LEARN MORE</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:1509;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:704:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901–1942)</p>\n</div></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1140:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901–1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:1331;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:674:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-coloured turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet&#8221;.</p><cite>– Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1013:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-coloured turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet\".</p><cite>– Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:1507;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2431:\"\n<div class=\"wp-container-12 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-container-9 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-9 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-9 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-9 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-9 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-9 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-10 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-10 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-10 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-10 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-10 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-10 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-11 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices, and discounts.</p>\n</div>\n<style>.wp-container-11 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-11 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-11 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-11 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-11 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-12 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-12 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1498:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices, and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:1513;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2488:\"\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-container-15 wp-block-columns\">\n<div class=\"wp-container-13 wp-block-column\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n<style>.wp-container-13 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-13 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-13 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-13 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-13 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-14 wp-block-column\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed, it was too cold to stand still. Mrs Ambrose drew her arm within her husband&#8217;s, and, as they moved off, it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n<style>.wp-container-14 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-14 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-14 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-14 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-14 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-15 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-15 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1713:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed, it was too cold to stand still. Mrs Ambrose drew her arm within her husband\'s, and, as they moved off, it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:1508;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:5111:\"\n<div class=\"wp-container-23 wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-18 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"wp-container-16 wp-block-column\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n<style>.wp-container-16 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-16 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-16 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-16 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-16 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-17 wp-block-column\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n<style>.wp-container-17 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-17 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-17 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-17 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-17 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-18 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-18 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-22 wp-block-columns alignwide\">\n<div class=\"wp-container-19 wp-block-column\"></div>\n<style>.wp-container-19 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-19 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-19 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-19 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-19 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-20 wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in the air.</p>\n</div>\n<style>.wp-container-20 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-20 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-20 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-20 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-20 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-21 wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful, at least, to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n<style>.wp-container-21 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-21 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-21 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-21 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-21 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-22 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-22 > * { margin: 0; }</style>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-23 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-23 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-23 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-23 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-23 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_GB\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2843:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in the air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful, at least, to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:509:\"\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2185:\"\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-container-26 wp-block-columns alignwide\">\n<div class=\"wp-container-24 wp-block-column\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n<style>.wp-container-24 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-24 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-24 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-24 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-24 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-25 wp-block-column\"></div>\n<style>.wp-container-25 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-25 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-25 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-25 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-25 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-26 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-26 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1610:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-60 has-background-dim\" style=\"min-height:800px\"><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":330} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2381:\"\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-container-30 wp-block-columns alignwide\">\n<div class=\"wp-container-28 wp-block-column\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-container-27 wp-block-buttons\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n</div>\n<style>.wp-container-27 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-27 > * { margin: 0; }</style></div>\n<style>.wp-container-28 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-28 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-28 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-28 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-28 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-29 wp-block-column\"></div>\n<style>.wp-container-29 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-29 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-29 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-29 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-29 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-30 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-30 > * { margin: 0; }</style></div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1865:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim-40 has-background-dim has-parallax\" style=\"background-image:url(https://s.w.org/images/core/5.8/art-01.jpg);background-color:#000000;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"borderRadius\":0,\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" style=\"background-color:#000000;color:#ffffff\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1388:\"\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-container-31 wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n</div>\n<style>.wp-container-31 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-31 > * { margin: 0; }</style></div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1858:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-background-dim\" style=\"background-color:#ffffff;min-height:100vh\"><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:537:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:827:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:702:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1138:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:27;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Quote\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:673:\"\n<hr class=\"wp-block-separator is-style-default\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>&#8220;Contributing makes me feel like I&#8217;m being useful to the planet.&#8221;</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1012:\"<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"A side profile of a woman in a russet-colored turtleneck and white bag. She looks up with her eyes closed.\" width=\"150\" height=\"150\" /></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\" />\n<!-- /wp:separator -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:200;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Three columns of text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2435:\"\n<div class=\"wp-container-35 wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-container-32 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n\n\n\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n</div>\n<style>.wp-container-32 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-32 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-32 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-32 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-32 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-33 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n\n\n\n<p>Stay updated and see our current exhibitions here.</p>\n</div>\n<style>.wp-container-33 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-33 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-33 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-33 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-33 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-34 wp-block-column\">\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n\n\n\n<p>Get to know our opening times, ticket prices and discounts.</p>\n</div>\n<style>.wp-container-34 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-34 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-34 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-34 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-34 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-35 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-35 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:22:\"Three columns of text.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1496:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Virtual Tour ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get a virtual tour of the museum. Ideal for schools and events.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Current Shows ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Stay updated and see our current exhibitions here.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Useful Info ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get to know our opening times, ticket prices and discounts.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6557:\"\n<div class=\"wp-container-45 wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\">\n<div class=\"wp-container-37 wp-block-columns alignwide\">\n<div class=\"wp-container-36 wp-block-column\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-36 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-36 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-36 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-36 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-36 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-37 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-37 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-41 wp-block-columns alignwide\">\n<div class=\"wp-container-38 wp-block-column\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n<style>.wp-container-38 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-38 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-38 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-38 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-38 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-39 wp-block-column\" style=\"flex-basis:33%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n<style>.wp-container-39 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-39 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-39 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-39 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-39 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-40 wp-block-column\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n<style>.wp-container-40 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-40 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-40 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-40 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-40 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-41 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-41 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-44 wp-block-columns alignwide\">\n<div class=\"wp-container-42 wp-block-column\" style=\"flex-basis:67%\">\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n</div>\n<style>.wp-container-42 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-42 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-42 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-42 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-42 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-43 wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n<style>.wp-container-43 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-43 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-43 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-43 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-43 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-44 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-44 > * { margin: 0; }</style></div>\n<style>.wp-container-45 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-45 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-45 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-45 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-45 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3990:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f8f4e4\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f8f4e4\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h6 class=\"has-text-color\" id=\"ecosystem\" style=\"color:#000000\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"5vw\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:5vw;line-height:1.1\"><strong>Positive growth.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"5px\"} -->\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"67%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:67%\"><!-- wp:image {\"align\":\"right\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2762:\"\n<div class=\"wp-container-49 wp-block-columns alignwide\">\n<div class=\"wp-container-46 wp-block-column\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n<style>.wp-container-46 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-46 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-46 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-46 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-46 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-47 wp-block-column\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n<style>.wp-container-47 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-47 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-47 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-47 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-47 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-48 wp-block-column\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-48 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-48 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-48 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-48 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-48 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-49 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-49 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2486:\"\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-container-52 wp-block-columns\">\n<div class=\"wp-container-50 wp-block-column\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n<style>.wp-container-50 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-50 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-50 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-50 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-50 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-51 wp-block-column\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n<style>.wp-container-51 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-51 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-51 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-51 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-51 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-52 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-52 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:5105:\"\n<div class=\"wp-container-60 wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-container-55 wp-block-columns alignwide are-vertically-aligned-center\">\n<div class=\"wp-container-53 wp-block-column\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n<style>.wp-container-53 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-53 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-53 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-53 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-53 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-54 wp-block-column\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n<style>.wp-container-54 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-54 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-54 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-54 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-54 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-55 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-55 > * { margin: 0; }</style>\n\n\n<div class=\"wp-container-59 wp-block-columns alignwide\">\n<div class=\"wp-container-56 wp-block-column\"></div>\n<style>.wp-container-56 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-56 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-56 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-56 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-56 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-57 wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n<style>.wp-container-57 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-57 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-57 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-57 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-57 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\n\n\n<div class=\"wp-container-58 wp-block-column\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n<style>.wp-container-58 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-58 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-58 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-58 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-58 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style></div>\n<style>.wp-container-59 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: nowrap;align-items: center;}.wp-container-59 > * { margin: 0; }</style>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n<style>.wp-container-60 > .alignleft { float: left; margin-inline-start: 0; margin-inline-end: 2em; }.wp-container-60 > .alignright { float: right; margin-inline-start: 2em; margin-inline-end: 0; }.wp-container-60 > .aligncenter { margin-left: auto !important; margin-right: auto !important; }.wp-container-60 > * { margin-block-start: 0; margin-block-end: 0; }.wp-container-60 > * + * { margin-block-start: var( --wp--style--block-gap ); margin-block-end: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:878:\"\n<figure class=\"wp-container-62 wp-block-gallery-61 wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<style>.wp-container-62 {display: flex;gap: var( --wp--style--block-gap, 0.5em );flex-wrap: wrap;align-items: center;}.wp-container-62 > * { margin: 0; }</style>\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":6:{s:10:\"spay_email\";s:0:\"\";s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:737:\"<!-- wp:gallery {\"ids\":[null,null],\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" data-link=\"#\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" data-full-url=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" data-link=\"#\" /></figure></li></ul></figure>\n<!-- /wp:gallery -->\";}}','no'),(635,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(636,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(637,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(661,'current_theme','Astra','yes'),(662,'theme_mods_astra','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:11:\"footer_menu\";i:5;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(663,'theme_switched','','yes'),(738,'elementor_google_maps_api_key','','yes'),(687,'category_children','a:0:{}','yes'),(739,'elementor_css_print_method','external','yes'),(664,'astra-settings','a:29:{s:18:\"theme-auto-version\";s:5:\"3.9.2\";s:22:\"is_theme_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:20:\"footer-desktop-items\";a:5:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:1:{i:0;s:9:\"copyright\";}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:4:\"menu\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:4:\"flag\";b:1;}s:23:\"footer-copyright-editor\";s:49:\"Copyright [copyright] [current_year] [site_title]\";s:26:\"header-menu1-submenu-width\";i:667;s:32:\"header-menu1-submenu-item-border\";b:1;s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";i:166;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:25:\"transparent-header-enable\";b:0;s:27:\"transparent-header-main-sep\";i:111;s:33:\"transparent-header-main-sep-color\";s:7:\"#4ba9aa\";s:20:\"hba-header-separator\";i:4;s:30:\"hba-header-bottom-border-color\";s:7:\"#dd2727\";s:28:\"hba-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:18:\"hb-header-main-sep\";i:7;s:24:\"hb-header-main-sep-color\";s:7:\"#09e34a\";s:27:\"hb-header-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:12:\"wp-blocks-ui\";s:6:\"legacy\";s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:1;s:29:\"woo-header-cart-label-display\";s:35:\"Basket/{cart_total_currency_symbol}\";s:12:\"border-color\";s:7:\"#dddddd\";s:22:\"modern-ecommerce-setup\";b:0;s:22:\"woo-show-password-icon\";b:0;s:19:\"woo-shop-style-flag\";b:1;}','yes'),(736,'elementor_allow_tracking','no','yes'),(737,'elementor_notice','','yes'),(961,'wp_calendar_block_has_published_posts','1','yes'),(945,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:649:{s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:29:\"astra-settings[button-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:166;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-site-title-tagline-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:5:\"image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:12:\"single-image\";i:1;s:17:\"single-title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[blog-single-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:13:\"right-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-content-layout]\";a:4:{s:7:\"default\";s:23:\"content-boxed-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-container-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:2:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:47:\"astra-settings[font-size-archive-summary-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:35:\"astra-settings[body-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[headings-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[heading-typo-selector]\";a:4:{s:7:\"default\";s:2:\"h1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:25;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h3]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h4]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h4]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h5]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h5]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:33:\"astra-settings[text-transform-h6]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[line-height-h6]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-sngle-blog-typography-more-feature-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:37:\"astra-settings[font-size-entry-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[load-google-fonts-locally]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[preload-local-fonts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[flush-local-font-files]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-design-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:50:\"astra-settings[related-posts-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-line-height]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[related-posts-section-title-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[related-posts-meta-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[related-posts-content-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[different-transparent-logo-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:111;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#4ba9aa\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[breadcrumb-separator-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[breadcrumb-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[text-transform-button]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[theme-btn-line-height]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-btn-letter-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"above\";a:6:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}s:7:\"above_6\";a:0:{}}s:7:\"primary\";a:6:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:1:{i:0;s:9:\"copyright\";}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}s:9:\"primary_6\";a:0:{}}s:5:\"below\";a:6:{s:7:\"below_1\";a:1:{i:0;s:4:\"menu\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}s:7:\"below_6\";a:0:{}}s:5:\"popup\";a:1:{s:13:\"popup_content\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:4;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#dd2727\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-header-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[mobile-header-toggle-border-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:7;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#09e34a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:7:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-header-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-header-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[title_tagline-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[title_tagline-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button1-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[header-button1-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-letter-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-hb-button-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";i:667;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu1-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu1-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[section-hb-menu-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-menu-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-menu2-submenu-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-menu2-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-search-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-header-search-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:36:\"https://angelapayne.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-header-account-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:49:\"astra-settings[header-mobile-menu-text-transform]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-line-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[section-header-mobile-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-mobile-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-above-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-above-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-above-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-below-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-below-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-below-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:49:\"Copyright [copyright] [current_year] [site_title]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-footer-copyright-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-copyright-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-menu-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-footer-menu-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-social-icons-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-1-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:6:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"tablet\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}s:6:\"mobile\";a:6:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[section-primary-footer-builder-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-primary-footer-builder-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-primary-footer-builder-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-fb-html-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-1-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-2-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-3-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-tablet]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-mobile]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-sidebar-widgets-footer-widget-4-hide-desktop]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:40:{s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5155;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hba-stack]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:24:\"astra-settings[hb-stack]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:5176;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}','no'),(681,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(682,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(740,'elementor_editor_break_lines','','yes'),(741,'elementor_unfiltered_files_upload','','yes'),(742,'elementor_font_display','auto','yes'),(743,'elementor_load_fa4_shim','','yes'),(744,'elementor_experiment-e_optimized_assets_loading','default','yes'),(745,'elementor_experiment-e_optimized_css_loading','default','yes'),(746,'elementor_experiment-e_font_icon_svg','default','yes'),(747,'elementor_experiment-e_import_export','default','yes'),(748,'elementor_experiment-additional_custom_breakpoints','default','yes'),(749,'elementor_experiment-e_hidden_wordpress_widgets','default','yes'),(750,'elementor_experiment-favorite-widgets','default','yes'),(751,'elementor_experiment-e_dom_optimization','default','yes'),(752,'elementor_experiment-a11y_improvements','default','yes'),(753,'elementor_experiment-landing-pages','default','yes'),(754,'elementor_experiment-elements-color-picker','default','yes'),(755,'elementor_experiment-admin-top-bar','default','yes'),(806,'secret_key','?;gR?jv1{1im#0L{!2w^%pe4#/;1]Q(Eut/F(5^Y.Aa^6qH6BKraw)64Xv**EI3L','no'),(855,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":2,\"critical\":2}','yes');
/*!40000 ALTER TABLE `mtgjoptions` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjoptions` with 287 row(s)
--

--
-- Table structure for table `mtgjwfblocks7`
--

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

--
-- Dumping data for table `mtgjwfblocks7`
--

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

-- Dumped table `mtgjwfblocks7` with 0 row(s)
--

--
-- Table structure for table `mtgjpostmeta`
--

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

--
-- Dumping data for table `mtgjpostmeta`
--

LOCK TABLES `mtgjpostmeta` WRITE;
/*!40000 ALTER TABLE `mtgjpostmeta` DISABLE KEYS */;
INSERT INTO `mtgjpostmeta` VALUES (4,7,'_edit_lock','1644935064:1'),(5,10,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]'),(6,10,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <angela@angelapayne.com>\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(7,10,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <angela@angelapayne.com>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(8,10,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(9,10,'_additional_settings',''),(10,10,'_locale','en_GB'),(12,12,'_elementor_edit_mode','builder'),(13,12,'_elementor_template_type','kit'),(212,61,'_edit_lock','1663489673:1'),(209,61,'site-content-layout','page-builder'),(210,61,'site-sidebar-layout','no-sidebar'),(211,12,'_elementor_css','a:6:{s:4:\"time\";i:1663489566;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(198,63,'_elementor_template_type','landing-page'),(199,61,'_wp_page_template','elementor_canvas'),(200,61,'_elementor_version','3.7.4'),(201,64,'_elementor_edit_mode','builder'),(202,64,'_elementor_template_type','landing-page'),(50,27,'_form','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n<label> Please complete the following security question(required):\n\n[quiz quiz-652 \"The colour of grass?|Green\" \"7+6?|13\" \"How many wheels does a bicycle have?|2\" \"How many sides does a triangle have?|3\"] </label>\n\n[submit \"Submit\"]'),(51,27,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <angela@angelapayne.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(52,27,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:38:\"[_site_title] <angela@angelapayne.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(53,27,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(54,27,'_additional_settings',''),(55,27,'_locale','en_GB'),(56,28,'_edit_lock','1644932793:1'),(58,28,'_elementor_template_type','wp-page'),(59,28,'_elementor_version','3.5.5'),(60,28,'_astra_content_layout_flag','disabled'),(61,28,'site-post-title',''),(62,28,'ast-title-bar-display','disabled'),(63,28,'ast-featured-img','disabled'),(64,28,'site-content-layout','content-boxed-container'),(65,28,'site-sidebar-layout','no-sidebar'),(66,30,'_elementor_edit_mode','builder'),(67,30,'_elementor_template_type','wp-page'),(68,30,'_elementor_version','3.5.5'),(69,31,'_elementor_edit_mode','builder'),(70,31,'_elementor_template_type','wp-page'),(71,31,'_elementor_version','3.5.5'),(72,28,'_wp_page_template','default'),(73,28,'_elementor_data','[]'),(74,32,'_elementor_edit_mode','builder'),(75,32,'_elementor_template_type','wp-page'),(76,32,'_elementor_version','3.5.5'),(77,32,'_wp_page_template','default'),(78,32,'_elementor_data','[]'),(79,28,'_elementor_page_assets','a:0:{}'),(80,33,'_elementor_edit_mode','builder'),(81,33,'_elementor_template_type','wp-page'),(82,33,'_elementor_version','3.5.5'),(83,33,'_wp_page_template','default'),(84,33,'_elementor_data','[]'),(85,33,'_elementor_page_assets','a:0:{}'),(86,34,'_elementor_edit_mode','builder'),(87,34,'_elementor_template_type','wp-page'),(88,34,'_elementor_version','3.5.5'),(89,34,'_wp_page_template','default'),(90,34,'_elementor_data','[]'),(91,34,'_elementor_page_assets','a:0:{}'),(92,35,'_elementor_edit_mode','builder'),(93,35,'_elementor_template_type','wp-page'),(94,35,'_elementor_version','3.5.5'),(95,35,'_wp_page_template','default'),(96,35,'_elementor_data','[]'),(97,35,'_elementor_page_assets','a:0:{}'),(98,28,'theme-transparent-header-meta',''),(99,28,'adv-header-id-meta',''),(100,28,'stick-header-meta',''),(101,28,'footer-sml-layout','disabled'),(102,37,'_edit_lock','1663487049:1'),(124,40,'_menu_item_type','custom'),(104,37,'_elementor_template_type','wp-page'),(105,37,'_elementor_version','3.5.5'),(106,37,'_astra_content_layout_flag','disabled'),(107,37,'site-post-title','disabled'),(108,37,'ast-title-bar-display','disabled'),(109,37,'ast-featured-img','disabled'),(110,37,'site-content-layout','page-builder'),(111,37,'site-sidebar-layout','no-sidebar'),(112,12,'_edit_lock','1644931931:1'),(113,37,'_wp_page_template','default'),(114,37,'_elementor_data','[{\"id\":\"8b87c22\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":-100,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"d02f8ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9e6774\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(115,37,'_elementor_page_assets','a:0:{}'),(196,62,'_elementor_template_type','landing-page'),(197,63,'_elementor_edit_mode','builder'),(117,39,'_elementor_edit_mode','builder'),(118,39,'_elementor_template_type','wp-page'),(119,39,'_elementor_version','3.5.5'),(120,39,'_wp_page_template','default'),(121,39,'_elementor_data','[{\"id\":\"8b87c22\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":-100,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"}},\"elements\":[{\"id\":\"d02f8ec\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f9e6774\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(122,39,'_elementor_page_assets','a:0:{}'),(193,61,'_elementor_edit_mode','builder'),(194,61,'_elementor_template_type','landing-page'),(195,62,'_elementor_edit_mode','builder'),(125,40,'_menu_item_menu_item_parent','0'),(126,40,'_menu_item_object_id','40'),(127,40,'_menu_item_object','custom'),(128,40,'_menu_item_target',''),(129,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(130,40,'_menu_item_xfn',''),(131,40,'_menu_item_url','https://angelapayne.com/'),(153,43,'_menu_item_object_id','7'),(133,41,'_menu_item_type','post_type'),(134,41,'_menu_item_menu_item_parent','0'),(135,41,'_menu_item_object_id','37'),(136,41,'_menu_item_object','page'),(137,41,'_menu_item_target',''),(138,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(139,41,'_menu_item_xfn',''),(140,41,'_menu_item_url',''),(152,43,'_menu_item_menu_item_parent','0'),(142,42,'_menu_item_type','post_type'),(143,42,'_menu_item_menu_item_parent','0'),(144,42,'_menu_item_object_id','28'),(145,42,'_menu_item_object','page'),(146,42,'_menu_item_target',''),(147,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(148,42,'_menu_item_xfn',''),(149,42,'_menu_item_url',''),(151,43,'_menu_item_type','post_type'),(154,43,'_menu_item_object','page'),(155,43,'_menu_item_target',''),(156,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(157,43,'_menu_item_xfn',''),(158,43,'_menu_item_url',''),(208,61,'ast-featured-img','disabled'),(207,61,'ast-title-bar-display','disabled'),(206,61,'site-post-title','disabled'),(205,61,'_astra_content_layout_flag','disabled'),(204,64,'_elementor_version','3.7.4'),(203,64,'_wp_page_template','elementor_canvas'),(180,50,'_edit_lock','1644997558:1'),(183,52,'_edit_lock','1644936454:1'),(186,54,'_wp_attached_file','2022/02/black-women-g7a75e85c9_640.jpg'),(187,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:38:\"2022/02/black-women-g7a75e85c9_640.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"black-women-g7a75e85c9_640-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"black-women-g7a75e85c9_640-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,55,'_wp_attached_file','2022/02/black-women-g7a75e85c9_640-1.jpg'),(189,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:40:\"2022/02/black-women-g7a75e85c9_640-1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"black-women-g7a75e85c9_640-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"black-women-g7a75e85c9_640-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,56,'_wp_attached_file','2022/02/black-women-g7a75e85c9_640-2.jpg'),(191,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:426;s:4:\"file\";s:40:\"2022/02/black-women-g7a75e85c9_640-2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"black-women-g7a75e85c9_640-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"black-women-g7a75e85c9_640-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 60D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,50,'_thumbnail_id','56');
/*!40000 ALTER TABLE `mtgjpostmeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjpostmeta` with 140 row(s)
--

--
-- Table structure for table `mtgjusermeta`
--

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

--
-- Dumping data for table `mtgjusermeta`
--

LOCK TABLES `mtgjusermeta` WRITE;
/*!40000 ALTER TABLE `mtgjusermeta` DISABLE KEYS */;
INSERT INTO `mtgjusermeta` VALUES (1,1,'nickname','Angela Payne'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description','There\'s more to life than humdrum...enjoying the adventure to wealth and great health!'),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','ectoplasm'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'mtgjcapabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'mtgjuser_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"083de783af81f449f7fc6eba74cb9aa57a0952594094bb853075541c751bd95e\";a:4:{s:10:\"expiration\";i:1663659892;s:2:\"ip\";s:13:\"188.29.184.31\";s:2:\"ua\";s:112:\"Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1663487092;}}'),(17,1,'bglibDashboardOrder','1'),(19,1,'mtgjdashboard_quick_press_last_post_id','60'),(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"188.29.184.0\";}'),(21,1,'jetpack_tracks_wpcom_id','217216801'),(22,1,'closedpostboxes_dashboard','a:0:{}'),(23,1,'metaboxhidden_dashboard','a:5:{i:0;s:20:\"e-dashboard-overview\";i:1;s:18:\"dashboard_activity\";i:2;s:20:\"boldgrid_news_widget\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),(24,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:117:\"boldgrid-notifications,e-dashboard-overview,dashboard_site_health,dashboard_activity,wordfence_activity_report_widget\";s:4:\"side\";s:80:\"boldgrid_news_widget,dashboard_quick_press,dashboard_primary,dashboard_right_now\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(25,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(26,1,'metaboxhidden_nav-menus','a:3:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(27,1,'mtgjuser-settings','editor=tinymce&ampamplibraryContent=browse'),(28,1,'mtgjuser-settings-time','1645026602'),(29,1,'nav_menu_recently_edited','5');
/*!40000 ALTER TABLE `mtgjusermeta` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjusermeta` with 28 row(s)
--

--
-- Table structure for table `mtgjposts`
--

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

--
-- Dumping data for table `mtgjposts`
--

LOCK TABLES `mtgjposts` WRITE;
/*!40000 ALTER TABLE `mtgjposts` DISABLE KEYS */;
INSERT INTO `mtgjposts` VALUES (63,1,'2022-09-18 09:26:02','2022-09-18 08:26:02','','Elementor Landing page #61','','inherit','closed','closed','','61-revision-v1','','','2022-09-18 09:26:02','2022-09-18 08:26:02','',61,'https://angelapayne.com/?p=63',0,'revision','',0),(64,1,'2022-09-18 09:26:03','2022-09-18 08:26:03','','Elementor Landing page #61','','inherit','closed','closed','','61-revision-v1','','','2022-09-18 09:26:03','2022-09-18 08:26:03','',61,'https://angelapayne.com/?p=64',0,'revision','',0),(6,1,'2022-02-14 13:33:14','2022-02-14 13:33:14','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentytwo','','','2022-02-14 13:33:14','2022-02-14 13:33:14','',0,'https://angelapayne.com/wp-global-styles-twentytwentytwo/',0,'wp_global_styles','',0),(7,1,'2022-02-14 13:49:08','2022-02-14 13:49:08','<!-- wp:paragraph -->\n<p><em>Last ModifiedFeb 14, 2022</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your privacy is important to us. To better protect your privacy we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that participation in the Angela Payne  Sites is primarily a public activity and much of the information you post to any Angela Payne  Sites (whether directly through our site or via links with other social networking websites) is instantly publicly viewable. Therefore, you should not submit information that you consider confidential. We maintain the privacy of your email address and password submitted to us in the registration process (unless you enter such information as your username or in the text of your entries to user areas), but other information you provide should be considered non confidential and available for viewing by others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, please note that information provided through facebook or other social networks, or for publication on fan pages, mobile apps or websites may be subject to different privacy policies which may vary materially from these terms applying to our web sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"the-information-we-collect\">The Information We Collect</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Any information gathered by us is used to customize the experience for you the user, and is not shared or sold to any third parties, except as expressly provided for in this Privacy Policy and our Terms of Service. However, we may in the future provide customized or targeted advertisements to you based upon your data (including usage statistics and characteristics), in which case we may allow third party applications to access such data for the purpose of customizing messages or advertising for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"our-commitment-to-data-security\">Our Commitment to Data Security</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To prevent unauthorized access and maintain data accuracy, we use industry standard methods to safeguard and secure the information we collect online, although you recognize that data transmitted online or stored in a facility to which online access is provided cannot be made to be 100% secure. We believe in protecting your information just as we would want our information protected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the event that personal information is compromised as a result of a breach of security, we will promptly notify those persons whose personal information has been compromised as may be required by applicable law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that information you enter for your user profile or in your posts may be accessed and viewed publicly and therefore you should not post information that you consider confidential or that you do not want distributed publicly. Although in some areas you will have the ability to edit or delete information, please note that even this information may have been cached on servers, cut and pasted or otherwise incorporated into other posts or for other uses, and so once information is posted you should consider that it may be publicly available perpetually, and in different locations and/or media than your original submission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"notifications\">Notifications</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is our policy to provide notifications, whether such notifications are required by law or are for marketing or other business related purposes, to our users via email notice, written or hard copy notice, or through conspicuous posting of such notice on a Angela Payne&nbsp; Site, as determined by us in our sole discretion. Notwithstanding the foregoing, we reserve the right to determine the form and means of providing notifications to our users.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"child-protection\">Child Protection</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We do not offer services to, or target, persons under the age of 13. In compliance with the Children\'s Online Privacy Protection Act, we will purge any information we receive from people we believe to be children under 13 from our database and cancel the corresponding accounts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"how-you-can-access-or-correct-your-information\">How You Can Access or Correct Your Information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can access your personally identifiable information that we collect online and maintain by logging in and \"Editing\" your account. Your password is needed to edit this information, even if you are already logged in. We use this procedure to better safeguard your information. You may not be able to edit or delete past entries and information collected regarding past updates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To protect your privacy and security, we will also take reasonable steps to verify your identity before granting access or making corrections. The main form of identity management is your email address. Please always use a valid and up-to-date email address.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"use-of-user-information\">Use of User Information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Information you provide to us about yourself, or that we collect and infer based upon your entries and posts to a Angela Payne&nbsp; Site may be used to improve your user experience, provide or suggest targeted services and to allow third party advertisements and messaging to be tailored or targeted. We may use or provide to third parties aggregated data entered by users or inferred from usage. We may collect IP addresses and cookies for the primary purpose of assisting with ease of use by you. However, except as legally required, we will not sell or provide your email address, IP address, cookies, address or phone number to third parties for advertising or other purposes. In the future we may provide third parties with the ability to provide customizable or targeted advertising or messages and in such cases we may allow third party applications to access your user data in determining the messaging or advertising applicable to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Angela Payne&nbsp; is a platform. By nature, our platform helps our customers create interactive marketing campaigns including contests and sweepstakes. By doing so our customers can collect Personal Information from users including name, email and user-generated content. If you participate in a campaign created by an Angela Payne&nbsp; customer using the Angela Payne&nbsp; Platform your information is bound by the privacy policy and terms of the Angela Payne&nbsp; customer who created the campaign as well as Angela Payne \'s policies. Our customers may choose to transfer your Personal Information into their systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"compliance\">Compliance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><em>Access to your Personal Information.</em> You have a right to access, modify, correct and request that Angela Payne&nbsp; internally delete any Personal Information provided to or obtained by Angela Payne . If you update, modify or correct any Personal Information, we may keep copies of your Personal Information prior to such update, modification or correction for uses provided for in this Policy. You may update, modify or correct your Personal Information via your account Preferences. Alternatively, you may contact enquiries@angelapayne.com for updates, modifications and corrections to your Personal Information, or to request access to your Personal Information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Retention Of Your Personal Information.</em> You may request internal deletion of your Personal Information at any time by contacting Angela Payne&nbsp; in the manner provided on Angela Payne . Angela Payne&nbsp; will endeavor to respond to your request in a timely manner. Please note, however, that Personal Information you have published on Facebook or other social channels may remain available even if you request that such information be internally deleted by Angela Payne . Once a request to delete an Angela Payne&nbsp; user\'s Personal Information is received, it will be removed from our servers within 60 days. You may contact enquiries@angelapayne.com to delete your account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Protection of Your Personal Information.</em> Any Personal Information that you provide to Angela Payne&nbsp; will be protected in a commercially reasonable manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Notice of Breach of Security.</em> In the event of a security breach that affects you Angela Payne&nbsp; will notify you as soon as possible on both the nature of the breach and the actions taken to address it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"how-to-contact-us\">How to Contact Us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Should you have other questions or concerns about these privacy policies, please send us email at enquiries@angelapayne.com.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','publish','closed','closed','','privacy-policy-2','','','2022-02-14 13:49:08','2022-02-14 13:49:08','',0,'https://angelapayne.com/?page_id=7',0,'page','',0),(8,1,'2022-02-14 13:46:57','2022-02-14 13:46:57','<!-- wp:paragraph -->\n<p><em>Last ModifiedFeb 14, 2022</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your privacy is important to us. To better protect your privacy we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that participation in the Angela Payne&nbsp; Sites is primarily a public activity and much of the information you post to any Angela Payne&nbsp; Sites (whether directly through our site or via links with other social networking websitesF) is instantly publicly viewable. Therefore, you should not submit information that you consider confidential. We maintain the privacy of your email address and password submitted to us in the registration process (unless you enter such information as your username or in the text of your entries to user areas), but other information you provide should be considered non confidential and available for viewing by others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, please note that information provided through facebook or other social networks, or for publication on fan pages, mobile apps or websites may be subject to different privacy policies which may vary materially from these terms applying to our web sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"the-information-we-collect\">The Information We Collect</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Any information gathered by us is used to customize the experience for you the user, and is not shared or sold to any third parties, except as expressly provided for in this Privacy Policy and our Terms of Service. However, we may in the future provide customized or targeted advertisements to you based upon your data (including usage statistics and characteristics), in which case we may allow third party applications to access such data for the purpose of customizing messages or advertising for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"our-commitment-to-data-security\">Our Commitment to Data Security</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To prevent unauthorized access and maintain data accuracy, we use industry standard methods to safeguard and secure the information we collect online, although you recognize that data transmitted online or stored in a facility to which online access is provided cannot be made to be 100% secure. We believe in protecting your information just as we would want our information protected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the event that personal information is compromised as a result of a breach of security, we will promptly notify those persons whose personal information has been compromised as may be required by applicable law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that information you enter for your user profile or in your posts may be accessed and viewed publicly and therefore you should not post information that you consider confidential or that you do not want distributed publicly. Although in some areas you will have the ability to edit or delete information, please note that even this information may have been cached on servers, cut and pasted or otherwise incorporated into other posts or for other uses, and so once information is posted you should consider that it may be publicly available perpetually, and in different locations and/or media than your original submission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"notifications\">Notifications</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is our policy to provide notifications, whether such notifications are required by law or are for marketing or other business related purposes, to our users via email notice, written or hard copy notice, or through conspicuous posting of such notice on a Angela Payne&nbsp; Site, as determined by us in our sole discretion. Notwithstanding the foregoing, we reserve the right to determine the form and means of providing notifications to our users.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"child-protection\">Child Protection</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We do not offer services to, or target, persons under the age of 13. In compliance with the Children\'s Online Privacy Protection Act, we will purge any information we receive from people we believe to be children under 13 from our database and cancel the corresponding accounts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"how-you-can-access-or-correct-your-information\">How You Can Access or Correct Your Information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can access your personally identifiable information that we collect online and maintain by logging in and \"Editing\" your account. Your password is needed to edit this information, even if you are already logged in. We use this procedure to better safeguard your information. You may not be able to edit or delete past entries and information collected regarding past updates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To protect your privacy and security, we will also take reasonable steps to verify your identity before granting access or making corrections. The main form of identity management is your email address. Please always use a valid and up-to-date email address.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"use-of-user-information\">Use of User Information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Information you provide to us about yourself, or that we collect and infer based upon your entries and posts to a Angela Payne&nbsp; Site may be used to improve your user experience, provide or suggest targeted services and to allow third party advertisements and messaging to be tailored or targeted. We may use or provide to third parties aggregated data entered by users or inferred from usage. We may collect IP addresses and cookies for the primary purpose of assisting with ease of use by you. However, except as legally required, we will not sell or provide your email address, IP address, cookies, address or phone number to third parties for advertising or other purposes. In the future we may provide third parties with the ability to provide customizable or targeted advertising or messages and in such cases we may allow third party applications to access your user data in determining the messaging or advertising applicable to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Angela Payne&nbsp; is a platform. By nature, our platform helps our customers create interactive marketing campaigns including contests and sweepstakes. By doing so our customers can collect Personal Information from users including name, email and user-generated content. If you participate in a campaign created by an Angela Payne&nbsp; customer using the Angela Payne&nbsp; Platform your information is bound by the privacy policy and terms of the Angela Payne&nbsp; customer who created the campaign as well as Angela Payne \'s policies. Our customers may choose to transfer your Personal Information into their systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"compliance\">Compliance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><em>Access to your Personal Information.</em> You have a right to access, modify, correct and request that Angela Payne&nbsp; internally delete any Personal Information provided to or obtained by Angela Payne . If you update, modify or correct any Personal Information, we may keep copies of your Personal Information prior to such update, modification or correction for uses provided for in this Policy. You may update, modify or correct your Personal Information via your account Preferences. Alternatively, you may contact enquiries@angelapayne.com for updates, modifications and corrections to your Personal Information, or to request access to your Personal Information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Retention Of Your Personal Information.</em> You may request internal deletion of your Personal Information at any time by contacting Angela Payne&nbsp; in the manner provided on Angela Payne . Angela Payne&nbsp; will endeavor to respond to your request in a timely manner. Please note, however, that Personal Information you have published on Facebook or other social channels may remain available even if you request that such information be internally deleted by Angela Payne . Once a request to delete an Angela Payne&nbsp; user\'s Personal Information is received, it will be removed from our servers within 60 days. You may contact enquiries@angelapayne.com to delete your account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Protection of Your Personal Information.</em> Any Personal Information that you provide to Angela Payne&nbsp; will be protected in a commercially reasonable manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Notice of Breach of Security.</em> In the event of a security breach that affects you Angela Payne&nbsp; will notify you as soon as possible on both the nature of the breach and the actions taken to address it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"how-to-contact-us\">How to Contact Us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Should you have other questions or concerns about these privacy policies, please send us email at enquiries@angelapayne.com.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','7-revision-v1','','','2022-02-14 13:46:57','2022-02-14 13:46:57','',7,'https://angelapayne.com/?p=8',0,'revision','',0),(9,1,'2022-02-14 13:48:28','2022-02-14 13:48:28','<!-- wp:paragraph -->\n<p><em>Last ModifiedFeb 14, 2022</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Your privacy is important to us. To better protect your privacy we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that participation in the Angela Payne  Sites is primarily a public activity and much of the information you post to any Angela Payne  Sites (whether directly through our site or via links with other social networking websites) is instantly publicly viewable. Therefore, you should not submit information that you consider confidential. We maintain the privacy of your email address and password submitted to us in the registration process (unless you enter such information as your username or in the text of your entries to user areas), but other information you provide should be considered non confidential and available for viewing by others.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also, please note that information provided through facebook or other social networks, or for publication on fan pages, mobile apps or websites may be subject to different privacy policies which may vary materially from these terms applying to our web sites.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"the-information-we-collect\">The Information We Collect</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Any information gathered by us is used to customize the experience for you the user, and is not shared or sold to any third parties, except as expressly provided for in this Privacy Policy and our Terms of Service. However, we may in the future provide customized or targeted advertisements to you based upon your data (including usage statistics and characteristics), in which case we may allow third party applications to access such data for the purpose of customizing messages or advertising for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"our-commitment-to-data-security\">Our Commitment to Data Security</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>To prevent unauthorized access and maintain data accuracy, we use industry standard methods to safeguard and secure the information we collect online, although you recognize that data transmitted online or stored in a facility to which online access is provided cannot be made to be 100% secure. We believe in protecting your information just as we would want our information protected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In the event that personal information is compromised as a result of a breach of security, we will promptly notify those persons whose personal information has been compromised as may be required by applicable law.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please note that information you enter for your user profile or in your posts may be accessed and viewed publicly and therefore you should not post information that you consider confidential or that you do not want distributed publicly. Although in some areas you will have the ability to edit or delete information, please note that even this information may have been cached on servers, cut and pasted or otherwise incorporated into other posts or for other uses, and so once information is posted you should consider that it may be publicly available perpetually, and in different locations and/or media than your original submission.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"notifications\">Notifications</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>It is our policy to provide notifications, whether such notifications are required by law or are for marketing or other business related purposes, to our users via email notice, written or hard copy notice, or through conspicuous posting of such notice on a Angela Payne&nbsp; Site, as determined by us in our sole discretion. Notwithstanding the foregoing, we reserve the right to determine the form and means of providing notifications to our users.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"child-protection\">Child Protection</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We do not offer services to, or target, persons under the age of 13. In compliance with the Children\'s Online Privacy Protection Act, we will purge any information we receive from people we believe to be children under 13 from our database and cancel the corresponding accounts.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"how-you-can-access-or-correct-your-information\">How You Can Access or Correct Your Information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>You can access your personally identifiable information that we collect online and maintain by logging in and \"Editing\" your account. Your password is needed to edit this information, even if you are already logged in. We use this procedure to better safeguard your information. You may not be able to edit or delete past entries and information collected regarding past updates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To protect your privacy and security, we will also take reasonable steps to verify your identity before granting access or making corrections. The main form of identity management is your email address. Please always use a valid and up-to-date email address.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"use-of-user-information\">Use of User Information</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Information you provide to us about yourself, or that we collect and infer based upon your entries and posts to a Angela Payne&nbsp; Site may be used to improve your user experience, provide or suggest targeted services and to allow third party advertisements and messaging to be tailored or targeted. We may use or provide to third parties aggregated data entered by users or inferred from usage. We may collect IP addresses and cookies for the primary purpose of assisting with ease of use by you. However, except as legally required, we will not sell or provide your email address, IP address, cookies, address or phone number to third parties for advertising or other purposes. In the future we may provide third parties with the ability to provide customizable or targeted advertising or messages and in such cases we may allow third party applications to access your user data in determining the messaging or advertising applicable to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Angela Payne&nbsp; is a platform. By nature, our platform helps our customers create interactive marketing campaigns including contests and sweepstakes. By doing so our customers can collect Personal Information from users including name, email and user-generated content. If you participate in a campaign created by an Angela Payne&nbsp; customer using the Angela Payne&nbsp; Platform your information is bound by the privacy policy and terms of the Angela Payne&nbsp; customer who created the campaign as well as Angela Payne \'s policies. Our customers may choose to transfer your Personal Information into their systems.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"compliance\">Compliance</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><em>Access to your Personal Information.</em> You have a right to access, modify, correct and request that Angela Payne&nbsp; internally delete any Personal Information provided to or obtained by Angela Payne . If you update, modify or correct any Personal Information, we may keep copies of your Personal Information prior to such update, modification or correction for uses provided for in this Policy. You may update, modify or correct your Personal Information via your account Preferences. Alternatively, you may contact enquiries@angelapayne.com for updates, modifications and corrections to your Personal Information, or to request access to your Personal Information.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Retention Of Your Personal Information.</em> You may request internal deletion of your Personal Information at any time by contacting Angela Payne&nbsp; in the manner provided on Angela Payne . Angela Payne&nbsp; will endeavor to respond to your request in a timely manner. Please note, however, that Personal Information you have published on Facebook or other social channels may remain available even if you request that such information be internally deleted by Angela Payne . Once a request to delete an Angela Payne&nbsp; user\'s Personal Information is received, it will be removed from our servers within 60 days. You may contact enquiries@angelapayne.com to delete your account.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Protection of Your Personal Information.</em> Any Personal Information that you provide to Angela Payne&nbsp; will be protected in a commercially reasonable manner.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>Notice of Breach of Security.</em> In the event of a security breach that affects you Angela Payne&nbsp; will notify you as soon as possible on both the nature of the breach and the actions taken to address it.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 id=\"how-to-contact-us\">How to Contact Us</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Should you have other questions or concerns about these privacy policies, please send us email at enquiries@angelapayne.com.</p>\n<!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','7-revision-v1','','','2022-02-14 13:48:28','2022-02-14 13:48:28','',7,'https://angelapayne.com/?p=9',0,'revision','',0),(10,1,'2022-02-14 15:07:26','2022-02-14 15:07:26','<label> Your name\n    [text* your-name] </label>\n\n<label> Your email\n    [email* your-email] </label>\n\n<label> Subject\n    [text* your-subject] </label>\n\n<label> Your message (optional)\n    [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <angela@angelapayne.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <angela@angelapayne.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2022-02-14 15:07:26','2022-02-14 15:07:26','',0,'https://angelapayne.com/?post_type=wpcf7_contact_form&p=10',0,'wpcf7_contact_form','',0),(62,1,'2022-09-18 09:26:02','2022-09-18 08:26:02','','Elementor Landing page #61','','inherit','closed','closed','','61-revision-v1','','','2022-09-18 09:26:02','2022-09-18 08:26:02','',61,'https://angelapayne.com/?p=62',0,'revision','',0),(12,1,'2022-02-14 15:15:43','2022-02-14 15:15:43','','Default Kit','','publish','closed','closed','','default-kit','','','2022-02-14 15:15:43','2022-02-14 15:15:43','',0,'https://angelapayne.com/?p=12',0,'elementor_library','',0),(27,1,'2022-02-14 21:35:26','2022-02-14 21:35:26','<label> Your name\r\n    [text* your-name] </label>\r\n\r\n<label> Your email\r\n    [email* your-email] </label>\r\n\r\n<label> Subject\r\n    [text* your-subject] </label>\r\n\r\n<label> Your message (optional)\r\n    [textarea your-message] </label>\r\n\r\n<label> Please complete the following security question(required):\r\n\r\n[quiz quiz-652 \"The colour of grass?|Green\" \"7+6?|13\" \"How many wheels does a bicycle have?|2\" \"How many sides does a triangle have?|3\"] </label>\r\n\r\n[submit \"Submit\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] <angela@angelapayne.com>\n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <angela@angelapayne.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Demo Form','','publish','closed','closed','','demo-form','','','2022-02-14 22:11:02','2022-02-14 22:11:02','',0,'https://angelapayne.com/?post_type=wpcf7_contact_form&#038;p=27',0,'wpcf7_contact_form','',0),(28,1,'2022-02-15 13:48:51','2022-02-15 13:48:51','<!-- wp:contact-form-7/contact-form-selector {\"id\":27,\"title\":\"Demo Form\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"27\" title=\"Demo Form\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Contact Me','','publish','closed','closed','','contact-me','','','2022-02-15 13:48:51','2022-02-15 13:48:51','',0,'https://angelapayne.com/?page_id=28',0,'page','',0),(29,1,'2022-02-14 21:37:27','2022-02-14 21:37:27','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:37:27','2022-02-14 21:37:27','',28,'https://angelapayne.com/?p=29',0,'revision','',0),(30,1,'2022-02-14 21:37:56','2022-02-14 21:37:56','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:37:56','2022-02-14 21:37:56','',28,'https://angelapayne.com/?p=30',0,'revision','',0),(31,1,'2022-02-14 21:37:57','2022-02-14 21:37:57','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:37:57','2022-02-14 21:37:57','',28,'https://angelapayne.com/?p=31',0,'revision','',0),(32,1,'2022-02-14 21:37:57','2022-02-14 21:37:57','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:37:57','2022-02-14 21:37:57','',28,'https://angelapayne.com/?p=32',0,'revision','',0),(33,1,'2022-02-14 21:38:02','2022-02-14 21:38:02','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:38:02','2022-02-14 21:38:02','',28,'https://angelapayne.com/?p=33',0,'revision','',0),(34,1,'2022-02-14 21:38:02','2022-02-14 21:38:02','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:38:02','2022-02-14 21:38:02','',28,'https://angelapayne.com/?p=34',0,'revision','',0),(35,1,'2022-02-14 21:38:02','2022-02-14 21:38:02','','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:38:02','2022-02-14 21:38:02','',28,'https://angelapayne.com/?p=35',0,'revision','',0),(36,1,'2022-02-14 21:46:56','2022-02-14 21:46:56','<!-- wp:contact-form-7/contact-form-selector {\"id\":27,\"title\":\"Demo Form\"} -->\n<div class=\"wp-block-contact-form-7-contact-form-selector\">[contact-form-7 id=\"27\" title=\"Demo Form\"]</div>\n<!-- /wp:contact-form-7/contact-form-selector -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Contact Me','','inherit','closed','closed','','28-revision-v1','','','2022-02-14 21:46:56','2022-02-14 21:46:56','',28,'https://angelapayne.com/?p=36',0,'revision','',0),(37,1,'2022-02-15 13:48:22','2022-02-15 13:48:22','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','About Me','','publish','closed','closed','','about-me','','','2022-02-15 13:48:22','2022-02-15 13:48:22','',0,'https://angelapayne.com/?page_id=37',0,'page','',0),(38,1,'2022-02-15 13:27:57','2022-02-15 13:27:57','','About Me','','inherit','closed','closed','','37-revision-v1','','','2022-02-15 13:27:57','2022-02-15 13:27:57','',37,'https://angelapayne.com/?p=38',0,'revision','',0),(39,1,'2022-02-15 13:39:09','2022-02-15 13:39:09','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.','About Me','','inherit','closed','closed','','37-revision-v1','','','2022-02-15 13:39:09','2022-02-15 13:39:09','',37,'https://angelapayne.com/?p=39',0,'revision','',0),(40,1,'2022-02-15 13:51:35','2022-02-15 13:51:35','','Home','','publish','closed','closed','','home','','','2022-02-15 13:51:35','2022-02-15 13:51:35','',0,'https://angelapayne.com/?p=40',1,'nav_menu_item','',0),(41,1,'2022-02-15 13:51:36','2022-02-15 13:51:36',' ','','','publish','closed','closed','','41','','','2022-02-15 13:51:36','2022-02-15 13:51:36','',0,'https://angelapayne.com/?p=41',2,'nav_menu_item','',0),(42,1,'2022-02-15 13:51:36','2022-02-15 13:51:36',' ','','','publish','closed','closed','','42','','','2022-02-15 13:51:36','2022-02-15 13:51:36','',0,'https://angelapayne.com/?p=42',3,'nav_menu_item','',0),(43,1,'2022-02-15 14:20:18','2022-02-15 14:20:18',' ','','','publish','closed','closed','','43','','','2022-02-15 14:20:18','2022-02-15 14:20:18','',0,'https://angelapayne.com/?p=43',1,'nav_menu_item','',0),(24,1,'2022-02-14 21:27:30','2022-02-14 21:27:30','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-astra','','','2022-02-14 21:27:30','2022-02-14 21:27:30','',0,'https://angelapayne.com/wp-global-styles-astra/',0,'wp_global_styles','',0),(61,1,'2022-09-18 09:26:03','0000-00-00 00:00:00','','Elementor Landing page #61','','draft','open','open','','','','','2022-09-18 09:26:03','2022-09-18 08:26:03','',0,'https://angelapayne.com/?post_type=e-landing-page&#038;p=61',0,'e-landing-page','',0),(60,1,'2022-09-18 08:45:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-09-18 08:45:12','0000-00-00 00:00:00','',0,'https://angelapayne.com/?p=60',0,'post','',0),(50,1,'2022-02-15 14:48:14','2022-02-15 14:48:14','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":588,\"height\":390,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img src=\"https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640-2.jpg\" alt=\"\" class=\"wp-image-56\" width=\"588\" height=\"390\"/><figcaption><strong>Beautiful black woman</strong></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 id=\"black-beauty\">Black Beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.pcworld.com/article/431926/5-free-tools-for-editing-images-on-a-chromebook.html\" target=\"_blank\" rel=\"noreferrer noopener\">What should I choose? fhrhejej that\'s all there is to it really....</a></p>\n<!-- /wp:paragraph -->','My first blog post','','draft','open','open','','my-first-blog-post','','','2022-02-16 07:39:26','2022-02-16 07:39:26','',0,'https://angelapayne.com/?p=50',0,'post','',0),(51,1,'2022-02-15 14:48:14','2022-02-15 14:48:14','<!-- wp:paragraph -->\n<p>Run DMC was here.... did you see him?!!!</p>\n<!-- /wp:paragraph -->','My first blog post','','inherit','closed','closed','','50-revision-v1','','','2022-02-15 14:48:14','2022-02-15 14:48:14','',50,'https://angelapayne.com/?p=51',0,'revision','',0),(52,1,'2022-02-15 14:50:06','2022-02-15 14:50:06','','Custor\'s last stance','','publish','open','open','','custors-last-stance','','','2022-02-15 14:50:06','2022-02-15 14:50:06','',0,'https://angelapayne.com/?p=52',0,'post','',0),(53,1,'2022-02-15 14:50:06','2022-02-15 14:50:06','','Custor\'s last stance','','inherit','closed','closed','','52-revision-v1','','','2022-02-15 14:50:06','2022-02-15 14:50:06','',52,'https://angelapayne.com/?p=53',0,'revision','',0),(54,1,'2022-02-16 05:55:38','2022-02-16 05:55:38','','black-women-g7a75e85c9_640','','inherit','open','closed','','black-women-g7a75e85c9_640','','','2022-02-16 05:55:38','2022-02-16 05:55:38','',50,'https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640.jpg',0,'attachment','image/jpeg',0),(55,1,'2022-02-16 05:59:18','2022-02-16 05:59:18','','black-women-g7a75e85c9_640-1','','inherit','open','closed','','black-women-g7a75e85c9_640-1','','','2022-02-16 05:59:18','2022-02-16 05:59:18','',50,'https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640-1.jpg',0,'attachment','image/jpeg',0),(58,1,'2022-02-16 06:57:24','2022-02-16 06:57:24','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":588,\"height\":390,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img src=\"https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640-2.jpg\" alt=\"\" class=\"wp-image-56\" width=\"588\" height=\"390\"/><figcaption><strong>Beautiful black woman</strong></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 id=\"black-beauty\">Black Beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>What should I choose?</p>\n<!-- /wp:paragraph -->','My first blog post','','inherit','closed','closed','','50-revision-v1','','','2022-02-16 06:57:24','2022-02-16 06:57:24','',50,'https://angelapayne.com/?p=58',0,'revision','',0),(56,1,'2022-02-16 06:07:36','2022-02-16 06:07:36','','black-women-g7a75e85c9_640-2','','inherit','open','closed','','black-women-g7a75e85c9_640-2','','','2022-02-16 06:07:36','2022-02-16 06:07:36','',50,'https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640-2.jpg',0,'attachment','image/jpeg',0),(57,1,'2022-02-16 06:38:47','2022-02-16 06:38:47','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph -->\n<p>So this is my firs blog entry. This is so interesting.  I can do this. Blog Blog Blog!!!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":588,\"height\":390,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img src=\"https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640-2.jpg\" alt=\"\" class=\"wp-image-56\" width=\"588\" height=\"390\"/><figcaption><strong>Beautiful black woman</strong></figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3></h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5></h5>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":6} -->\n<h6></h6>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":5} -->\n<h5 class=\"has-text-align-center\"></h5>\n<!-- /wp:heading -->','My first blog post','','inherit','closed','closed','','50-revision-v1','','','2022-02-16 06:38:47','2022-02-16 06:38:47','',50,'https://angelapayne.com/?p=57',0,'revision','',0),(59,1,'2022-02-16 07:38:09','2022-02-16 07:38:09','<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:image {\"align\":\"center\",\"id\":56,\"width\":588,\"height\":390,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img src=\"https://angelapayne.com/wp-content/uploads/2022/02/black-women-g7a75e85c9_640-2.jpg\" alt=\"\" class=\"wp-image-56\" width=\"588\" height=\"390\"/><figcaption><strong>Beautiful black woman</strong></figcaption></figure></div>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:heading -->\n<h2 id=\"black-beauty\">Black Beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.pcworld.com/article/431926/5-free-tools-for-editing-images-on-a-chromebook.html\" target=\"_blank\" rel=\"noreferrer noopener\">What should I choose? fhrhejej that\'s all there is to it really....</a></p>\n<!-- /wp:paragraph -->','My first blog post','','inherit','closed','closed','','50-revision-v1','','','2022-02-16 07:38:09','2022-02-16 07:38:09','',50,'https://angelapayne.com/?p=59',0,'revision','',0);
/*!40000 ALTER TABLE `mtgjposts` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjposts` with 39 row(s)
--

--
-- Table structure for table `mtgjwfstatus`
--

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

--
-- Dumping data for table `mtgjwfstatus`
--

LOCK TABLES `mtgjwfstatus` WRITE;
/*!40000 ALTER TABLE `mtgjwfstatus` DISABLE KEYS */;
INSERT INTO `mtgjwfstatus` VALUES (1,1644847169.564598,10,'info','SUM_PREP:Preparing a new scan.'),(2,1644847169.565679,1,'info','Initiating quick scan'),(3,1644847169.566978,10,'info','SUM_START:Checking Web Application Firewall status'),(4,1644847169.567196,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(5,1644847169.569371,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(6,1644847169.582052,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(7,1644847169.583342,1,'info','-------------------'),(8,1644847169.583635,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(9,1644847169.583726,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(10,1644847169.583810,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(11,1644847497.351922,10,'info','SUM_PREP:Preparing a new scan.'),(12,1644847497.352936,1,'info','Initiating quick scan'),(13,1644847497.354146,10,'info','SUM_START:Checking Web Application Firewall status'),(14,1644847497.354393,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(15,1644847497.356777,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(16,1644847497.363498,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(17,1644847497.364797,1,'info','-------------------'),(18,1644847497.365131,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(19,1644847497.365222,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(20,1644847497.365302,10,'info','SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),(21,1644877276.840911,1,'info','Scheduled Wordfence scan starting at Monday 14th of February 2022 10:21:16 PM'),(22,1644877281.692698,10,'info','SUM_PREP:Preparing a new scan.'),(23,1644877281.694564,1,'info','Contacting Wordfence to initiate scan'),(24,1644877282.147942,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(25,1644877284.148983,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(26,1644877286.150053,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(27,1644877288.152657,10,'info','SUM_START:Checking for the most secure way to get IPs'),(28,1644877288.154705,10,'info','SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),(29,1644877288.159501,10,'info','SUM_START:Scanning to check available disk space'),(30,1644877288.161844,2,'info','Total disk space: 17.38 TB -- Free disk space: 6.63 TB'),(31,1644877288.161981,2,'info','The disk has 6951879.25 MB available'),(32,1644877288.162081,10,'info','SUM_ENDOK:Scanning to check available disk space'),(33,1644877288.166166,10,'info','SUM_START:Checking Web Application Firewall status'),(34,1644877288.167721,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(35,1644877288.170807,10,'info','SUM_START:Checking for future GeoIP support'),(36,1644877288.171989,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(37,1644877288.175042,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(38,1644877288.238304,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(39,1644877288.240900,2,'info','Getting plugin list from WordPress'),(40,1644877288.243675,2,'info','Found 7 plugins'),(41,1644877288.243782,2,'info','Getting theme list from WordPress'),(42,1644877288.244513,2,'info','Found 2 themes'),(43,1644877288.248357,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(44,1644877289.025519,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(45,1644877289.028060,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(46,1644877289.712486,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(47,1644877289.714477,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(48,1644877290.411074,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(49,1644877290.413040,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(50,1644877290.414175,10,'info','SUM_DISABLED:Skipping theme scan'),(51,1644877290.414359,10,'info','SUM_DISABLED:Skipping plugin scan'),(52,1644877290.415264,10,'info','SUM_START:Scanning for known malware files'),(53,1644877290.417104,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(54,1644877290.440472,2,'info','500 files indexed'),(55,1644877290.494318,2,'info','1000 files indexed'),(56,1644877290.565267,2,'info','1500 files indexed'),(57,1644877290.681019,2,'info','2000 files indexed'),(58,1644877290.750243,2,'info','2500 files indexed'),(59,1644877290.978046,2,'info','3000 files indexed'),(60,1644877291.128531,2,'info','3500 files indexed'),(61,1644877291.192151,2,'info','4000 files indexed'),(62,1644877291.228894,2,'info','4500 files indexed'),(63,1644877291.282105,2,'info','5000 files indexed'),(64,1644877291.310267,2,'info','5184 files indexed'),(65,1644877291.536587,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(66,1644877291.698055,2,'info','Analyzed 200 files containing 2.88 MB of data so far'),(67,1644877291.857434,2,'info','Analyzed 300 files containing 4.09 MB of data so far'),(68,1644877292.114165,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(69,1644877292.270003,2,'info','Analyzed 500 files containing 7.79 MB of data so far'),(70,1644877292.413177,2,'info','Analyzed 600 files containing 8.65 MB of data so far'),(71,1644877292.468008,2,'info','Analyzed 700 files containing 9.32 MB of data so far'),(72,1644877292.560147,2,'info','Analyzed 800 files containing 9.75 MB of data so far'),(73,1644877293.244415,2,'info','Analyzed 900 files containing 15.07 MB of data so far'),(74,1644877293.375064,2,'info','Analyzed 1000 files containing 15.78 MB of data so far'),(75,1644877293.546405,2,'info','Analyzed 1100 files containing 17.32 MB of data so far'),(76,1644877294.071072,2,'info','Analyzed 1200 files containing 21.24 MB of data so far'),(77,1644877295.369396,2,'info','Analyzed 1300 files containing 31.67 MB of data so far'),(78,1644877296.366636,2,'info','Analyzed 1400 files containing 38.24 MB of data so far'),(79,1644877296.741043,2,'info','Analyzed 1500 files containing 40.76 MB of data so far'),(80,1644877296.800693,2,'info','Analyzed 1600 files containing 41.22 MB of data so far'),(81,1644877296.881139,2,'info','Analyzed 1700 files containing 41.74 MB of data so far'),(82,1644877296.939247,2,'info','Analyzed 1800 files containing 42.46 MB of data so far'),(83,1644877297.044030,2,'info','Analyzed 1900 files containing 43.13 MB of data so far'),(84,1644877297.256057,2,'info','Analyzed 2000 files containing 44.68 MB of data so far'),(85,1644877297.457059,2,'info','Analyzed 2100 files containing 45.87 MB of data so far'),(86,1644877297.703432,2,'info','Analyzed 2200 files containing 47.45 MB of data so far'),(87,1644877299.424856,2,'info','Analyzed 2300 files containing 53.6 MB of data so far'),(88,1644877299.561069,2,'info','Analyzed 2400 files containing 55.39 MB of data so far'),(89,1644877299.711047,2,'info','Analyzed 2500 files containing 56.18 MB of data so far'),(90,1644877299.864072,2,'info','Analyzed 2600 files containing 57.33 MB of data so far'),(91,1644877299.977288,2,'info','Analyzed 2700 files containing 57.91 MB of data so far'),(92,1644877300.346661,2,'info','Analyzed 2800 files containing 60.51 MB of data so far'),(93,1644877300.753622,2,'info','Analyzed 2900 files containing 64.83 MB of data so far'),(94,1644877300.826470,2,'info','Analyzed 3000 files containing 65.22 MB of data so far'),(95,1644877300.935735,2,'info','Analyzed 3100 files containing 66.3 MB of data so far'),(96,1644877301.145045,2,'info','Analyzed 3200 files containing 67.5 MB of data so far'),(97,1644877302.530001,2,'info','Analyzed 3300 files containing 78.64 MB of data so far'),(98,1644877302.807946,2,'info','Analyzed 3400 files containing 82.15 MB of data so far'),(99,1644877302.953309,2,'info','Analyzed 3500 files containing 82.93 MB of data so far'),(100,1644877303.030406,2,'info','Analyzed 3600 files containing 83.29 MB of data so far'),(101,1644877303.120058,2,'info','Analyzed 3700 files containing 83.56 MB of data so far'),(102,1644877303.206143,2,'info','Analyzed 3800 files containing 83.88 MB of data so far'),(103,1644877303.280007,2,'info','Analyzed 3900 files containing 84.02 MB of data so far'),(104,1644877303.354158,2,'info','Analyzed 4000 files containing 84.23 MB of data so far'),(105,1644877303.458612,2,'info','Analyzed 4100 files containing 85.07 MB of data so far'),(106,1644877303.603355,2,'info','Analyzed 4200 files containing 87.24 MB of data so far'),(107,1644877303.916109,2,'info','Analyzed 4300 files containing 89.86 MB of data so far'),(108,1644877304.065066,2,'info','Analyzed 4400 files containing 91.57 MB of data so far'),(109,1644877304.354697,2,'info','Analyzed 4500 files containing 93.37 MB of data so far'),(110,1644877306.143424,2,'info','Analyzed 4600 files containing 106.96 MB of data so far'),(111,1644877306.371029,2,'info','Analyzed 4700 files containing 108.38 MB of data so far'),(112,1644877306.696471,2,'info','Analyzed 4800 files containing 110.72 MB of data so far'),(113,1644877307.100503,2,'info','Analyzed 4900 files containing 113.61 MB of data so far'),(114,1644877307.325282,2,'info','Analyzed 5000 files containing 116.73 MB of data so far'),(115,1644877307.475180,2,'info','Analyzed 5100 files containing 117.87 MB of data so far'),(116,1644877307.610030,2,'info','Analyzed 5184 files containing 119.39 MB of data.'),(117,1644877307.610185,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(118,1644877307.612429,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(119,1644877307.958517,10,'info','SUM_ENDOK:Scanning for known malware files'),(120,1644877307.963085,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(121,1644877307.998173,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(122,1644877308.001877,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(123,1644877308.002885,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(124,1644877309.042475,2,'info','Starting scan of file contents'),(125,1644877309.717693,2,'info','Scanned contents of 15 additional files at 22.24 per second'),(126,1644877309.717844,2,'info','Asking Wordfence to check URLs against malware list.'),(127,1644877309.718194,2,'info','Checking 47 host keys against Wordfence scanning servers.'),(128,1644877310.075723,2,'info','Done host key check.'),(129,1644877310.079134,2,'info','Done file contents scan'),(130,1644877310.080392,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(131,1644877310.082551,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(132,1644877310.085937,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(133,1644877310.087091,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(134,1644877310.090166,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(135,1644877310.095185,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(136,1644877310.095364,2,'info','Done examining URLs'),(137,1644877310.096174,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(138,1644877310.099514,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(139,1644877310.103330,2,'info','Checking 4 host keys against Wordfence scanning servers.'),(140,1644877310.451560,2,'info','Done host key check.'),(141,1644877310.453013,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(142,1644877310.456367,10,'info','SUM_START:Scanning for weak passwords'),(143,1644877310.457579,2,'info','Starting password strength check on 1 user.'),(144,1644877310.461977,10,'info','SUM_ENDOK:Scanning for weak passwords'),(145,1644877310.465237,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(146,1644877311.505387,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(147,1644877311.509050,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(148,1644877311.879855,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(149,1644877311.883126,10,'info','SUM_START:Scanning for suspicious site options'),(150,1644877311.887177,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(151,1644877311.887364,2,'info','Done examining URLs'),(152,1644877311.888100,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(153,1644877311.890446,1,'info','-------------------'),(154,1644877311.890724,2,'info','Wordfence used 14 MB of memory for scan. Server peak memory usage was: 26 MB'),(155,1644877311.890835,1,'info','Scan Complete. Scanned 5184 files, 7 plugins, 2 themes, 2 posts, 1 comments and 31 URLs in 29 seconds.'),(156,1644877311.890920,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(157,1644934534.082608,10,'info','SUM_PREP:Preparing a new scan.'),(158,1644934534.083838,1,'info','Initiating quick scan'),(159,1644934534.085418,10,'info','SUM_START:Checking Web Application Firewall status'),(160,1644934534.085655,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(161,1644934534.087809,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(162,1644934534.095054,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(163,1644934534.096559,1,'info','-------------------'),(164,1644934534.096881,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 18 MB'),(165,1644934534.096995,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(166,1644934534.097082,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(167,1645021048.063175,10,'info','SUM_PREP:Preparing a new scan.'),(168,1645021048.064311,1,'info','Initiating quick scan'),(169,1645021048.065785,10,'info','SUM_START:Checking Web Application Firewall status'),(170,1645021048.066010,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(171,1645021048.068087,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(172,1645021048.077563,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(173,1645021048.079654,1,'info','-------------------'),(174,1645021048.081117,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 6 MB'),(175,1645021048.081320,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(176,1645021048.081518,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(177,1645107345.366957,10,'info','SUM_PREP:Preparing a new scan.'),(178,1645107345.368427,1,'info','Initiating quick scan'),(179,1645107345.370222,10,'info','SUM_START:Checking Web Application Firewall status'),(180,1645107345.370487,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(181,1645107345.373449,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(182,1645107345.382641,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(183,1645107345.384357,1,'info','-------------------'),(184,1645107345.384717,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(185,1645107345.384849,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(186,1645107345.384973,10,'info','SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),(187,1645136727.945320,1,'info','Scheduled Wordfence scan starting at Thursday 17th of February 2022 10:25:27 PM'),(188,1645136732.287501,10,'info','SUM_PREP:Preparing a new scan.'),(189,1645136732.289662,1,'info','Contacting Wordfence to initiate scan'),(190,1645136732.785536,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(191,1645136734.786935,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(192,1645136736.788226,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(193,1645136738.792625,10,'info','SUM_START:Checking for the most secure way to get IPs'),(194,1645136738.794620,10,'info','SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),(195,1645136738.799193,10,'info','SUM_START:Scanning to check available disk space'),(196,1645136738.800731,2,'info','Total disk space: 17.38 TB -- Free disk space: 6.67 TB'),(197,1645136738.800909,2,'info','The disk has 6993767.99 MB available'),(198,1645136738.801041,10,'info','SUM_ENDOK:Scanning to check available disk space'),(199,1645136738.805396,10,'info','SUM_START:Checking Web Application Firewall status'),(200,1645136738.806822,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(201,1645136738.810850,10,'info','SUM_START:Checking for future GeoIP support'),(202,1645136738.812342,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(203,1645136738.816848,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(204,1645136738.819031,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(205,1645136738.822469,2,'info','Getting plugin list from WordPress'),(206,1645136738.866456,2,'info','Found 7 plugins'),(207,1645136738.866797,2,'info','Getting theme list from WordPress'),(208,1645136738.870258,2,'info','Found 2 themes'),(209,1645136738.882218,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(210,1645136739.580867,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(211,1645136739.583053,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(212,1645136739.585284,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(213,1645136739.587092,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(214,1645136739.587803,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(215,1645136739.589543,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(216,1645136739.590661,10,'info','SUM_DISABLED:Skipping theme scan'),(217,1645136739.590870,10,'info','SUM_DISABLED:Skipping plugin scan'),(218,1645136739.591775,10,'info','SUM_START:Scanning for known malware files'),(219,1645136739.593615,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(220,1645136739.605922,2,'info','500 files indexed'),(221,1645136739.618153,2,'info','1000 files indexed'),(222,1645136739.651740,2,'info','1500 files indexed'),(223,1645136739.663728,2,'info','2000 files indexed'),(224,1645136739.675601,2,'info','2500 files indexed'),(225,1645136739.690472,2,'info','3000 files indexed'),(226,1645136739.702785,2,'info','3500 files indexed'),(227,1645136739.714044,2,'info','4000 files indexed'),(228,1645136739.726133,2,'info','4500 files indexed'),(229,1645136739.739361,2,'info','5000 files indexed'),(230,1645136739.744493,2,'info','5181 files indexed'),(231,1645136739.992743,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(232,1645136740.203108,2,'info','Analyzed 200 files containing 2.88 MB of data so far'),(233,1645136740.408547,2,'info','Analyzed 300 files containing 4.09 MB of data so far'),(234,1645136740.722223,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(235,1645136740.900052,2,'info','Analyzed 500 files containing 7.79 MB of data so far'),(236,1645136741.051905,2,'info','Analyzed 600 files containing 8.65 MB of data so far'),(237,1645136741.125039,2,'info','Analyzed 700 files containing 9.31 MB of data so far'),(238,1645136741.836484,2,'info','Analyzed 800 files containing 14.68 MB of data so far'),(239,1645136741.911627,2,'info','Analyzed 900 files containing 15.08 MB of data so far'),(240,1645136742.058192,2,'info','Analyzed 1000 files containing 15.83 MB of data so far'),(241,1645136742.224737,2,'info','Analyzed 1100 files containing 17.35 MB of data so far'),(242,1645136742.779019,2,'info','Analyzed 1200 files containing 21.24 MB of data so far'),(243,1645136744.322417,2,'info','Analyzed 1300 files containing 31.8 MB of data so far'),(244,1645136745.199295,2,'info','Analyzed 1400 files containing 38.42 MB of data so far'),(245,1645136745.556647,2,'info','Analyzed 1500 files containing 40.77 MB of data so far'),(246,1645136745.624604,2,'info','Analyzed 1600 files containing 41.24 MB of data so far'),(247,1645136745.712068,2,'info','Analyzed 1700 files containing 41.74 MB of data so far'),(248,1645136745.788240,2,'info','Analyzed 1800 files containing 42.51 MB of data so far'),(249,1645136745.896090,2,'info','Analyzed 1900 files containing 43.13 MB of data so far'),(250,1645136746.116296,2,'info','Analyzed 2000 files containing 44.69 MB of data so far'),(251,1645136746.320305,2,'info','Analyzed 2100 files containing 45.88 MB of data so far'),(252,1645136746.576273,2,'info','Analyzed 2200 files containing 47.52 MB of data so far'),(253,1645136747.312773,2,'info','Analyzed 2300 files containing 53.67 MB of data so far'),(254,1645136747.450131,2,'info','Analyzed 2400 files containing 55.4 MB of data so far'),(255,1645136747.606062,2,'info','Analyzed 2500 files containing 56.18 MB of data so far'),(256,1645136747.763159,2,'info','Analyzed 2600 files containing 57.33 MB of data so far'),(257,1645136747.876027,2,'info','Analyzed 2700 files containing 57.91 MB of data so far'),(258,1645136749.531235,2,'info','Analyzed 2800 files containing 60.53 MB of data so far'),(259,1645136749.971189,2,'info','Analyzed 2900 files containing 64.84 MB of data so far'),(260,1645136750.044225,2,'info','Analyzed 3000 files containing 65.22 MB of data so far'),(261,1645136750.139374,2,'info','Analyzed 3100 files containing 66.34 MB of data so far'),(262,1645136750.352762,2,'info','Analyzed 3200 files containing 67.51 MB of data so far'),(263,1645136751.779265,2,'info','Analyzed 3300 files containing 78.65 MB of data so far'),(264,1645136752.086176,2,'info','Analyzed 3400 files containing 82.16 MB of data so far'),(265,1645136752.235229,2,'info','Analyzed 3500 files containing 82.97 MB of data so far'),(266,1645136752.348050,2,'info','Analyzed 3600 files containing 83.3 MB of data so far'),(267,1645136752.447123,2,'info','Analyzed 3700 files containing 83.58 MB of data so far'),(268,1645136752.533056,2,'info','Analyzed 3800 files containing 83.89 MB of data so far'),(269,1645136752.622303,2,'info','Analyzed 3900 files containing 84.03 MB of data so far'),(270,1645136752.700173,2,'info','Analyzed 4000 files containing 84.27 MB of data so far'),(271,1645136752.810258,2,'info','Analyzed 4100 files containing 85.11 MB of data so far'),(272,1645136753.012443,2,'info','Analyzed 4200 files containing 87.3 MB of data so far'),(273,1645136753.385723,2,'info','Analyzed 4300 files containing 89.97 MB of data so far'),(274,1645136753.560043,2,'info','Analyzed 4400 files containing 91.58 MB of data so far'),(275,1645136753.865198,2,'info','Analyzed 4500 files containing 93.41 MB of data so far'),(276,1645136755.691068,2,'info','Analyzed 4600 files containing 106.97 MB of data so far'),(277,1645136755.921047,2,'info','Analyzed 4700 files containing 108.4 MB of data so far'),(278,1645136756.311172,2,'info','Analyzed 4800 files containing 110.73 MB of data so far'),(279,1645136756.768099,2,'info','Analyzed 4900 files containing 113.64 MB of data so far'),(280,1645136757.019886,2,'info','Analyzed 5000 files containing 116.83 MB of data so far'),(281,1645136757.200109,2,'info','Analyzed 5100 files containing 117.9 MB of data so far'),(282,1645136757.342416,2,'info','Analyzed 5181 files containing 119.4 MB of data.'),(283,1645136757.342561,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(284,1645136757.344865,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(285,1645136757.670719,10,'info','SUM_ENDOK:Scanning for known malware files'),(286,1645136757.676279,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(287,1645136757.714240,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(288,1645136757.718200,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(289,1645136757.719229,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(290,1645136758.732047,2,'info','Starting scan of file contents'),(291,1645136759.487872,2,'info','Scanned contents of 16 additional files at 21.20 per second'),(292,1645136759.488197,2,'info','Asking Wordfence to check URLs against malware list.'),(293,1645136759.489399,2,'info','Checking 165 host keys against Wordfence scanning servers.'),(294,1645136759.841995,2,'info','Done host key check.'),(295,1645136759.852634,2,'info','Done file contents scan'),(296,1645136759.853666,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(297,1645136759.856567,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(298,1645136759.860772,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(299,1645136759.862304,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(300,1645136759.866487,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(301,1645136759.873516,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(302,1645136759.873758,2,'info','Done examining URLs'),(303,1645136759.874957,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(304,1645136759.879506,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(305,1645136759.884651,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(306,1645136759.889039,10,'info','SUM_START:Scanning for weak passwords'),(307,1645136759.890680,2,'info','Starting password strength check on 1 user.'),(308,1645136759.895488,10,'info','SUM_ENDOK:Scanning for weak passwords'),(309,1645136759.899822,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(310,1645136760.986083,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(311,1645136760.994970,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(312,1645136761.343238,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(313,1645136761.346596,10,'info','SUM_START:Scanning for suspicious site options'),(314,1645136761.350464,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(315,1645136761.350718,2,'info','Done examining URLs'),(316,1645136761.351611,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(317,1645136761.354242,1,'info','-------------------'),(318,1645136761.354560,2,'info','Wordfence used 14 MB of memory for scan. Server peak memory usage was: 48 MB'),(319,1645136761.354680,1,'info','Scan Complete. Scanned 5181 files, 7 plugins, 2 themes, 4 posts, 0 comments and 155 URLs in 29 seconds.'),(320,1645136761.354768,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(321,1645195792.392549,10,'info','SUM_PREP:Preparing a new scan.'),(322,1645195792.394086,1,'info','Initiating quick scan'),(323,1645195792.395849,10,'info','SUM_START:Checking Web Application Firewall status'),(324,1645195792.396194,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(325,1645195792.398999,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(326,1645195792.407457,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(327,1645195792.409223,1,'info','-------------------'),(328,1645195792.409678,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 20 MB'),(329,1645195792.409868,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(330,1645195792.409992,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(331,1645281737.724141,10,'info','SUM_PREP:Preparing a new scan.'),(332,1645281737.725459,1,'info','Initiating quick scan'),(333,1645281737.726979,10,'info','SUM_START:Checking Web Application Firewall status'),(334,1645281737.727202,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(335,1645281737.729254,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(336,1645281737.737142,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(337,1645281737.738410,1,'info','-------------------'),(338,1645281737.738697,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(339,1645281737.738794,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(340,1645281737.738884,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(341,1645371105.840342,10,'info','SUM_PREP:Preparing a new scan.'),(342,1645371105.841680,1,'info','Initiating quick scan'),(343,1645371105.843192,10,'info','SUM_START:Checking Web Application Firewall status'),(344,1645371105.843442,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(345,1645371105.850257,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(346,1645371105.859064,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(347,1645371105.860458,1,'info','-------------------'),(348,1645371105.860761,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(349,1645371105.860867,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(350,1645371105.860951,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(351,1645397941.509992,1,'info','Scheduled Wordfence scan starting at Sunday 20th of February 2022 10:59:01 PM'),(352,1645397946.175416,10,'info','SUM_PREP:Preparing a new scan.'),(353,1645397946.177360,1,'info','Contacting Wordfence to initiate scan'),(354,1645397946.649954,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(355,1645397948.651031,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(356,1645397950.652186,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(357,1645397952.655218,10,'info','SUM_START:Checking for the most secure way to get IPs'),(358,1645397952.657163,10,'info','SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),(359,1645397952.660685,10,'info','SUM_START:Scanning to check available disk space'),(360,1645397952.662071,2,'info','Total disk space: 17.38 TB -- Free disk space: 6.63 TB'),(361,1645397952.662198,2,'info','The disk has 6950393.02 MB available'),(362,1645397952.662298,10,'info','SUM_ENDOK:Scanning to check available disk space'),(363,1645397952.665413,10,'info','SUM_START:Checking Web Application Firewall status'),(364,1645397952.666587,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(365,1645397952.669919,10,'info','SUM_START:Checking for future GeoIP support'),(366,1645397952.671237,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(367,1645397952.674554,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(368,1645397952.676333,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(369,1645397952.678857,2,'info','Getting plugin list from WordPress'),(370,1645397952.689073,2,'info','Found 8 plugins'),(371,1645397952.689200,2,'info','Getting theme list from WordPress'),(372,1645397952.691404,2,'info','Found 2 themes'),(373,1645397952.695128,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(374,1645397953.549685,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(375,1645397953.552141,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(376,1645397953.554686,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(377,1645397953.556998,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(378,1645397953.557780,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(379,1645397953.559639,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(380,1645397953.560843,10,'info','SUM_DISABLED:Skipping theme scan'),(381,1645397953.561064,10,'info','SUM_DISABLED:Skipping plugin scan'),(382,1645397953.562059,10,'info','SUM_START:Scanning for known malware files'),(383,1645397953.563999,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(384,1645397953.576204,2,'info','500 files indexed'),(385,1645397953.588370,2,'info','1000 files indexed'),(386,1645397953.599552,2,'info','1500 files indexed'),(387,1645397953.610857,2,'info','2000 files indexed'),(388,1645397953.621572,2,'info','2500 files indexed'),(389,1645397953.632792,2,'info','3000 files indexed'),(390,1645397953.648147,2,'info','3500 files indexed'),(391,1645397953.658959,2,'info','4000 files indexed'),(392,1645397953.669143,2,'info','4500 files indexed'),(393,1645397953.679973,2,'info','5000 files indexed'),(394,1645397953.688010,2,'info','5377 files indexed'),(395,1645397953.928705,2,'info','Analyzed 100 files containing 1.67 MB of data so far'),(396,1645397954.125241,2,'info','Analyzed 200 files containing 2.88 MB of data so far'),(397,1645397954.297486,2,'info','Analyzed 300 files containing 4.09 MB of data so far'),(398,1645397954.653366,2,'info','Analyzed 400 files containing 6.89 MB of data so far'),(399,1645397954.810120,2,'info','Analyzed 500 files containing 7.79 MB of data so far'),(400,1645397954.955680,2,'info','Analyzed 600 files containing 8.65 MB of data so far'),(401,1645397955.015059,2,'info','Analyzed 700 files containing 9.31 MB of data so far'),(402,1645397955.724072,2,'info','Analyzed 800 files containing 14.68 MB of data so far'),(403,1645397955.792571,2,'info','Analyzed 900 files containing 15.08 MB of data so far'),(404,1645397955.930177,2,'info','Analyzed 1000 files containing 15.83 MB of data so far'),(405,1645397956.101504,2,'info','Analyzed 1100 files containing 17.35 MB of data so far'),(406,1645397956.633109,2,'info','Analyzed 1200 files containing 21.24 MB of data so far'),(407,1645397958.062512,2,'info','Analyzed 1300 files containing 31.8 MB of data so far'),(408,1645397958.941306,2,'info','Analyzed 1400 files containing 38.42 MB of data so far'),(409,1645397959.326404,2,'info','Analyzed 1500 files containing 40.77 MB of data so far'),(410,1645397959.423388,2,'info','Analyzed 1600 files containing 41.24 MB of data so far'),(411,1645397959.557088,2,'info','Analyzed 1700 files containing 41.74 MB of data so far'),(412,1645397959.634221,2,'info','Analyzed 1800 files containing 42.51 MB of data so far'),(413,1645397959.749020,2,'info','Analyzed 1900 files containing 43.13 MB of data so far'),(414,1645397959.954142,2,'info','Analyzed 2000 files containing 44.9 MB of data so far'),(415,1645397960.274055,2,'info','Analyzed 2100 files containing 47 MB of data so far'),(416,1645397961.632912,2,'info','Analyzed 2200 files containing 56.97 MB of data so far'),(417,1645397961.834228,2,'info','Analyzed 2300 files containing 58.15 MB of data so far'),(418,1645397963.265069,2,'info','Analyzed 2400 files containing 59.93 MB of data so far'),(419,1645397963.942603,2,'info','Analyzed 2500 files containing 65.9 MB of data so far'),(420,1645397964.084853,2,'info','Analyzed 2600 files containing 67.64 MB of data so far'),(421,1645397964.237535,2,'info','Analyzed 2700 files containing 68.46 MB of data so far'),(422,1645397964.392034,2,'info','Analyzed 2800 files containing 69.56 MB of data so far'),(423,1645397964.534201,2,'info','Analyzed 2900 files containing 70.34 MB of data so far'),(424,1645397965.012574,2,'info','Analyzed 3000 files containing 72.84 MB of data so far'),(425,1645397965.420063,2,'info','Analyzed 3100 files containing 77.06 MB of data so far'),(426,1645397965.484289,2,'info','Analyzed 3200 files containing 77.44 MB of data so far'),(427,1645397965.568195,2,'info','Analyzed 3300 files containing 78.59 MB of data so far'),(428,1645397965.765084,2,'info','Analyzed 3400 files containing 79.73 MB of data so far'),(429,1645397967.161027,2,'info','Analyzed 3500 files containing 90.87 MB of data so far'),(430,1645397967.439992,2,'info','Analyzed 3600 files containing 94.39 MB of data so far'),(431,1645397967.587703,2,'info','Analyzed 3700 files containing 95.21 MB of data so far'),(432,1645397967.664019,2,'info','Analyzed 3800 files containing 95.52 MB of data so far'),(433,1645397967.757045,2,'info','Analyzed 3900 files containing 95.8 MB of data so far'),(434,1645397967.841399,2,'info','Analyzed 4000 files containing 96.11 MB of data so far'),(435,1645397967.915085,2,'info','Analyzed 4100 files containing 96.25 MB of data so far'),(436,1645397967.993103,2,'info','Analyzed 4200 files containing 96.49 MB of data so far'),(437,1645397968.106976,2,'info','Analyzed 4300 files containing 97.35 MB of data so far'),(438,1645397968.278080,2,'info','Analyzed 4400 files containing 99.55 MB of data so far'),(439,1645397968.659147,2,'info','Analyzed 4500 files containing 102.29 MB of data so far'),(440,1645397968.800120,2,'info','Analyzed 4600 files containing 103.8 MB of data so far'),(441,1645397969.094648,2,'info','Analyzed 4700 files containing 105.66 MB of data so far'),(442,1645397970.895123,2,'info','Analyzed 4800 files containing 119.22 MB of data so far'),(443,1645397971.123023,2,'info','Analyzed 4900 files containing 120.62 MB of data so far'),(444,1645397971.460127,2,'info','Analyzed 5000 files containing 123.04 MB of data so far'),(445,1645397971.869098,2,'info','Analyzed 5100 files containing 125.89 MB of data so far'),(446,1645397972.116172,2,'info','Analyzed 5200 files containing 129.06 MB of data so far'),(447,1645397972.289146,2,'info','Analyzed 5300 files containing 130.12 MB of data so far'),(448,1645397972.438077,2,'info','Analyzed 5377 files containing 131.61 MB of data.'),(449,1645397972.438373,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(450,1645397972.441481,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(451,1645397972.801106,10,'info','SUM_ENDOK:Scanning for known malware files'),(452,1645397972.806717,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(453,1645397972.842998,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(454,1645397972.846722,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(455,1645397972.847874,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(456,1645397973.922363,2,'info','Starting scan of file contents'),(457,1645397974.689800,2,'info','Scanned contents of 16 additional files at 20.87 per second'),(458,1645397974.689978,2,'info','Asking Wordfence to check URLs against malware list.'),(459,1645397974.691024,2,'info','Checking 165 host keys against Wordfence scanning servers.'),(460,1645397975.052660,2,'info','Done host key check.'),(461,1645397975.054988,2,'info','Done file contents scan'),(462,1645397975.056007,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(463,1645397975.058125,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(464,1645397975.061301,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(465,1645397975.062425,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(466,1645397975.065611,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(467,1645397975.069901,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(468,1645397975.070068,2,'info','Done examining URLs'),(469,1645397975.070762,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(470,1645397975.073888,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(471,1645397975.077906,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(472,1645397975.081132,10,'info','SUM_START:Scanning for weak passwords'),(473,1645397975.082449,2,'info','Starting password strength check on 1 user.'),(474,1645397975.086923,10,'info','SUM_ENDOK:Scanning for weak passwords'),(475,1645397975.090043,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(476,1645397976.213407,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(477,1645397976.217359,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(478,1645397976.580104,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(479,1645397976.583490,10,'info','SUM_START:Scanning for suspicious site options'),(480,1645397976.587334,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(481,1645397976.587570,2,'info','Done examining URLs'),(482,1645397976.594886,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(483,1645397976.597705,1,'info','-------------------'),(484,1645397976.598117,2,'info','Wordfence used 14 MB of memory for scan. Server peak memory usage was: 34 MB'),(485,1645397976.598263,1,'info','Scan Complete. Scanned 5377 files, 8 plugins, 2 themes, 4 posts, 0 comments and 155 URLs in 30 seconds.'),(486,1645397976.598357,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(487,1645453637.895964,10,'info','SUM_PREP:Preparing a new scan.'),(488,1645453637.897521,1,'info','Initiating quick scan'),(489,1645453637.899427,10,'info','SUM_START:Checking Web Application Firewall status'),(490,1645453637.899765,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(491,1645453637.902591,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(492,1645453637.913544,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(493,1645453637.924618,1,'info','-------------------'),(494,1645453637.925169,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(495,1645453637.925349,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(496,1645453637.925504,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(497,1663487114.009299,10,'info','SUM_PREP:Preparing a new scan.'),(498,1663487114.021347,1,'info','Initiating quick scan'),(499,1663487114.024008,10,'info','SUM_START:Checking Web Application Firewall status'),(500,1663487114.024483,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(501,1663487114.044069,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(502,1663487114.098936,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(503,1663487114.118675,1,'info','-------------------'),(504,1663487114.122346,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(505,1663487114.122612,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(506,1663487114.122798,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.');
/*!40000 ALTER TABLE `mtgjwfstatus` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfstatus` with 506 row(s)
--

--
-- Table structure for table `mtgjusers`
--

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

--
-- Dumping data for table `mtgjusers`
--

LOCK TABLES `mtgjusers` WRITE;
/*!40000 ALTER TABLE `mtgjusers` DISABLE KEYS */;
INSERT INTO `mtgjusers` VALUES (1,'AngelGod','$P$Bteb1kEDqzrHAEbsvPthAv5z4nIuo11','angelgod','angela@angelapayne.com','https://angelapayne.com','2022-02-14 08:04:23','',0,'Angela Payne');
/*!40000 ALTER TABLE `mtgjusers` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjusers` with 1 row(s)
--

--
-- Table structure for table `mtgjwfhits`
--

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

--
-- Dumping data for table `mtgjwfhits`
--

LOCK TABLES `mtgjwfhits` WRITE;
/*!40000 ALTER TABLE `mtgjwfhits` DISABLE KEYS */;
INSERT INTO `mtgjwfhits` VALUES (1,1660967269.268536,1660967269.232500,0x00000000000000000000FFFF1402D82B,0,200,0,0,0,'http://angelapayne.michelleangelalifestyle.com/wp-config.php.bak',NULL,'Mozilla/5.0 (Linux; Android 10; Pixel Build/QP1A.190711.019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36','logged:waf','wp-config.php back-up probing','{\"learningMode\":0,\"failedRules\":\"logged|501\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbmZpZy5waHAuYmFr\",\"path\":\"L3dwLWNvbmZpZy5waHAuYmFr\",\"category\":\"information-disclosure\",\"ssl\":0,\"fullRequest\":\"R0VUIC93cC1jb25maWcucGhwLmJhayBIVFRQLzEuMQpBY2NlcHQ6ICovKgpBY2NlcHQtRW5jb2Rpbmc6IGd6aXAsIGRlZmxhdGUKVXNlci1BZ2VudDogTW96aWxsYS81LjAgKExpbnV4OyBBbmRyb2lkIDEwOyBQaXhlbCBCdWlsZC9RUDFBLjE5MDcxMS4wMTk7IHd2KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzYuMC4zODA5LjEzMiBNb2JpbGUgU2FmYXJpLzUzNy4zNgpDb25uZWN0aW9uOiBjbG9zZQpYLUZvcndhcmRlZC1Qcm90bzogaHR0cApIb3N0OiBhbmdlbGFwYXluZS5taWNoZWxsZWFuZ2VsYWxpZmVzdHlsZS5jb20KWC1SZWFsLUlwOiAyMC4yLjIxNi40MwoK\"}');
/*!40000 ALTER TABLE `mtgjwfhits` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfhits` with 1 row(s)
--

--
-- Table structure for table `mtgjwfcrawlers`
--

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

--
-- Dumping data for table `mtgjwfcrawlers`
--

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

-- Dumped table `mtgjwfcrawlers` with 0 row(s)
--

--
-- Table structure for table `mtgjterm_relationships`
--

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

--
-- Dumping data for table `mtgjterm_relationships`
--

LOCK TABLES `mtgjterm_relationships` WRITE;
/*!40000 ALTER TABLE `mtgjterm_relationships` DISABLE KEYS */;
INSERT INTO `mtgjterm_relationships` VALUES (61,6,0),(6,2,0),(24,4,0),(40,3,0),(41,3,0),(42,3,0),(43,5,0),(50,1,0),(52,1,0);
/*!40000 ALTER TABLE `mtgjterm_relationships` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjterm_relationships` with 9 row(s)
--

--
-- Table structure for table `mtgjwftrafficrates`
--

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

--
-- Dumping data for table `mtgjwftrafficrates`
--

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

-- Dumped table `mtgjwftrafficrates` with 0 row(s)
--

--
-- Table structure for table `mtgjwfconfig`
--

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

--
-- Dumping data for table `mtgjwfconfig`
--

LOCK TABLES `mtgjwfconfig` WRITE;
/*!40000 ALTER TABLE `mtgjwfconfig` DISABLE KEYS */;
INSERT INTO `mtgjwfconfig` VALUES ('alertOn_update',0x30,'yes'),('alertOn_scanIssues',0x31,'yes'),('alertOn_throttle',0x30,'yes'),('alertOn_block',0x31,'yes'),('alertOn_loginLockout',0x31,'yes'),('alertOn_breachLogin',0x31,'yes'),('alertOn_lostPasswdForm',0x31,'yes'),('alertOn_adminLogin',0x31,'yes'),('alertOn_firstAdminLoginOnly',0x30,'yes'),('alertOn_nonAdminLogin',0x30,'yes'),('alertOn_firstNonAdminLoginOnly',0x30,'yes'),('alertOn_wordfenceDeactivated',0x31,'yes'),('alertOn_wafDeactivated',0x31,'yes'),('liveTrafficEnabled',0x30,'yes'),('advancedCommentScanning',0x31,'yes'),('checkSpamIP',0x31,'yes'),('spamvertizeCheck',0x31,'yes'),('liveTraf_ignorePublishers',0x31,'yes'),('liveTraf_displayExpandedRecords',0x30,'no'),('scheduledScansEnabled',0x31,'yes'),('lowResourceScansEnabled',0x30,'yes'),('scansEnabled_checkGSB',0x31,'yes'),('scansEnabled_checkHowGetIPs',0x31,'yes'),('scansEnabled_core',0x31,'yes'),('scansEnabled_themes',0x30,'yes'),('scansEnabled_plugins',0x30,'yes'),('scansEnabled_coreUnknown',0x31,'yes'),('scansEnabled_malware',0x31,'yes'),('scansEnabled_fileContents',0x31,'yes'),('scansEnabled_fileContentsGSB',0x31,'yes'),('scansEnabled_checkReadableConfig',0x31,'yes'),('scansEnabled_suspectedFiles',0x31,'yes'),('scansEnabled_posts',0x31,'yes'),('scansEnabled_comments',0x31,'yes'),('scansEnabled_suspiciousOptions',0x31,'yes'),('scansEnabled_passwds',0x31,'yes'),('scansEnabled_diskSpace',0x31,'yes'),('scansEnabled_wafStatus',0x31,'yes'),('scansEnabled_options',0x31,'yes'),('scansEnabled_wpscan_fullPathDisclosure',0x31,'yes'),('scansEnabled_wpscan_directoryListingEnabled',0x31,'yes'),('scansEnabled_scanImages',0x30,'yes'),('scansEnabled_highSense',0x30,'yes'),('scansEnabled_oldVersions',0x31,'yes'),('scansEnabled_suspiciousAdminUsers',0x31,'yes'),('liveActivityPauseEnabled',0x31,'yes'),('firewallEnabled',0x31,'yes'),('autoBlockScanners',0x31,'yes'),('loginSecurityEnabled',0x31,'yes'),('loginSec_strongPasswds_enabled',0x31,'yes'),('loginSec_breachPasswds_enabled',0x31,'yes'),('loginSec_lockInvalidUsers',0x30,'yes'),('loginSec_maskLoginErrors',0x31,'yes'),('loginSec_blockAdminReg',0x31,'yes'),('loginSec_disableAuthorScan',0x31,'yes'),('loginSec_disableApplicationPasswords',0x31,'yes'),('loginSec_disableOEmbedAuthor',0x30,'yes'),('loginSec_requireAdminTwoFactor',0x30,'yes'),('notification_updatesNeeded',0x31,'yes'),('notification_securityAlerts',0x31,'yes'),('notification_promotions',0x31,'yes'),('notification_blogHighlights',0x31,'yes'),('notification_productUpdates',0x31,'yes'),('notification_scanStatus',0x31,'yes'),('other_hideWPVersion',0x30,'yes'),('other_blockBadPOST',0x30,'yes'),('other_scanComments',0x31,'yes'),('other_pwStrengthOnUpdate',0x31,'yes'),('other_WFNet',0x31,'yes'),('other_scanOutside',0x30,'yes'),('other_bypassLitespeedNoabort',0x30,'yes'),('deleteTablesOnDeact',0x30,'yes'),('autoUpdate',0x31,'yes'),('startScansRemotely',0x30,'yes'),('disableConfigCaching',0x30,'yes'),('addCacheComment',0x30,'yes'),('disableCodeExecutionUploads',0x30,'yes'),('allowHTTPSCaching',0x30,'yes'),('debugOn',0x30,'yes'),('email_summary_enabled',0x31,'yes'),('email_summary_dashboard_widget_enabled',0x31,'yes'),('ssl_verify',0x31,'yes'),('ajaxWatcherDisabled_front',0x30,'yes'),('ajaxWatcherDisabled_admin',0x30,'yes'),('wafAlertOnAttacks',0x31,'yes'),('disableWAFIPBlocking',0x30,'yes'),('showAdminBarMenu',0x31,'yes'),('displayTopLevelOptions',0x31,'yes'),('displayTopLevelBlocking',0x30,'yes'),('displayTopLevelLiveTraffic',0x30,'yes'),('displayAutomaticBlocks',0x31,'yes'),('allowLegacy2FA',0x30,'yes'),('wordfenceI18n',0x31,'yes'),('scan_include_extra','','yes'),('alertEmails',0x616E67656C617061796E653038323140676D61696C2E636F6D,'yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignoreUA','','yes'),('maxMem',0x323536,'yes'),('scan_exclude','','yes'),('scan_maxIssues',0x31303030,'yes'),('scan_maxDuration','','yes'),('whitelisted','','yes'),('whitelistedServices',0x7B7D,'yes'),('bannedURLs','','yes'),('maxExecutionTime',0x30,'yes'),('howGetIPs','','yes'),('actUpdateInterval',0x32,'yes'),('alert_maxHourly',0x30,'yes'),('loginSec_userBlacklist','','yes'),('liveTraf_maxRows',0x32303030,'yes'),('liveTraf_maxAge',0x3330,'yes'),('neverBlockBG',0x6E65766572426C6F636B5665726966696564,'yes'),('loginSec_countFailMins',0x323430,'yes'),('loginSec_lockoutMins',0x323430,'yes'),('loginSec_strongPasswds',0x70756273,'yes'),('loginSec_breachPasswds',0x61646D696E73,'yes'),('loginSec_maxFailures',0x3230,'yes'),('loginSec_maxForgotPasswd',0x3230,'yes'),('maxGlobalRequests',0x44495341424C4544,'yes'),('maxGlobalRequests_action',0x7468726F74746C65,'yes'),('maxRequestsCrawlers',0x44495341424C4544,'yes'),('maxRequestsCrawlers_action',0x7468726F74746C65,'yes'),('maxRequestsHumans',0x44495341424C4544,'yes'),('maxRequestsHumans_action',0x7468726F74746C65,'yes'),('max404Crawlers',0x44495341424C4544,'yes'),('max404Crawlers_action',0x7468726F74746C65,'yes'),('max404Humans',0x44495341424C4544,'yes'),('max404Humans_action',0x7468726F74746C65,'yes'),('blockedTime',0x333030,'yes'),('email_summary_interval',0x7765656B6C79,'yes'),('email_summary_excluded_directories',0x77702D636F6E74656E742F63616368652C77702D636F6E74656E742F77666C6F6773,'yes'),('allowed404s',0x2F66617669636F6E2E69636F0A2F6170706C652D746F7563682D69636F6E2A2E706E670A2F2A4032782E706E670A2F62726F77736572636F6E6669672E786D6C,'yes'),('wafAlertWhitelist','','yes'),('wafAlertInterval',0x363030,'yes'),('wafAlertThreshold',0x313030,'yes'),('howGetIPs_trusted_proxies','','yes'),('scanType',0x7374616E64617264,'yes'),('manualScanType',0x6F6E63654461696C79,'yes'),('schedStartHour',0x37,'yes'),('schedMode',0x6175746F,'yes'),('cbl_loggedInBlocked','','yes'),('cbl_action',0x626C6F636B,'yes'),('cbl_redirURL','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassViewURL','','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('blockCustomText','','yes'),('alertOn_severityLevel',0x3235,'yes'),('apiKey',0x6161343039663866356231663234383935303132653131636430333633363539623931316131386464363531316435346333646364326364383865613437376665653335613736616661393665303731623964653735383263626536623565366330323761623837393436323132396631366561616565646337376231313730,'yes'),('keyType',0x66726565,'yes'),('isPaid','','yes'),('hasKeyConflict',0x30,'yes'),('betaThreatDefenseFeed',0x30,'yes'),('timeoffset_wf_updated',0x31363633343837313131,'yes'),('cacheType',0x64697361626C6564,'yes'),('detectProxyRecommendation','','no'),('dismissAutoPrependNotice',0x30,'yes'),('onboardingAttempt1',0x6C6963656E7365,'yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial',0x30,'yes'),('needsNewTour_dashboard',0x30,'yes'),('needsNewTour_firewall',0x31,'yes'),('needsNewTour_scan',0x30,'yes'),('needsNewTour_blocking',0x31,'yes'),('needsNewTour_livetraffic',0x31,'yes'),('needsNewTour_loginsecurity',0x31,'yes'),('needsUpgradeTour_dashboard',0x30,'yes'),('needsUpgradeTour_firewall',0x30,'yes'),('needsUpgradeTour_scan',0x30,'yes'),('needsUpgradeTour_blocking',0x30,'yes'),('needsUpgradeTour_livetraffic',0x30,'yes'),('needsUpgradeTour_loginsecurity',0x30,'yes'),('supportContent',0x7B22746F70223A5B7B227469746C65223A22426C6F636B696E672054726F75626C6573686F6F74696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F626C6F636B696E675C2F74726F75626C6573686F6F74696E675C2F222C226F72646572223A307D2C7B227469746C65223A224F7074696D697A696E6720546865204669726577616C6C222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F6F7074696D697A696E672D7468652D6669726577616C6C5C2F222C226F72646572223A317D2C7B227469746C65223A22576F726466656E636520576562204170706C69636174696F6E204669726577616C6C202857414629222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F222C226F72646572223A327D2C7B227469746C65223A225363616E2054726F75626C6573686F6F74696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F74726F75626C6573686F6F74696E675C2F222C226F72646572223A337D2C7B227469746C65223A22576F726466656E636520616E64204C6974655370656564222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F73797374656D2D726571756972656D656E74735C2F6C69746573706565645C2F222C226F72646572223A347D2C7B227469746C65223A2254776F2D466163746F722041757468656E7469636174696F6E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F74776F2D666163746F722D61757468656E7469636174696F6E5C2F222C226F72646572223A357D2C7B227469746C65223A224669726577616C6C204C6561726E696E67204D6F6465222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F6C6561726E696E672D6D6F64655C2F222C226F72646572223A367D2C7B227469746C65223A225363616E20526573756C7473222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F7363616E2D726573756C74735C2F222C226F72646572223A377D2C7B227469746C65223A224920616D206C6F636B6564206F7574206F66206D792073697465222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F626C6F636B696E675C2F23692D616D2D6C6F636B65642D6F75742D6F662D6D792D73697465222C226F72646572223A387D2C7B227469746C65223A2250485020466174616C206572726F723A204661696C6564206F70656E696E6720726571756972656420776F726466656E63652D7761662E706870222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F237068702D666174616C2D6572726F722D6661696C65642D6F70656E696E672D72657175697265642D776F726466656E63652D7761662D706870222C226F72646572223A397D5D2C22616C6C223A5B7B227469746C65223A22576F726466656E63652046726565222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F776F726466656E63652D667265655C2F222C2265786365727074223A22576F726466656E6365204672656520697320616E20616C6C2D696E2D6F6E6520736563757269747920736F6C7574696F6E20666F7220576F72645072657373207765627369746573207468617420696E636C7564657320616E20656E64706F696E74206669726577616C6C2C207365637572697479207363616E6E65722C206C6F67696E2073656375726974792C20616C657274732C2063656E7472616C697A6564206D616E6167656D656E742C20616E64206D6F72652E222C226F72646572223A307D2C7B227469746C65223A22576F726466656E6365205072656D69756D222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F776F726466656E63652D7072656D69756D5C2F222C2265786365727074223A22576F726466656E6365205072656D69756D20636F6D65732077697468207265616C2D74696D65206669726577616C6C2070726F74656374696F6E2C207265616C2D74696D65207363616E207369676E6174757265732C20616E204950206164647265737320626C6F636B6C6973742C20636F756E74727920626C6F636B696E672C20616E64205072656D69756D20737570706F72742E222C226F72646572223A317D2C7B227469746C65223A22576F726466656E63652043617265222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F776F726466656E63652D636172655C2F222C2265786365727074223A22576F726466656E6365204361726520697320666F7220627573696E657373206F776E6572732077686F20706C6163652061207072656D69756D206F6E2074686569722074696D652E204F7572207465616D20696E7374616C6C732C20636F6E666967757265732C206F7074696D697A65732C20616E64206D61696E7461696E7320796F757220576F7264507265737320736974652073656375726974792E222C226F72646572223A327D2C7B227469746C65223A22576F726466656E636520526573706F6E7365222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F776F726466656E63652D726573706F6E73655C2F222C2265786365727074223A22576F726466656E636520526573706F6E736520697320666F72206D697373696F6E2D637269746963616C20576F72645072657373207765627369746573207468617420726571756972652032345C2F375C2F333635207365637572697479206D6F6E69746F72696E672077697468206120312D686F757220726573706F6E73652074696D6520616E642032342D686F75722072656D6564696174696F6E2E222C226F72646572223A337D2C7B227469746C65223A22496E636964656E7420526573706F6E7365205365727669636573222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F696E636964656E742D726573706F6E73652D73657276696365735C2F222C2265786365727074223A224C6574206F6E65206F66206F757220536563757269747920416E616C797374732068656C7020796F7520636C65616E20796F757220696E6665637465642073697465206F7220696E737065637420697420666F722076756C6E65726162696C69746965732E222C226F72646572223A347D2C7B227469746C65223A224C6963656E7365204B6579222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6170692D6B65795C2F222C2265786365727074223A22416C6C20576F726466656E636520696E7374616C6C6174696F6E73206E6565642061206C6963656E7365206B65792C20616C736F206B6E6F776E20617320616E204150492D6B65792E20546865206B65792063616E20626520612066726565206B6579206F722061205072656D69756D206B65792E20222C226F72646572223A357D2C7B227469746C65223A224163636F756E7420616E642042696C6C696E6720486973746F7279222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6163636F756E745C2F222C2265786365727074223A22486F7720746F206E6176696761746520616E642075736520796F757220576F726466656E6365206163636F756E742E222C226F72646572223A367D2C7B227469746C65223A22576F726466656E63652043656E7472616C222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F222C2265786365727074223A22576F726466656E63652043656E7472616C2070726F7669646573206120706F77657266756C20616E6420656666696369656E742077617920746F206D616E61676520746865207365637572697479206F66206D616E7920576F726450726573732073697465732076696120612073696E676C6520696E746572666163652E222C226368696C6472656E223A5B7B227469746C65223A22436F6E6E656374696E6720796F757220736974657320746F20576F726466656E63652043656E7472616C222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F636F6E6E6563745C2F222C226F72646572223A307D2C7B227469746C65223A2253657474696E672075702074776F2D666163746F722061757468656E7469636174696F6E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F3266615C2F222C226F72646572223A317D2C7B227469746C65223A225573696E67207468652044617368626F6172642070616765222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F63656E7472616C5C2F222C226F72646572223A327D2C7B227469746C65223A225573696E672074686520436F6E66696775726174696F6E2070616765222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F636F6E66696775726174696F6E5C2F222C226F72646572223A337D2C7B227469746C65223A225573696E6720576F726466656E636520706C7567696E206F7074696F6E732054656D706C61746573222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F74656D706C617465735C2F222C226F72646572223A347D2C7B227469746C65223A225573696E67207468652053657474696E67732070616765222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F73657474696E67735C2F222C226F72646572223A357D2C7B227469746C65223A225573696E6720576F726466656E63652043656E7472616C205465616D73222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F7465616D735C2F222C226F72646572223A367D2C7B227469746C65223A2256696577696E67207363616E2046696E64696E6773222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F63656E7472616C5C2F66696E64696E67735C2F222C226F72646572223A377D5D2C226F72646572223A377D2C7B227469746C65223A2244617368626F617264222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F64617368626F6172645C2F222C2265786365727074223A2254686520576F726466656E63652044617368626F6172642070726F766964657320696E736967687420696E746F207468652063757272656E74207374617465206F6620796F75722073697465E28099732073656375726974792E222C226368696C6472656E223A5B7B227469746C65223A224F7074696F6E73222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F64617368626F6172645C2F6F7074696F6E735C2F222C226F72646572223A307D2C7B227469746C65223A22416C65727473222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F64617368626F6172645C2F616C657274735C2F222C226F72646572223A317D5D2C226F72646572223A387D2C7B227469746C65223A224669726577616C6C222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F222C2265786365727074223A2254686520576F726466656E636520576562204170706C69636174696F6E204669726577616C6C2069732061205048502062617365642C206170706C69636174696F6E206C6576656C206669726577616C6C20746861742066696C74657273206F7574206D616C6963696F757320726571756573747320746F20796F757220736974652E20222C226368696C6472656E223A5B7B227469746C65223A224F7074696D697A696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F6F7074696D697A696E672D7468652D6669726577616C6C5C2F222C226F72646572223A307D2C7B227469746C65223A224C6561726E696E67204D6F6465222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F6C6561726E696E672D6D6F64655C2F222C226F72646572223A317D2C7B227469746C65223A2253746174697374696373222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F737461746973746963735C2F222C226F72646572223A327D2C7B227469746C65223A224F7074696F6E73222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F6F7074696F6E735C2F222C226F72646572223A337D2C7B227469746C65223A224D7953514C692073746F7261676520656E67696E65222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F6D7973716C692D73746F726167652D656E67696E655C2F222C226F72646572223A347D2C7B227469746C65223A22427275746520466F7263652050726F74656374696F6E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F62727574652D666F7263655C2F222C226F72646572223A357D2C7B227469746C65223A2252617465204C696D6974696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F726174652D6C696D6974696E675C2F222C226F72646572223A367D2C7B227469746C65223A2254726F75626C6573686F6F74696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6669726577616C6C5C2F74726F75626C6573686F6F74696E675C2F222C226F72646572223A377D5D2C226F72646572223A397D2C7B227469746C65223A22426C6F636B696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F626C6F636B696E675C2F222C2265786365727074223A2241736964652066726F6D20746865206669726577616C6C2072756C657320746861742070726F7465637420616761696E737420766172696F75732061747461636B732C20576F726466656E636520616C736F2068617320637573746F6D20666561747572657320666F72206164646974696F6E616C20626C6F636B696E672E20222C226368696C6472656E223A5B7B227469746C65223A22436F756E74727920426C6F636B696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F626C6F636B696E675C2F636F756E7472792D626C6F636B696E675C2F222C226F72646572223A307D2C7B227469746C65223A22426C6F636B696E672054726F75626C6573686F6F74696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F626C6F636B696E675C2F74726F75626C6573686F6F74696E675C2F222C226F72646572223A317D5D2C226F72646572223A31307D2C7B227469746C65223A225363616E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F222C2265786365727074223A224120576F726466656E6365207363616E206578616D696E657320616C6C2066696C6573206F6E20796F757220576F726450726573732077656273697465206C6F6F6B696E6720666F72206D616C6963696F757320636F64652C206261636B646F6F72732C20616E64207368656C6C732074686174206861636B657273206861766520696E7374616C6C65642E20497420616C736F207363616E7320666F72206B6E6F776E206D616C6963696F75732055524C7320616E64206B6E6F776E207061747465726E73206F6620696E66656374696F6E732E222C226368696C6472656E223A5B7B227469746C65223A224F7074696F6E73222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F6F7074696F6E735C2F222C226F72646572223A307D2C7B227469746C65223A22526573756C7473222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F7363616E2D726573756C74735C2F222C226F72646572223A317D2C7B227469746C65223A225363686564756C696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F7363686564756C696E675C2F222C226F72646572223A327D2C7B227469746C65223A2254726F75626C6573686F6F74696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F7363616E5C2F74726F75626C6573686F6F74696E675C2F222C226F72646572223A337D5D2C226F72646572223A31317D2C7B227469746C65223A22546F6F6C73222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F222C2265786365727074223A22576F726466656E636520546F6F6C7320696E636C756465204C697665205472616666696320616E616C797369732C2057484F4953204C6F6F6B75702C20496D706F72745C2F4578706F7274204F7074696F6E732C20616E6420446961676E6F73746963732E222C226368696C6472656E223A5B7B227469746C65223A224C6976652054726166666963222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F6C6976652D747261666669635C2F222C226F72646572223A307D2C7B227469746C65223A2257484F4953204C6F6F6B7570222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F77686F69732D6C6F6F6B75705C2F222C226F72646572223A317D2C7B227469746C65223A22496D706F72745C2F4578706F7274222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F696D706F72742D6578706F72745C2F222C226F72646572223A327D2C7B227469746C65223A22446961676E6F7374696373222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F646961676E6F73746963735C2F222C226F72646572223A337D2C7B227469746C65223A224C65676163792054776F2D466163746F722041757468656E7469636174696F6E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F6C65676163792D74776F2D666163746F722D61757468656E7469636174696F6E5C2F222C226F72646572223A347D2C7B227469746C65223A2254776F2D466163746F722041757468656E7469636174696F6E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F746F6F6C735C2F74776F2D666163746F722D61757468656E7469636174696F6E5C2F222C226F72646572223A357D5D2C226F72646572223A31327D2C7B227469746C65223A224C6F67696E205365637572697479222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6C6F67696E2D73656375726974795C2F222C2265786365727074223A22546865204C6F67696E20536563757269747920706167652063757272656E746C7920636F6E7461696E732073657474696E677320666F722074776F2D666163746F722061757468656E7469636174696F6E20283246412920616E64207265434150544348412E20496E20612066757475726520576F726466656E63652076657273696F6E2C206578697374696E67206C6F67696E2D72656C617465642066656174757265732077696C6C20616C736F206D6F766520746F207468652073616D6520706167652E222C226F72646572223A31337D2C7B227469746C65223A22416476616E636564222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F222C2265786365727074223A22496620796F752077616E7420746F206B6E6F77206D6F72652061626F75742074686520746563686E6963616C2064657461696C73206F6620576F726466656E63652C20796F752077696C6C2066696E642074686520616E737765727320696E20746869732073656374696F6E2E222C226368696C6472656E223A5B7B227469746C65223A2253797374656D20726571756972656D656E7473222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F73797374656D2D726571756972656D656E74735C2F222C226F72646572223A307D2C7B227469746C65223A224368616E67656C6F67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F6368616E67656C6F675C2F222C226F72646572223A317D2C7B227469746C65223A2252656D6F7665206F72205265736574222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F72656D6F76652D6F722D72657365745C2F222C226F72646572223A327D2C7B227469746C65223A22546563686E6963616C2044657461696C73222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F746563686E6963616C2D64657461696C735C2F222C226F72646572223A337D2C7B227469746C65223A22436F6E7374616E7473222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F636F6E7374616E74735C2F222C226F72646572223A347D2C7B227469746C65223A22576F726466656E636520415049222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F776F726466656E63652D6170695C2F222C226F72646572223A357D2C7B227469746C65223A2254726F75626C6573686F6F74696E67222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F74726F75626C6573686F6F74696E675C2F222C226F72646572223A367D2C7B227469746C65223A22506C7567696E205C2F205468656D6520436F6E666C69637473222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F616476616E6365645C2F706C7567696E2D7468656D652D636F6E666C696374735C2F222C226F72646572223A377D5D2C226F72646572223A31347D2C7B227469746C65223A22576F726466656E636520616E642047445052202D2047656E6572616C20446174612050726F74656374696F6E20526567756C6174696F6E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F67656E6572616C2D646174612D70726F74656374696F6E2D726567756C6174696F6E5C2F222C2265786365727074223A2244656669616E742C2074686520636F6D70616E7920626568696E6420576F726466656E63652C20686173207570646174656420697473207465726D73206F66207573652C207072697661637920706F6C696369657320616E6420736F6674776172652C2061732077656C6C206173206D61646520617661696C61626C65207374616E6461726420636F6E747261637475616C20636C617573657320746F206D656574204744505220636F6D706C69616E63652E20437573746F6D657273206D7573742072657669657720616E6420616772656520746F2075706461746564207465726D7320696E206F7264657220746F20636F6E74696E7565207573696E67206F75722070726F647563747320616E642073657276696365732E222C226368696C6472656E223A5B7B227469746C65223A225375622D50726F636573736F7273204C697374222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F67656E6572616C2D646174612D70726F74656374696F6E2D726567756C6174696F6E5C2F7375622D70726F636573736F72732D6C6973745C2F222C226F72646572223A307D5D2C226F72646572223A31357D2C7B227469746C65223A224C6F67696E20536563757269747920506C7567696E222C227065726D616C696E6B223A2268747470733A5C2F5C2F7777772E776F726466656E63652E636F6D5C2F68656C705C2F6C6F67696E2D73656375726974792D706C7567696E5C2F222C2265786365727074223A2254686520576F726466656E6365204C6F67696E20536563757269747920706C7567696E20636F6E7461696E73206120737562736574206F662074686520666561747572657320666F756E6420696E207468652066756C6C20576F726466656E636520706C7567696E3A2054776F2D666163746F722041757468656E7469636174696F6E2C20584D4C2D5250432050726F74656374696F6E20616E64204C6F67696E205061676520434150544348412E20497420697320696465616C20666F722073697465732074686174206E656564206C6F67696E2073656375726974792066756E6374696F6E616C69747920627574206569746865722063616EE2809974206F7220646F6EE28099742077616E7420746F2072756E207468652066756C6C20576F726466656E636520706C7567696E2E222C226F72646572223A31367D5D7D,'yes'),('supportHash',0x62396135653332373063373637613164313739303762393930383265633039333237646333383232393634353730656163616538303333643834363434366434,'yes'),('whitelistPresets',0x7B22776F726466656E6365223A7B226E223A22576F726466656E6365222C2268223A747275652C2264223A747275652C2266223A747275652C2272223A5B2235342E36382E33322E323437222C2236392E34362E33362E305C2F3237222C22323630353A323430303A303130343A303130303A3A5C2F3536225D7D2C22737563757269223A7B226E223A22537563757269222C2264223A747275652C2272223A5B2239372E37342E3132372E313731222C2236392E3136342E3230332E313732222C223137332E3233302E3132382E313335222C2236362E3232382E33342E3439222C2236362E3232382E34302E313835222C2235302E3131362E33362E3932222C2235302E3131362E33362E3933222C2235302E3131362E332E313731222C223139382E35382E39362E323132222C2235302E3131362E36332E323231222C223139322E3135352E39322E313132222C223139322E38312E3132382E3331222C223139382E35382E3130362E323434222C223139322E3135352E39352E313339222C2232332E3233392E392E323237222C223139382E35382E3131322E313033222C223139322E3135352E39342E3433222C223136322E3231362E31362E3333222C223137332E3235352E3233332E313234222C223137332E3235352E3233332E313234222C223139322E3135352E39302E313739222C2235302E3131362E34312E323137222C223139322E38312E3132392E323237222C223139382E35382E3131312E3830222C223136322E3231362E31392E313833225D7D2C2266616365626F6F6B223A7B226E223A2246616365626F6F6B222C2264223A747275652C2272223A5B2236392E36332E3137362E305C2F3230222C2236362E3232302E3134342E305C2F3230222C2236362E3232302E3134342E305C2F3231222C2236392E36332E3138342E305C2F3231222C2236392E36332E3137362E305C2F3231222C2237342E3131392E37362E305C2F3232222C2236392E3137312E3235352E305C2F3234222C223137332E3235322E36342E305C2F3138222C2236392E3137312E3232342E305C2F3139222C2236392E3137312E3232342E305C2F3230222C223130332E342E39362E305C2F3232222C2236392E36332E3137362E305C2F3234222C223137332E3235322E36342E305C2F3139222C223137332E3235322E37302E305C2F3234222C2233312E31332E36342E305C2F3138222C2233312E31332E32342E305C2F3231222C2236362E3232302E3135322E305C2F3231222C2236362E3232302E3135392E305C2F3234222C2236392E3137312E3233392E305C2F3234222C2236392E3137312E3234302E305C2F3230222C2233312E31332E36342E305C2F3139222C2233312E31332E36342E305C2F3234222C2233312E31332E36352E305C2F3234222C2233312E31332E36372E305C2F3234222C2233312E31332E36382E305C2F3234222C2233312E31332E36392E305C2F3234222C2233312E31332E37302E305C2F3234222C2233312E31332E37312E305C2F3234222C2233312E31332E37322E305C2F3234222C2233312E31332E37332E305C2F3234222C2233312E31332E37342E305C2F3234222C2233312E31332E37352E305C2F3234222C2233312E31332E37362E305C2F3234222C2233312E31332E37372E305C2F3234222C2233312E31332E39362E305C2F3139222C2233312E31332E36362E305C2F3234222C223137332E3235322E39362E305C2F3139222C2236392E36332E3137382E305C2F3234222C2233312E31332E37382E305C2F3234222C2233312E31332E37392E305C2F3234222C2233312E31332E38302E305C2F3234222C2233312E31332E38322E305C2F3234222C2233312E31332E38332E305C2F3234222C2233312E31332E38342E305C2F3234222C2233312E31332E38352E305C2F3234222C2233312E31332E38362E305C2F3234222C2233312E31332E38372E305C2F3234222C2233312E31332E38382E305C2F3234222C2233312E31332E38392E305C2F3234222C2233312E31332E39302E305C2F3234222C2233312E31332E39312E305C2F3234222C2233312E31332E39322E305C2F3234222C2233312E31332E39332E305C2F3234222C2233312E31332E39342E305C2F3234222C2233312E31332E39352E305C2F3234222C2236392E3137312E3235332E305C2F3234222C2236392E36332E3138362E305C2F3234222C2233312E31332E38312E305C2F3234222C223137392E36302E3139322E305C2F3232222C223137392E36302E3139322E305C2F3234222C223137392E36302E3139332E305C2F3234222C223137392E36302E3139342E305C2F3234222C223137392E36302E3139352E305C2F3234222C223138352E36302E3231362E305C2F3232222C2234352E36342E34302E305C2F3232222C223138352E36302E3231362E305C2F3234222C223138352E36302E3231372E305C2F3234222C223138352E36302E3231382E305C2F3234222C223138352E36302E3231392E305C2F3234222C223132392E3133342E302E305C2F3136222C223135372E3234302E302E305C2F3136222C223135372E3234302E382E305C2F3234222C223135372E3234302E302E305C2F3234222C223135372E3234302E312E305C2F3234222C223135372E3234302E322E305C2F3234222C223135372E3234302E332E305C2F3234222C223135372E3234302E342E305C2F3234222C223135372E3234302E352E305C2F3234222C223135372E3234302E362E305C2F3234222C223135372E3234302E372E305C2F3234222C223135372E3234302E392E305C2F3234222C223135372E3234302E31302E305C2F3234222C223135372E3234302E31362E305C2F3234222C223135372E3234302E31392E305C2F3234222C223135372E3234302E31312E305C2F3234222C223135372E3234302E31322E305C2F3234222C223135372E3234302E31332E305C2F3234222C223135372E3234302E31342E305C2F3234222C223135372E3234302E31352E305C2F3234222C223135372E3234302E31372E305C2F3234222C223135372E3234302E31382E305C2F3234222C223135372E3234302E32302E305C2F3234222C223135372E3234302E32312E305C2F3234222C223135372E3234302E32322E305C2F3234222C223135372E3234302E32332E305C2F3234222C223135372E3234302E302E305C2F3137222C2236392E3137312E3235302E305C2F3234222C223135372E3234302E32342E305C2F3234222C223135372E3234302E32352E305C2F3234222C223139392E3230312E36342E305C2F3234222C223139392E3230312E36352E305C2F3234222C223139392E3230312E36342E305C2F3232222C223230342E31352E32302E305C2F3232222C223135372E3234302E3139322E305C2F3234222C223132392E3133342E302E305C2F3137222C223230342E31352E32302E305C2F3232222C2236392E36332E3137362E305C2F3230222C2236392E36332E3137362E305C2F3231222C2236392E36332E3138342E305C2F3231222C2236362E3232302E3134342E305C2F3230222C2236392E36332E3137362E305C2F3230222C22323632303A303A316330303A3A5C2F3430222C22326130333A323838303A3A5C2F3332222C22326130333A323838303A666666653A3A5C2F3438222C22326130333A323838303A666666663A3A5C2F3438222C22323632303A303A316366663A3A5C2F3438222C22326130333A323838303A663030303A3A5C2F3438222C22326130333A323838303A663030313A3A5C2F3438222C22326130333A323838303A663030323A3A5C2F3438222C22326130333A323838303A663030333A3A5C2F3438222C22326130333A323838303A663030343A3A5C2F3438222C22326130333A323838303A663030353A3A5C2F3438222C22326130333A323838303A663030363A3A5C2F3438222C22326130333A323838303A663030373A3A5C2F3438222C22326130333A323838303A663030383A3A5C2F3438222C22326130333A323838303A663030393A3A5C2F3438222C22326130333A323838303A663030613A3A5C2F3438222C22326130333A323838303A663030623A3A5C2F3438222C22326130333A323838303A663030633A3A5C2F3438222C22326130333A323838303A663030643A3A5C2F3438222C22326130333A323838303A663030653A3A5C2F3438222C22326130333A323838303A663030663A3A5C2F3438222C22326130333A323838303A663031303A3A5C2F3438222C22326130333A323838303A663031313A3A5C2F3438222C22326130333A323838303A663031323A3A5C2F3438222C22326130333A323838303A663031333A3A5C2F3438222C22326130333A323838303A663031343A3A5C2F3438222C22326130333A323838303A663031353A3A5C2F3438222C22326130333A323838303A663031363A3A5C2F3438222C22326130333A323838303A663031373A3A5C2F3438222C22326130333A323838303A663031383A3A5C2F3438222C22326130333A323838303A663031393A3A5C2F3438222C22326130333A323838303A663031613A3A5C2F3438222C22326130333A323838303A663031623A3A5C2F3438222C22326130333A323838303A663031633A3A5C2F3438222C22326130333A323838303A663031643A3A5C2F3438222C22326130333A323838303A663031653A3A5C2F3438222C22326130333A323838303A663031663A3A5C2F3438222C22326130333A323838303A313030303A3A5C2F3336222C22326130333A323838303A323030303A3A5C2F3336222C22326130333A323838303A333030303A3A5C2F3336222C22326130333A323838303A343030303A3A5C2F3336222C22326130333A323838303A353030303A3A5C2F3336222C22326130333A323838303A363030303A3A5C2F3336222C22326130333A323838303A373030303A3A5C2F3336222C22326130333A323838303A663032303A3A5C2F3438222C22326130333A323838303A663032313A3A5C2F3438222C22326130333A323838303A663032323A3A5C2F3438222C22326130333A323838303A663032333A3A5C2F3438222C22326130333A323838303A663032343A3A5C2F3438222C22326130333A323838303A663032353A3A5C2F3438222C22326130333A323838303A663032363A3A5C2F3438222C22326130333A323838303A663032373A3A5C2F3438222C22326130333A323838303A663032383A3A5C2F3438222C22326130333A323838303A663032393A3A5C2F3438222C22326130333A323838303A663032623A3A5C2F3438222C22326130333A323838303A663032633A3A5C2F3438222C22326130333A323838303A663032643A3A5C2F3438222C22326130333A323838303A663032653A3A5C2F3438222C22326130333A323838303A663032663A3A5C2F3438222C22326130333A323838303A663033303A3A5C2F3438222C22326130333A323838303A663033313A3A5C2F3438222C22326130333A323838303A663033323A3A5C2F3438222C22326130333A323838303A663033333A3A5C2F3438222C22326130333A323838303A663033343A3A5C2F3438222C22326130333A323838303A663033353A3A5C2F3438222C22326130333A323838303A663033363A3A5C2F3438222C22326130333A323838303A663033373A3A5C2F3438222C22326130333A323838303A663033383A3A5C2F3438222C22326130333A323838303A663033393A3A5C2F3438222C22326130333A323838303A663033613A3A5C2F3438222C22326130333A323838303A663033623A3A5C2F3438222C22326130333A323838303A663033633A3A5C2F3438222C22326130333A323838303A663033643A3A5C2F3438222C22326130333A323838303A663033653A3A5C2F3438222C22326130333A323838303A663033663A3A5C2F3438222C22323430313A646230303A3A5C2F3332222C22326130333A323838303A3A5C2F3336222C22323830333A363038303A3A5C2F3332222C22326130333A323838303A663130303A3A5C2F3438222C22326130333A323838303A663230303A3A5C2F3438222C22326130333A323838303A663130313A3A5C2F3438222C22326130333A323838303A663230313A3A5C2F3438222C22326130333A323838303A663130323A3A5C2F3438222C22326130333A323838303A663230323A3A5C2F3438222C22326130333A323838303A663130333A3A5C2F3438222C22326130333A323838303A663230333A3A5C2F3438222C22326130333A323838303A663130343A3A5C2F3438222C22326130333A323838303A663230343A3A5C2F3438222C22326130333A323838303A663130373A3A5C2F3438222C22326130333A323838303A663230373A3A5C2F3438222C22326130333A323838303A663130383A3A5C2F3438222C22326130333A323838303A663230383A3A5C2F3438222C22326130333A323838303A663130393A3A5C2F3438222C22326130333A323838303A663230393A3A5C2F3438222C22326130333A323838303A663130613A3A5C2F3438222C22326130333A323838303A663230613A3A5C2F3438222C22326130333A323838303A663130623A3A5C2F3438222C22326130333A323838303A663230623A3A5C2F3438222C22326130333A323838303A663130643A3A5C2F3438222C22326130333A323838303A663230643A3A5C2F3438222C22326130333A323838303A663130653A3A5C2F3438222C22326130333A323838303A663230653A3A5C2F3438222C22326130333A323838303A663130663A3A5C2F3438222C22326130333A323838303A663230663A3A5C2F3438222C22326130333A323838303A663131303A3A5C2F3438222C22326130333A323838303A663231303A3A5C2F3438222C22326130333A323838303A663131313A3A5C2F3438222C22326130333A323838303A663231313A3A5C2F3438222C22326130333A323838303A663131323A3A5C2F3438222C22326130333A323838303A663231323A3A5C2F3438222C22326130333A323838303A663131343A3A5C2F3438222C22326130333A323838303A663231343A3A5C2F3438222C22326130333A323838303A663131353A3A5C2F3438222C22326130333A323838303A663231353A3A5C2F3438222C22326130333A323838303A663131363A3A5C2F3438222C22326130333A323838303A663231363A3A5C2F3438222C22326130333A323838303A663131373A3A5C2F3438222C22326130333A323838303A663231373A3A5C2F3438222C22326130333A323838303A663131383A3A5C2F3438222C22326130333A323838303A663231383A3A5C2F3438222C22326130333A323838303A663131393A3A5C2F3438222C22326130333A323838303A663231393A3A5C2F3438222C22326130333A323838303A663131613A3A5C2F3438222C22326130333A323838303A663231613A3A5C2F3438222C22326130333A323838303A663131663A3A5C2F3438222C22326130333A323838303A663231663A3A5C2F3438222C22326130333A323838303A663132313A3A5C2F3438222C22326130333A323838303A663232313A3A5C2F3438222C22326130333A323838303A663132323A3A5C2F3438222C22326130333A323838303A663232323A3A5C2F3438222C22326130333A323838303A663132333A3A5C2F3438222C22326130333A323838303A663232333A3A5C2F3438222C22326130333A323838303A663130633A3A5C2F3438222C22326130333A323838303A663230633A3A5C2F3438222C22326130333A323838303A663132363A3A5C2F3438222C22326130333A323838303A663232363A3A5C2F3438222C22326130333A323838303A663130353A3A5C2F3438222C22326130333A323838303A663230353A3A5C2F3438222C22326130333A323838303A663132353A3A5C2F3438222C22326130333A323838303A663232353A3A5C2F3438222C22326130333A323838303A663130363A3A5C2F3438222C22326130333A323838303A663230363A3A5C2F3438222C22326130333A323838303A663131623A3A5C2F3438222C22326130333A323838303A663231623A3A5C2F3438222C22326130333A323838303A663131333A3A5C2F3438222C22326130333A323838303A663231333A3A5C2F3438222C22326130333A323838303A663131633A3A5C2F3438222C22326130333A323838303A663231633A3A5C2F3438222C22326130333A323838303A663132383A3A5C2F3438222C22326130333A323838303A663232383A3A5C2F3438222C22326130333A323838303A663032613A3A5C2F3438222C22326130333A323838303A663132613A3A5C2F3438222C22326130333A323838303A663232613A3A5C2F3438222C22326130333A323838303A663132663A3A5C2F3438222C22326130333A323838303A663232663A3A5C2F3438222C22326130333A323838303A663131643A3A5C2F3438222C22326130333A323838303A663131653A3A5C2F3438222C22326130333A323838303A663132303A3A5C2F3438222C22326130333A323838303A663132343A3A5C2F3438222C22326130333A323838303A663132373A3A5C2F3438222C22326130333A323838303A663132393A3A5C2F3438222C22326130333A323838303A663132623A3A5C2F3438222C22326130333A323838303A663132633A3A5C2F3438222C22326130333A323838303A663132643A3A5C2F3438222C22326130333A323838303A663132653A3A5C2F3438222C22326130333A323838303A663133303A3A5C2F3438222C22326130333A323838303A663133313A3A5C2F3438222C22326130333A323838303A663133323A3A5C2F3438222C22326130333A323838303A663133333A3A5C2F3438222C22326130333A323838303A663133343A3A5C2F3438222C22326130333A323838303A663133353A3A5C2F3438222C22326130333A323838303A663133363A3A5C2F3438222C22326130333A323838303A663133373A3A5C2F3438222C22326130333A323838303A663133383A3A5C2F3438222C22326130333A323838303A663133393A3A5C2F3438222C22326130333A323838303A663133613A3A5C2F3438222C22326130333A323838303A663133623A3A5C2F3438222C22326130333A323838303A663133633A3A5C2F3438222C22326130333A323838303A663133643A3A5C2F3438222C22326130333A323838303A663133653A3A5C2F3438222C22326130333A323838303A663133663A3A5C2F3438222C22326130333A323838303A663231643A3A5C2F3438222C22326130333A323838303A663231653A3A5C2F3438222C22326130333A323838303A663232303A3A5C2F3438222C22326130333A323838303A663232343A3A5C2F3438222C22326130333A323838303A663232373A3A5C2F3438222C22326130333A323838303A663232393A3A5C2F3438222C22326130333A323838303A663232623A3A5C2F3438222C22326130333A323838303A663232633A3A5C2F3438222C22326130333A323838303A663232643A3A5C2F3438222C22326130333A323838303A663232653A3A5C2F3438222C22326130333A323838303A663233303A3A5C2F3438222C22326130333A323838303A663233313A3A5C2F3438222C22326130333A323838303A663233323A3A5C2F3438222C22326130333A323838303A663233333A3A5C2F3438222C22326130333A323838303A663233343A3A5C2F3438222C22326130333A323838303A663233353A3A5C2F3438222C22326130333A323838303A663233363A3A5C2F3438222C22326130333A323838303A663233373A3A5C2F3438222C22326130333A323838303A663233383A3A5C2F3438222C22326130333A323838303A663233393A3A5C2F3438222C22326130333A323838303A663233613A3A5C2F3438222C22326130333A323838303A663233623A3A5C2F3438222C22326130333A323838303A663233633A3A5C2F3438222C22326130333A323838303A663233643A3A5C2F3438222C22326130333A323838303A663233653A3A5C2F3438222C22326130333A323838303A663233663A3A5C2F3438222C22326130333A323838303A663066663A3A5C2F3438222C22326130333A323838303A663166663A3A5C2F3438222C22326130333A323838303A663266663A3A5C2F3438222C22326330663A656637383A303030333A3A5C2F3438225D7D2C22757074696D65726F626F74223A7B226E223A22557074696D6520526F626F74222C2264223A747275652C2272223A5B2236392E3136322E3132342E3232345C2F3238222C2236332E3134332E34322E3234305C2F3238225D7D2C2273746174757363616B65223A7B226E223A2253746174757343616B65222C2264223A747275652C2272223A5B223130332E3139342E3131322E3730222C223130342E3133312E3234372E313531222C223130342E3133312E3234382E3635222C223130342E3133312E3234382E3738222C223130342E3135362E3232392E3234222C223130342E3135362E3235352E313834222C223130342E3230362E3136382E3236222C223130342E3233382E3136342E313035222C223130372E3135302E312E313335222C223130372E3135352E3130342E313832222C223130372E3135352E3130382E323334222C223130372E3135352E3132352E3239222C223130372E3136312E32382E323139222C223130372E3137302E3139372E323438222C223130372E3137302E3231392E3436222C223130372E3137302E3232372E3233222C223130372E3137302E3232372E3234222C223130372E3137302E3234302E313431222C223130372E3137302E35332E313931222C223130372E3139312E34372E313331222C223130372E3139312E35372E323337222C223130382E36312E3131392E313533222C223130382E36312E3136322E323134222C223130382E36312E3230352E323031222C223130382E36312E3231322E313431222C223130382E36312E3231352E313739222C223132352E36332E34382E323339222C223132382E3139392E3232322E3635222C223133382E3139372E3133302E323332222C223133382E3139372E3133302E323335222C223133382E3139372E3134302E323433222C223133382E3230342E3137312E313336222C223133382E36382E32342E313135222C223133382E36382E32342E313336222C223133382E36382E32342E323037222C223133382E36382E32342E3630222C223133382E36382E38302E3130222C223133382E36382E38302E313733222C223133392E35392E31352E3739222C223133392E35392E3135352E3236222C223133392E35392E3139302E323431222C223133392E35392E32322E313039222C223133392E35392E32362E3835222C223133392E35392E32392E313637222C223134392E3135342E3135372E3631222C223134392E3235352E35392E313030222C223135312E3233362E31302E323338222C223135312E3233362E31382E3830222C223135312E38302E3137352E323233222C223135312E38302E3137352E323236222C223135342E3132372E36302E3233222C223135342E3132372E36302E3539222C223135382E3235352E3230382E3736222C223135392E3230332E3138322E3232222C223135392E3230332E3138322E3630222C223135392E3230332E3138362E323235222C223135392E3230332E33312E3138222C223136322E3234332E3234372E313633222C223136322E3234332E37312E3536222C223136322E3234382E39372E3732222C223136322E3235332E36342E313034222C223136322E3235332E36342E3837222C223137362E35362E3233302E313130222C223137382E36322E3130312E3537222C223137382E36322E3130342E313337222C223137382E36322E3130362E3834222C223137382E36322E3130392E37222C223137382E36322E34302E323333222C223137382E36322E34312E3434222C223137382E36322E34312E3439222C223137382E36322E34312E3532222C223137382E36322E36352E313632222C223137382E36322E37312E323237222C223137382E36322E37382E313939222C223137382E36322E38302E3933222C223137382E36322E38362E3639222C223137382E37332E3231302E3939222C223138312E34312E3230312E313137222C223138312E34312E3231342E313337222C223138352E3131322E3135372E313835222C223138352E31322E34352E3730222C223138352E34372E3132392E313638222C223138352E36302E3133352E3836222C223138382E3136362E3135382E323234222C223138382E3136362E3235332E313438222C223138382E3232362E3133392E313538222C223138382E3232362E3135382E313630222C223138382E3232362E3136392E323238222C223138382E3232362E3137312E3538222C223138382E3232362E3138342E313532222C223138382E3232362E3138352E313036222C223138382E3232362E3138362E313939222C223138382E3232362E3230332E3834222C223138382E3232362E3234372E313834222C223138382E36382E3233382E3739222C223139322E3234312E3232312E3131222C223139332E3132342E3137382E3534222C223139332E3132342E3137382E3631222C223139332E3138322E3134342E313035222C223139332E3138322E3134342E313437222C223139392E3136372E3132382E3830222C223230392E3232322E33302E323432222C223231332E3138332E35362E313037222C223231372E3134382E34332E313838222C223231372E3134382E34332E323032222C2233312E3232302E372E323337222C2233372E3135372E3234362E313436222C2233372E3233352E34382E3432222C2233372E3233352E35322E3235222C2233372E3233352E35332E323430222C2233372E3233352E35352E323035222C2233372E39372E3138382E313033222C2234352E33322E3132382E3830222C2234352E33322E3134352E3739222C2234352E33322E3135312E3231222C2234352E33322E3136302E313732222C2234352E33322E3136362E313935222C2234352E33322E3137312E3234222C2234352E33322E3139322E313938222C2234352E33322E3139352E313836222C2234352E33322E3139352E3933222C2234352E33322E3231322E3536222C2234352E33322E33362E313538222C2234352E33322E372E3232222C2234352E36332E3132312E313539222C2234352E36332E32362E3738222C2234352E36332E35312E3633222C2234352E36332E36312E323133222C2234352E36332E37362E3638222C2234352E36332E37382E3834222C2234352E36332E38362E313230222C2234352E36332E38382E323133222C2234352E37362E312E3434222C2234352E37362E3139322E3530222C2234352E37362E332E313132222C2234362E3130312E302E3234222C2234362E3130312E3131302E3332222C2234362E3130312E3131302E3433222C2234362E3130312E3131302E3435222C2234362E3130312E32302E3936222C2234362E3130312E3233382E313832222C2234362E3130312E3233382E313839222C2234362E3130312E3234302E323038222C2234362E3130312E32372E313836222C2234362E3130312E36312E3833222C2234362E3130312E37342E323531222C22352E34352E3137392E313033222C2235302E322E3133392E3136222C2238322E3232312E39352E313631222C2239312E3233362E3131362E313633225D7D2C226D616E6167657770223A7B226E223A224D616E6167655750222C2264223A66616C73652C2272223A5B2233342E3231312E3138302E3636222C2235342E37302E36352E313037222C2233342E3231302E3232342E37222C2235322E34312E352E313038222C2235322E33352E37322E313239222C2235342E3139312E3133372E3137222C2233352E3136322E3235342E323533222C2235322E31312E31322E323331222C2235322E31312E32392E3730222C2235322E31312E35342E313631222C2235322E32342E3134322E313539222C2235322E32352E3139312E323535222C2235322E32372E3138312E313236222C2235322E33342E3132362E313137222C2235322E33342E3235342E3437222C2235322E33352E38322E3939222C2235322E33362E32382E3830222C2235322E33382E3130362E3937222C2235322E33392E3137372E313532222C2235322E34312E3233302E313438222C2235322E34312E3233372E3132222C2235322E34322E3132362E313636222C2235322E34332E31332E3731222C2235322E34332E37362E323234222C2235322E38382E39362E313130222C2235322E38392E3135352E3531222C2235342E3134382E37332E313138222C2235342E3138362E33372E313035222C2235342E3138372E39322E3537222C2235342E3139312E33322E3635222C2235342E3139312E36372E3233222C2235342E3139312E38302E313139222C2235342E3139312E3133352E323039222C2235342E3139312E3133362E313736222C2235342E3139312E3134382E3835222C2235342E3139312E3134392E38222C2235322E32362E3132322E3231222C2235322E32342E3138372E3239222C2235322E38392E38352E313037222C2235342E3138362E3132382E313637222C2235342E3139312E34302E313336222C2235322E32342E36322E3131222C2235322E38382E3131392E313232222C2235342E3139312E3134382E323235222C2235342E3139312E3135312E3138222C2235322E38392E39342E313231222C2235322E32352E3131362E313136222C2235322E38382E3231352E323235222C2235342E3138362E3134332E313834222C2235322E38382E3139372E313830222C2235322E32372E3137312E313236225D7D2C2273657A6E616D223A7B226E223A2253657A6E616D2053656172636820456E67696E65222C2264223A747275652C2272223A5B2237372E37352E37342E305C2F3234222C2237372E37352E37362E305C2F3234222C2237372E37352E37372E305C2F3234222C2237372E37352E37382E305C2F3234222C2237372E37352E37392E305C2F3234222C22326130323A3539383A613A3A37383A305C2F313132222C22326130323A3539383A613A3A37393A305C2F313132222C22326130323A3539383A323A3A305C2F3936225D7D7D,'yes'),('whitelistHash',0x62663364373664633035636166383632336362336665303163316663396533303865326632656133376238323639333764383530666465333631636465666434,'yes'),('touppPromptNeeded','','yes'),('touppBypassNextCheck',0x30,'yes'),('autoUpdateAttempts',0x30,'yes'),('previousWflogsFileList',0x5B2261747461636B2D646174612E706870222C22636F6E6669672E706870222C22636F6E6669672D73796E6365642E706870222C22636F6E6669672D6C6976657761662E706870222C226970732E706870222C2274656D706C6174652E706870222C22636F6E6669672D7472616E7369656E742E706870222C222E6874616363657373222C2272756C65732E706870222C2247656F4C697465322D436F756E7472792E6D6D6462225D,'yes'),('diagnosticsWflogsRemovalHistory',0x5B5D,'no'),('encKey',0x62663433653732393135353834666164,'yes'),('longEncKey',0x65636461306336396364616332326330376131356665393466326166306131643732306339656330633633363063396465343261343334343634363234323930,'yes'),('cbl_restOfSiteBlocked',0x31,'yes'),('timeoffset_wf',0x30,'yes'),('lastBlockAggregation',0x31363633343836363936,'yes'),('allowed404s6116Migration',0x31,'yes'),('migration636_email_summary_excluded_directories',0x31,'no'),('fileContentsGSB6315Migration',0x31,'yes'),('config701Migration',0x31,'yes'),('blocks702Migration',0x31,'yes'),('geoIPVersionHash',0x61313231346163616331623331303961653531656165363334396662303435636566346235333334366565363538343065646266383466613066616439363737,'yes'),('scansEnabled_geoipSupport',0x31,'yes'),('config720Migration',0x31,'yes'),('waf_status',0x656E61626C6564,'yes'),('detectProxyNextCheck',0x31363634303931343936,'no'),('detectProxyNonce',0x33643636333234333836653964383666653662623735666162313435386335663266633162626232323136326264313432653938663438613539313735313165,'no'),('serverIP',0x313636333438363639373B3139382E34362E38312E33,'yes'),('allScansScheduled',0x613A333A7B693A303B613A323A7B733A393A2274696D657374616D70223B693A313636333533393630303B733A343A2261726773223B613A313A7B693A303B693A313636333533393630303B7D7D693A313B613A323A7B733A393A2274696D657374616D70223B693A313636333739383830303B733A343A2261726773223B613A313A7B693A303B693A313636333739383830303B7D7D693A323B613A323A7B733A393A2274696D657374616D70223B693A313636343035383030303B733A343A2261726773223B613A313A7B693A303B693A313636343035383030303B7D7D7D,'yes'),('scan_force_ipv4_start',0x30,'yes'),('lastDailyCron',0x31363633343837313131,'yes'),('lastPermissionsTemplateCheck',0x31363633343837313138,'yes'),('activatingIP',0x38322E31392E3130372E313139,'yes'),('cbl_cookieVal',0x36323061363030376330303632,'yes'),('serverDNS',0x313636333438363639393B3930303B3139392E3235302E3230352E323132,'yes'),('wp_home_url',0x68747470733A2F2F616E67656C617061796E652E636F6D,'yes'),('wp_site_url',0x68747470733A2F2F616E67656C617061796E652E636F6D,'yes'),('dbVersion',0x31302E332E33362D4D6172696144422D6C6F67,'yes'),('lastDashboardCheck',0x31363633343837313131,'yes'),('dashboardData',0x613A343A7B733A393A2267656E657261746564223B693A313636333438363031303B733A333A22746466223B613A333A7B733A393A22636F6D6D756E697479223B693A353230373B733A373A227072656D69756D223B693A353232393B733A393A22626C61636B6C697374223B693A31323239323B7D733A31303A2261747461636B64617461223B613A333A7B733A333A22323468223B613A32343A7B693A303B613A323A7B733A313A2274223B693A313636333339383030303B733A313A2263223B693A31383234353935383B7D693A313B613A323A7B733A313A2274223B693A313636333430313630303B733A313A2263223B693A31383332393131333B7D693A323B613A323A7B733A313A2274223B693A313636333430353230303B733A313A2263223B693A31373936363138313B7D693A333B613A323A7B733A313A2274223B693A313636333430383830303B733A313A2263223B693A31373731363238303B7D693A343B613A323A7B733A313A2274223B693A313636333431323430303B733A313A2263223B693A31363939333134323B7D693A353B613A323A7B733A313A2274223B693A313636333431363030303B733A313A2263223B693A31383334373338313B7D693A363B613A323A7B733A313A2274223B693A313636333431393630303B733A313A2263223B693A31343839353331333B7D693A373B613A323A7B733A313A2274223B693A313636333432333230303B733A313A2263223B693A31343338363837353B7D693A383B613A323A7B733A313A2274223B693A313636333432363830303B733A313A2263223B693A31343231363333313B7D693A393B613A323A7B733A313A2274223B693A313636333433303430303B733A313A2263223B693A31343239393736313B7D693A31303B613A323A7B733A313A2274223B693A313636333433343030303B733A313A2263223B693A31343439353939393B7D693A31313B613A323A7B733A313A2274223B693A313636333433373630303B733A313A2263223B693A31343133373637333B7D693A31323B613A323A7B733A313A2274223B693A313636333434313230303B733A313A2263223B693A31343732303037363B7D693A31333B613A323A7B733A313A2274223B693A313636333434343830303B733A313A2263223B693A31343537373932323B7D693A31343B613A323A7B733A313A2274223B693A313636333434383430303B733A313A2263223B693A31353432303831363B7D693A31353B613A323A7B733A313A2274223B693A313636333435323030303B733A313A2263223B693A31353336343136363B7D693A31363B613A323A7B733A313A2274223B693A313636333435353630303B733A313A2263223B693A31353337363335303B7D693A31373B613A323A7B733A313A2274223B693A313636333435393230303B733A313A2263223B693A31373435373834383B7D693A31383B613A323A7B733A313A2274223B693A313636333436323830303B733A313A2263223B693A31373635303032303B7D693A31393B613A323A7B733A313A2274223B693A313636333436363430303B733A313A2263223B693A31373838313238383B7D693A32303B613A323A7B733A313A2274223B693A313636333437303030303B733A313A2263223B693A31383030313336323B7D693A32313B613A323A7B733A313A2274223B693A313636333437333630303B733A313A2263223B693A31383031323039313B7D693A32323B613A323A7B733A313A2274223B693A313636333437373230303B733A313A2263223B693A32313335333433363B7D693A32333B613A323A7B733A313A2274223B693A313636333438303830303B733A313A2263223B693A32303331363534343B7D7D733A323A223764223B613A373A7B693A303B613A323A7B733A313A2274223B693A313636323835343430303B733A313A2263223B693A3339363435333834383B7D693A313B613A323A7B733A313A2274223B693A313636323934303830303B733A313A2263223B693A3435373630373138393B7D693A323B613A323A7B733A313A2274223B693A313636333032373230303B733A313A2263223B693A3431313831363231373B7D693A333B613A323A7B733A313A2274223B693A313636333131333630303B733A313A2263223B693A3336373736373533313B7D693A343B613A323A7B733A313A2274223B693A313636333230303030303B733A313A2263223B693A3435333434393839363B7D693A353B613A323A7B733A313A2274223B693A313636333238363430303B733A313A2263223B693A3434373533343936323B7D693A363B613A323A7B733A313A2274223B693A313636333337323830303B733A313A2263223B693A3338343337313838323B7D7D733A333A22333064223B613A33303A7B693A303B613A323A7B733A313A2274223B693A313636303836373230303B733A313A2263223B693A3339393032343738343B7D693A313B613A323A7B733A313A2274223B693A313636303935333630303B733A313A2263223B693A3435383833393831363B7D693A323B613A323A7B733A313A2274223B693A313636313034303030303B733A313A2263223B693A3338333433303939383B7D693A333B613A323A7B733A313A2274223B693A313636313132363430303B733A313A2263223B693A3338373132363036373B7D693A343B613A323A7B733A313A2274223B693A313636313231323830303B733A313A2263223B693A3238343137373633323B7D693A353B613A323A7B733A313A2274223B693A313636313239393230303B733A313A2263223B693A3233323230343235353B7D693A363B613A323A7B733A313A2274223B693A313636313338353630303B733A313A2263223B693A3231393235373339333B7D693A373B613A323A7B733A313A2274223B693A313636313437323030303B733A313A2263223B693A3236303331313430353B7D693A383B613A323A7B733A313A2274223B693A313636313535383430303B733A313A2263223B693A3233303739393938333B7D693A393B613A323A7B733A313A2274223B693A313636313634343830303B733A313A2263223B693A3233363630373134373B7D693A31303B613A323A7B733A313A2274223B693A313636313733313230303B733A313A2263223B693A3233373234343137323B7D693A31313B613A323A7B733A313A2274223B693A313636313831373630303B733A313A2263223B693A3339313738363732353B7D693A31323B613A323A7B733A313A2274223B693A313636313930343030303B733A313A2263223B693A3432333738323437343B7D693A31333B613A323A7B733A313A2274223B693A313636313939303430303B733A313A2263223B693A3338343538343135303B7D693A31343B613A323A7B733A313A2274223B693A313636323037363830303B733A313A2263223B693A3335333438353431393B7D693A31353B613A323A7B733A313A2274223B693A313636323136333230303B733A313A2263223B693A3337313037393531353B7D693A31363B613A323A7B733A313A2274223B693A313636323234393630303B733A313A2263223B693A3336353136373438343B7D693A31373B613A323A7B733A313A2274223B693A313636323333363030303B733A313A2263223B693A3437333231323639373B7D693A31383B613A323A7B733A313A2274223B693A313636323432323430303B733A313A2263223B693A3332313239353930373B7D693A31393B613A323A7B733A313A2274223B693A313636323530383830303B733A313A2263223B693A3336373535323037323B7D693A32303B613A323A7B733A313A2274223B693A313636323539353230303B733A313A2263223B693A3430363433323637303B7D693A32313B613A323A7B733A313A2274223B693A313636323638313630303B733A313A2263223B693A3337353532313231333B7D693A32323B613A323A7B733A313A2274223B693A313636323736383030303B733A313A2263223B693A3431363834333838303B7D693A32333B613A323A7B733A313A2274223B693A313636323835343430303B733A313A2263223B693A3339363435333834383B7D693A32343B613A323A7B733A313A2274223B693A313636323934303830303B733A313A2263223B693A3435373630373138393B7D693A32353B613A323A7B733A313A2274223B693A313636333032373230303B733A313A2263223B693A3431313831363231373B7D693A32363B613A323A7B733A313A2274223B693A313636333131333630303B733A313A2263223B693A3336373736373533313B7D693A32373B613A323A7B733A313A2274223B693A313636333230303030303B733A313A2263223B693A3435333434393839363B7D693A32383B613A323A7B733A313A2274223B693A313636333238363430303B733A313A2263223B693A3434373533343936323B7D693A32393B613A323A7B733A313A2274223B693A313636333337323830303B733A313A2263223B693A3338343337313838323B7D7D7D733A393A22636F756E7472696573223B613A313A7B733A323A223764223B613A31303A7B693A303B613A323A7B733A323A226364223B733A323A225553223B733A323A226374223B693A3935323434353033323B7D693A313B613A323A7B733A323A226364223B733A323A224445223B733A323A226374223B693A3235333538363134323B7D693A323B613A323A7B733A323A226364223B733A323A225452223B733A323A226374223B693A3233363231343436303B7D693A333B613A323A7B733A323A226364223B733A323A225347223B733A323A226374223B693A3233313239353534313B7D693A343B613A323A7B733A323A226364223B733A323A225255223B733A323A226374223B693A3138313432373031343B7D693A353B613A323A7B733A323A226364223B733A323A224652223B733A323A226374223B693A3138303533313539353B7D693A363B613A323A7B733A323A226364223B733A323A22494E223B733A323A226374223B693A3135343030353037353B7D693A373B613A323A7B733A323A226364223B733A323A224E4C223B733A323A226374223B693A3134343936393939333B7D693A383B613A323A7B733A323A226364223B733A323A224742223B733A323A226374223B693A3132383339323437373B7D693A393B613A323A7B733A323A226364223B733A323A22434E223B733A323A226374223B693A3131333831333431353B7D7D7D7D,'yes'),('tldlist',0x7C636F6D7C6F72677C6E65747C6564757C6161617C6162627C6162637C61636F7C6164737C6165677C61666C7C6169677C616E7A7C616F6C7C6170707C6172747C6177737C6178617C6261727C6262637C6262747C6263677C62636E7C6265747C6269647C62696F7C62697A7C626D737C626D777C626F6D7C626F6F7C626F747C626F787C6275797C627A687C6361627C63616C7C63616D7C6361727C6361747C6362617C63626E7C6362737C63656F7C6366617C6366647C6370617C6372737C6461647C6461797C6464737C6465767C64686C7C6469797C646E707C646F677C646F747C6474767C6476727C6561747C65636F7C6573717C6575737C66616E7C6669747C666C797C666F6F7C666F787C66726C7C6674727C66756E7C6679697C67616C7C6761707C6761797C67646E7C6765617C676C657C676D6F7C676D787C676F6F7C676F707C676F747C676F767C68626F7C6869767C686B747C686F747C686F777C69626D7C6963657C6963757C69666D7C696E637C696E677C696E6B7C696E747C6973747C6974767C6A63627C6A696F7C6A6C6C7C6A6D707C6A6E6A7C6A6F747C6A6F797C6B66687C6B69617C6B696D7C6B706E7C6B72647C6C61747C6C61777C6C64737C6C6C637C6C6C707C6C6F6C7C6C706C7C6C74647C6D616E7C6D61707C6D62617C6D65647C6D656E7C6D696C7C6D69747C6D6C627C6D6C737C6D6D617C6D6F657C6D6F697C6D6F6D7C6D6F767C6D73647C6D746E7C6D74727C6E61627C6E62617C6E65637C6E65777C6E666C7C6E676F7C6E686B7C6E6F777C6E72617C6E72777C6E74747C6E79637C6F62697C6F6E657C6F6E677C6F6E6C7C6F6F6F7C6F74747C6F76687C7061797C7065747C7068647C7069647C70696E7C706E637C70726F7C7072757C7075627C7077637C7265647C72656E7C72696C7C72696F7C7269707C72756E7C7277657C7361707C7361737C7362697C7362737C7363617C7363627C7365737C7365777C7365787C7366727C736B697C736B797C736F797C7370617C73726C7C7374637C7461627C7461787C7463697C74646B7C74656C7C7468647C746A787C746F707C7472767C7475697C7476737C7562737C756E6F7C756F6C7C7570737C7665747C7669677C76696E7C7669707C7765647C77696E7C776D657C776F777C7774637C7774667C78696E7C7878787C78797A7C796F757C79756E7C7A69707C61637C61647C61657C61667C61677C61697C616C7C616D7C616F7C61717C61727C61737C61747C61757C61777C61787C617A7C62617C62627C62647C62657C62667C62677C62687C62697C626A7C626D7C626E7C626F7C62727C62737C62747C62767C62777C62797C627A7C63617C63637C63647C63667C63677C63687C63697C636B7C636C7C636D7C636E7C636F7C63727C63757C63767C63777C63787C63797C637A7C64657C646A7C646B7C646D7C646F7C647A7C65637C65657C65677C65727C65737C65747C65757C66697C666A7C666B7C666D7C666F7C66727C67617C67627C67647C67657C67667C67677C67687C67697C676C7C676D7C676E7C67707C67717C67727C67737C67747C67757C67777C67797C686B7C686D7C686E7C68727C68747C68757C69647C69657C696C7C696D7C696E7C696F7C69717C69727C69737C69747C6A657C6A6D7C6A6F7C6A707C6B657C6B677C6B687C6B697C6B6D7C6B6E7C6B707C6B727C6B777C6B797C6B7A7C6C617C6C627C6C637C6C697C6C6B7C6C727C6C737C6C747C6C757C6C767C6C797C6D617C6D637C6D647C6D657C6D677C6D687C6D6B7C6D6C7C6D6D7C6D6E7C6D6F7C6D707C6D717C6D727C6D737C6D747C6D757C6D767C6D777C6D787C6D797C6D7A7C6E617C6E637C6E657C6E667C6E677C6E697C6E6C7C6E6F7C6E707C6E727C6E757C6E7A7C6F6D7C70617C70657C70667C70677C70687C706B7C706C7C706D7C706E7C70727C70737C70747C70777C70797C71617C72657C726F7C72737C72757C72777C73617C73627C73637C73647C73657C73677C73687C73697C736A7C736B7C736C7C736D7C736E7C736F7C73727C73737C73747C73757C73767C73787C73797C737A7C74637C74647C74667C74677C74687C746A7C746B7C746C7C746D7C746E7C746F7C74727C74747C74767C74777C747A7C75617C75677C756B7C75737C75797C757A7C76617C76637C76657C76677C76697C766E7C76757C77667C77737C79657C79747C7A617C7A6D7C7A777C616172707C61626C657C616461637C6165726F7C616B646E7C616C6C797C616D65787C617261627C61726D797C617270617C617274657C617364617C617369617C617564697C6175746F7C617A7572657C626162797C62616964757C62616E616E6172657075626C69637C62616E647C62616E6B7C62696B657C6175746F737C62617263656C6F6E617C626276617C626565727C626573747C62696E677C626C6F677C617574686F727C626C75657C626F66617C626F6E647C626F6F6B7C626F7374696B7C62757A7A7C626F6174737C626F7363687C6275696C647C626F73746F6E7C62616E616D65787C636166657C63616C6C7C617669616E63617C626E70706172696261737C627261646573636F7C626F656872696E6765727C626172636C6179636172647C626F6F6B696E677C626F7574697175657C62726964676573746F6E657C63616D707C636172657C636172737C636173617C636173657C636173687C636272657C636974697C636974797C63796F757C646174657C64636C6B7C6465616C7C64656C6C7C6268617274697C6365726E7C626573746275797C646573697C62656174737C646F63737C6265617574797C62656E746C65797C6265726C696E7C646973687C6269626C657C62617965726E7C646174617C646965747C626172636C6179737C636C6F75647C62617265666F6F747C6261726761696E737C62696E676F7C63617264737C6261736B657462616C6C7C626C61636B7C636C69636B7C6261736562616C6C7C626175686175737C646F776E6C6F61647C626C61636B6672696461797C636861747C63686173657C63686561707C636973636F7C636F6F6C7C6C6F616E7C626C6F636B6275737465727C636F6F707C63697469637C626C6F6F6D626572677C63616E6F6E7C636C75627C6C6F66747C6D6565747C6D656D657C6D656E757C6D696E697C6D6F62697C6D6F64617C6D6F746F7C61697274656C7C6D696E747C706C61797C76616E617C6169726275737C737572667C746F776E7C746F79737C747562657C766976617C7669766F7C6167656E63797C766973617C6167616B68616E7C616C697061797C616D66616D7C6D6169667C74616C6B7C616C73746F6D7C6C6F76657C746178697C616C736163657C6C7578657C63726F776E7C6C7464617C7465616D7C746563687C616972666F7263657C616D6963617C616C6C73746174657C746576617C616C6C66696E616E7A7C746961617C616C6661726F6D656F7C746970737C616C69626162617C766F74657C6166726963617C61636164656D797C7A6F6E657C636F6163687C6162617274687C7A6172617C7A65726F7C6162626F74747C6162627669657C617564696F7C796F67617C636F6465737C61626F6761646F7C61627564686162697C78626F787C616363656E747572657C6165746E617C6163636F756E74616E747C766F746F7C77616E677C776569727C7769656E7C776F726B7C6163636F756E74616E74737C77696E657C6163746F727C77696B697C6164756C747C6170706C657C61726368697C616D617A6F6E7C63796D72757C616D65726963616E657870726573737C6171756172656C6C657C6E69636F7C6E696B657C6F6C6C6F7C6F70656E7C706167657C706172737C706363777C71706F6E7C726561647C726569747C72656E747C726573747C726963687C6172616D636F7C6174686C6574617C6E616D657C70696E677C6173736F6369617465737C6E6176797C70696E6B7C706C75737C706F686C7C61756374696F6E7C6E6577737C706963737C706F726E7C706F73747C70726F667C6174746F726E65797C6E6578747C70726F647C61756469626C657C617573706F73747C726F6F6D7C64616275727C64656C74617C727376707C736166657C7361786F7C64616E63657C73616C657C7361726C7C736176657C616D65726963616E66616D696C797C727568727C6465616C737C616D7374657264616D7C73636F747C616E616C79746963737C736561747C7365656B7C736578797C736861777C736869617C616E7175616E7C61706172746D656E74737C73686F707C73696C6B7C616E64726F69647C73686F777C73696E617C736974657C736B696E7C736E63667C736F68757C736F6E677C736F6E797C73706F747C737461727C64726976657C6361726565727C62726F61647761797C636173696E6F7C63656E7465727C6368616E656C7C636F6C6C6567657C636F6D636173747C636F6D6D62616E6B7C636F6D70616E797C636F6D706172657C636F6D70757465727C636F6D7365637C636F6E646F737C636F6E746163747C636F6F6B696E677C636F72736963617C64656E746973747C63697479656174737C6469726563747C636F756E7472797C636F75706F6E7C636F75706F6E737C636F75727365737C6372656469747C64657369676E7C636F6C6F676E657C647661677C6661696C7C636972636C657C636C696E697175657C636C75626D65647C636C6F7468696E677C65717569706D656E747C65726E697C6575726F766973696F6E7C666167657C66616E737C6661726D7C666961747C636C696E69637C666173747C6669646F7C66696C6D7C666C69727C666F72647C6570736F6E7C666972657C636C65616E696E677C666F6F647C636C61696D737C666973687C667265657C67616D657C6368726F6D657C636F666665657C65746973616C61747C67656E747C6368757263687C66756E647C6762697A7C6573746174657C676765657C6469616D6F6E64737C656D61696C7C676D61696C7C6576656E74737C6572696373736F6E7C676966747C67697665737C676C6173737C6469676974616C7C67696674737C656D6572636B7C656E657267797C676C6F626F7C676D62687C686572657C666F7265787C686466637C666F72756D7C686F6D65737C686F7273657C686F73747C66696E616C7C6475706F6E747C68656C707C686774767C686F7573657C687362637C64756261697C686F6E64617C68796174747C696362637C70686F6E657C70697A7A617C706C6163657C64617473756E7C70686F746F7C646174696E677C706F6B65727C70726178697C70726573737C7072696D657C70726F6D6F7C71756573747C726164696F7C72656861627C72656973657C7269636F687C726F636B737C64756E6C6F707C726F64656F7C776569626F7C6372756973657C746F7572737C62726F6B65727C63616D6572617C64656C69766572797C64656C6F697474657C77656265727C6465616C65727C6465677265657C64656E74616C7C646F63746F727C746F74616C7C74727573747C74756E65737C74757368757C7562616E6B7C766F6C766F7C64757262616E7C676F6C647C686175737C6564656B617C66616974687C676F6C667C67616C6C6F7C6578706572747C637269636B65747C637275697365737C65617274687C6578706F7365647C66656465787C657870726573737C657874726173706163657C66616D696C797C66697368696E677C65786368616E67657C6669726D64616C657C6661697277696E64737C6669746E6573737C6669726573746F6E657C676F6F677C67616D65737C677572757C686169727C696565657C67756964657C6C6F616E737C736B7970657C736C696E677C66617368696F6E7C677567657C736D6172747C6665727265726F7C64656D6F637261747C6661726D6572737C736D696C657C766F646B617C77617463687C666572726172697C666565646261636B7C66696E616E6369616C7C677265656E7C66696E616E63657C666964656C6974797C67726970657C67726F75707C67756363697C72756762797C73616C6F6E7C73656E65727C736576656E7C73686172707C7368656C6C7C73686F65737C76656761737C766964656F7C77616C65737C666C69636B727C696B616E6F7C627573696E6573737C67656F7267657C6772617469737C6A7072737C6B6464697C6A7565676F737C627567617474697C646973636F7665727C6A6F62737C6B706D677C6C616E647C67617264656E7C6A6F627572677C646F6D61696E737C6B7265647C66726F67616E737C66756A697473757C6A6565707C6B6964737C6B6F656C6E7C6275696C646572737C6A65747A747C67616C6C75707C6865616C74687C6A6176617C667574626F6C7C666F7273616C657C6B6977697C6C65676F7C646973636F756E747C6B796F746F7C676976696E677C6B696E646C657C6C6174696E6F7C6C656173657C6B696E6465727C666C69676874737C676C6F62616C7C676F6F676C657C6B6F736865727C6C616D65727C6C61777965727C6C656672616B7C6C6567616C7C6D656469617C6D69616D697C6D6F62696C657C6D6F6E6173687C6D6F6E65797C6B617566656E7C6D6F726D6F6E7C6D6F7669657C6E657875737C6E696B6F6E7C6E696E6A617C6E6F6B69617C6C616E6369617C6D6F73636F777C6D757369637C6D757365756D7C6D757475616C7C6E61676F79617C6E61747572617C6E69737361797C7066697A65727C7265766965777C726F676572737C7961686F6F7C6E697373616E7C726F636865727C7279756B79757C62726F746865727C6361706974616C7C666C6F726973747C7363686F6F6C7C666C6F776572737C7361666574797C73616B7572617C63617065746F776E7C73616E6F66697C736368756C657C67616C6C6572797C697461757C69726973687C696E737572657C67656E74696E677C696D64627C696D6D6F7C696E666F7C6C696E64657C686F74656C737C6C69646C7C6B69746368656E7C6C6762747C6C6966657C6C696B657C6C696D6F7C6C696D697465647C6C696E636F6C6E7C666F6F7462616C6C7C6C696C6C797C6C696E6B7C6C657875737C6C697073797C6875676865737C6C6F6E646F6E7C6D616379737C696D616D61747C6C6F636B65727C6C6F6375737C6C75787572797C6B6F6D617473757C6C6976657C6C6F7474657C6C6F74746F7C6D616E676F7C6C6976696E677C6C6163616978617C6C756E646265636B7C6D6F7274676167657C6E6F7774767C6D6F6E737465727C6F6D6567617C686970686F707C70617274797C6272757373656C737C70617269737C70617274737C6865726D65737C66726F6E746965727C686F636B65797C696E747569747C6A61677561727C6C6174726F62657C6D61647269647C6D6169736F6E7C6C616E786573737C6C65636C6572637C6C69676874696E677C6D616B6575707C6D61726B65747C6C6173616C6C657C6E6F7772757A7C70686F746F737C7069637465747C6D61726B6574737C6D617474656C7C6E6F72746F6E7C72656973656E7C6D617272696F74747C6F66666963657C70687973696F7C6D636B696E7365797C6F6C6179616E7C6F6E6C696E657C6F7261636C657C6F73616B617C6F72616E67657C6F7473756B617C7175656265637C726163696E677C7265616C74797C6D6572636B6D73647C7265706169727C6D617365726174697C6D656D6F7269616C7C7265706F72747C7365617263687C73686F756A697C6361726176616E7C7365637572657C636172656572737C736F636365727C6368616E6E656C7C636861726974797C736F6369616C7C7669616A65737C7865726F787C74726176656C7C756E69636F6D7C76696B696E677C76696C6C61737C76697267696E7C766973696F6E7C766F74696E677C77616C7465727C6368696E7461697C776F726C647C656E67696E656572696E677C676F64616464797C6369707269616E697C6369746164656C7C656E67696E6565727C746F796F74617C766F796167657C656E7465727072697365737C7675656C6F737C67726F636572797C677569746172737C68616E676F75747C686974616368697C686F6C696461797C686F746D61696C7C69736D61696C697C69706972616E67617C73656C6563747C68616D627572677C686F7374696E677C686F74656C65737C6879756E6461697C686F73706974616C7C6A6577656C72797C6A756E697065727C6E6575737461727C6F726967696E737C72656E74616C737C696E66696E6974697C6E657462616E6B7C6E6574666C69787C686F6C64696E67737C6E6574776F726B7C6F6C646E6176797C6F7267616E69637C6F627365727665727C6F6B696E6177617C706172746E6572737C7068696C6970737C726563697065737C706861726D6163797C7265616C746F727C74726164696E677C70696374757265737C70696F6E6565727C706C756D62696E677C706F6C697469657C726576696577737C726578726F74687C73616E6476696B7C7363686D6964747C7363687761727A7C736369656E63657C7368696B7368617C73696E676C65737C776F726B737C73616D73756E677C77616C6D6172747C77616E67676F757C776174636865737C7866696E6974797C6361746572696E677C636174686F6C69637C676F6F64796561727C67726170686963737C677561726469616E7C6864666362616E6B7C796F75747562657C677261696E6765727C68656C73696E6B697C697374616E62756C7C6A706D6F7267616E7C79616E6465787C79616D6178756E7C6469726563746F72797C656475636174696F6E7C7961636874737C7A7565726963687C70726F70657274797C77696E6E6572737C72656C69616E63657C73686F7070696E677C77656464696E677C72656473746F6E657C77656263616D7C77686F7377686F7C73657276696365737C776562736974657C78696875616E7C736161726C616E647C73656375726974797C736F667462616E6B7C776561746865727C77696E646F77737C7A6170706F737C73616D73636C75627C73686F7774696D657C736F6674776172657C636F6D6D756E6974797C686973616D697473757C686F6D65676F6F64737C686F6D6573656E73657C696D6D6F62696C69656E7C696E64757374726965737C73746F72657C73747564797C7374796C657C7375636B737C686F6D656465706F747C696E737469747574657C696E737572616E63657C73746164617C70616E61736F6E69637C706173736167656E737C6865616C7468636172657C70686F746F6772617068797C706C617973746174696F6E7C7072616D65726963617C726564756D6272656C6C617C736F6C61727C70726F64756374696F6E737C726963686172646C697C72657374617572616E747C70726F67726573736976657C70726F706572746965737C73706163657C70726F74656374696F6E7C70727564656E7469616C7C7265616C6573746174657C72657075626C6963616E7C73706F72747C73616E6476696B636F726F6D616E747C736368616566666C65727C7363686F6C617273686970737C73776973737C636F6E737472756374696F6E7C63616E63657272657365617263687C74697265737C7469726F6C7C746D616C6C7C746F6B796F7C746F6F6C737C6368726973746D61737C746F6461797C63616C76696E6B6C65696E7C696E7465726E6174696F6E616C7C6B756F6B67726F75707C6C616D626F726768696E697C6C616E6361737465727C746F73686962617C6361706974616C6F6E657C696E766573746D656E74737C6C616E64726F7665727C6C6966657374796C657C6B65727279686F74656C737C6C706C66696E616E6369616C7C746F7261797C6C696665696E737572616E63657C6D616E6167656D656E747C6D61726B6574696E677C6D61727368616C6C737C6D656C626F75726E657C6D6963726F736F66747C6D6974737562697368697C74617461727C6B657272796C6F676973746963737C6E6578746469726563747C6E6F7274687765737465726E6D757475616C7C6F6C6179616E67726F75707C6B6572727970726F706572746965737C6D6F746F726379636C65737C74726164657C636F6E73756C74696E677C6675726E69747572657C737570706C797C737570706F72747C737572676572797C73757A756B697C7377617463687C7379646E65797C7461697065697C73797374656D737C74616F62616F7C746174746F6F7C746865617465727C746865617472657C786E2D2D6E6F64657C66726F6E74646F6F727C746174616D6F746F72737C74656E6E69737C737570706C6965737C786E2D2D703161697C786E2D2D7178616D7C636F6E74726163746F72737C66726573656E6975737C7461726765747C746B6D6178787C676F6C64706F696E747C7368616E6772696C617C736F6C7574696F6E737C746A6D6178787C737461706C65737C737461746562616E6B7C73746174656661726D7C7469636B6574737C74696666616E797C73746367726F75707C747261696E696E677C74726176656C6572737C786E2D2D393061657C73746F636B686F6C6D7C73746F726167657C73747265616D7C73747564696F7C7469656E64617C74656D6173656B7C7661636174696F6E737C746563686E6F6C6F67797C76656E74757265737C74726176656C6368616E6E656C7C74726176656C657273696E737572616E63657C76616E67756172647C666F756E646174696F6E7C766572697369676E7C666F6F646E6574776F726B7C776F6F64736964657C786E2D2D3830616478686B737C796F6B6F68616D617C786E2D2D3830617377677C786E2D2D3930613361637C786E2D2D3830616F3231617C786E2D2D38306173656864627C786E2D2D38793061303633617C786E2D2D383061716563647231617C786E2D2D39306169737C786E2D2D66686265697C786E2D2D6E717637667C63756973696E656C6C617C756E69766572736974797C766572736963686572756E677C796F646F62617368697C637265646974636172647C766C61616E646572656E7C786E2D2D76687175767C786E2D2D33707875386B7C786E2D2D70316163667C766F6C6B73776167656E7C77696C6C69616D68696C6C7C776F6C746572736B6C757765727C786E2D2D71786136617C786E2D2D313162346333647C786E2D2D31636B326531627C786E2D2D317171773233617C786E2D2D327363726A39637C786E2D2D3330727237797C786E2D2D3362737430306D7C786E2D2D343263326439617C786E2D2D74636B77657C786E2D2D336473343433677C786E2D2D343562723563796C7C786E2D2D343562726A39637C786E2D2D33653062373037657C786E2D2D336863726A39637C786E2D2D3435713131637C786E2D2D34676272696D7C786E2D2D3671713938366233786C7C786E2D2D65316134637C786E2D2D35747A6D35677C636F6F6B696E676368616E6E656C7C786E2D2D3535717835647C786E2D2D353571773432677C786E2D2D3666727A3832677C786E2D2D346462726B3063657C776561746865726368616E6E656C7C786E2D2D63316176677C637265646974756E696F6E7C786E2D2D6431616C667C786E2D2D3964627132617C786E2D2D3965743532757C786E2D2D6332627237677C786E2D2D396B72743030617C786E2D2D636734626B697C786E2D2D637A727330747C786E2D2D637A727532647C786E2D2D6669717A39737C786E2D2D637A72363934627C786E2D2D643161636A33627C786E2D2D7073737932757C786E2D2D7137636536617C786E2D2D63636B326233627C786E2D2D656676793838687C786E2D2D6663743432396B7C786E2D2D6669713634627C786E2D2D6669717338737C786E2D2D673278783438637C786E2D2D6F33637734687C786E2D2D756E757034797C786E2D2D666A71373230617C786E2D2D666C77333531657C786E2D2D676563726A39637C786E2D2D667063726A396333647C786E2D2D676B33617431657C786E2D2D667A633263396532637C786E2D2D6E7971793236617C786E2D2D71396A796234637C786E2D2D67636B72336630667C786E2D2D6F6762706638666C7C786E2D2D6F7475373936647C786E2D2D63636B7763786574647C786E2D2D65636B7664746339647C786E2D2D683262726A39637C786E2D2D706762733064687C786E2D2D7939613361717C786E2D2D7A6672313634627C786E2D2D71636B6131706D637C786E2D2D7767626831637C786E2D2D7767626C36617C786E2D2D726871763936677C786E2D2D726F76753838627C786E2D2D733962726A39637C786E2D2D736573353534677C786E2D2D743630623536617C786E2D2D767571383631627C786E2D2D7734727334306C7C786E2D2D786871353231627C786E2D2D683262726A396338637C786E2D2D6A316165667C786E2D2D6A31616D687C786E2D2D6C316163637C786E2D2D6B70757433697C786E2D2D6A3677313933677C786E2D2D6A76723138396D7C786E2D2D6B7072773133647C786E2D2D6B7072793537647C786E2D2D6D676239617762667C786E2D2D6A6C713438306E3272677C786E2D2D6A6C71363175397737627C786E2D2D6B637278373764317834617C786E2D2D6E676272787C786E2D2D696F306137697C786E2D2D687874383134657C786E2D2D696D723531336E7C786E2D2D353462376674613063637C786E2D2D623477363035666572647C786E2D2D666971323238633568737C786E2D2D683262726567336576657C786E2D2D69316236623161366132657C786E2D2D667A7973386436397576676D7C786E2D2D35737533346A393336626773677C786E2D2D62636B316239613564726534637C786E2D2D636C636863306561306232673261396763647C786E2D2D7966726F346936376F7C786E2D2D7967626932616D6D787C786E2D2D6C6762626174316164386A7C786E2D2D6D676261336133656A747C786E2D2D6D67626137633062626E30617C786E2D2D6D676261623262647C786E2D2D6D6762626831617C786E2D2D6D6762626831613731657C786E2D2D6D676267753832617C786E2D2D6D6762617968376770617C786E2D2D6D6762693465636578707C786E2D2D6D6762706C3266687C786E2D2D6D676274336468647C786E2D2D6D6762747832627C786E2D2D6D676261616D376138687C786E2D2D6D6762636137647A646F7C786E2D2D6D6762783463643061627C786E2D2D6D6978383931667C786E2D2D6D6B3162753434637C786E2D2D6D787471316D7C786E2D2D6E67626335617A647C786E2D2D6E676265396530617C786E2D2D6D6762657270346135643461727C786E2D2D727663316530616D33657C786E2D2D6D676261336134663136617C786E2D2D6D676263306139617A63677C786E2D2D6D67626168316133686A6B72647C786E2D2D6D6762616939617A677170366A7C786E2D2D74697134397871796A7C786E2D2D6D676261616B63376476667C786E2D2D6E71763766733030656D617C786E2D2D6D67626370713667706131617C786E2D2D7665726D67656E73626572617465722D6374627C786E2D2D7665726D67656E736265726174756E672D7077627C786E2D2D786B6332616C3368796532617C786E2D2D786B6332646C336135656530687C786E2D2D7734723835656C3866687535646E72617C,'yes'),('tldlistHash',0x35353635363466306134633334633663376361326635363164613134633736363736623664363061633138633336656134666663333766633536323132666631,'yes'),('noc1ScanSchedule',0x613A333A7B693A303B693A313636333533393630303B693A313B693A313636333739383830303B693A323B693A313636343035383030303B7D,'yes'),('adminUserList',0x613A313A7B693A313B693A313B7D,'yes'),('showWfCentralUI',0x31,'yes'),('allowMySQLi',0x31,'yes'),('dbTest',0x613A313A7B733A353A226E6F6E6365223B733A36343A2265633636353035646133376536336161363133316264326330323931393633373130333065633536663733336361376362313936306266663064393035633938223B7D,'no'),('vulnerabilities_plugin',0x613A393A7B693A303B613A353A7B733A343A22736C7567223B733A393A22656C656D656E746F72223B733A393A22746F56657273696F6E223B733A353A22332E372E36223B733A31313A2266726F6D56657273696F6E223B733A353A22332E372E34223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A313B613A353A7B733A343A22736C7567223B733A393A226C6F67696E697A6572223B733A393A22746F56657273696F6E223B733A353A22312E372E34223B733A31313A2266726F6D56657273696F6E223B733A353A22312E372E33223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A323B613A343A7B733A343A22736C7567223B733A31323A22616E74697370616D2D626565223B733A31313A2266726F6D56657273696F6E223B733A363A22322E31312E31223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A333B613A343A7B733A343A22736C7567223B733A32323A226177656265722D7765622D666F726D2D776964676574223B733A31313A2266726F6D56657273696F6E223B733A353A22372E332E34223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A343B613A343A7B733A343A22736C7567223B733A31343A22636F6E746163742D666F726D2D37223B733A31313A2266726F6D56657273696F6E223B733A353A22352E362E33223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A353B613A343A7B733A343A22736C7567223B733A31323A226E67696E782D68656C706572223B733A31313A2266726F6D56657273696F6E223B733A353A22322E322E32223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A363B613A343A7B733A343A22736C7567223B733A31313A227072657474792D6C696E6B223B733A31313A2266726F6D56657273696F6E223B733A353A22332E322E35223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A373B613A343A7B733A343A22736C7567223B733A31353A22626F6C64677269642D6261636B7570223B733A31313A2266726F6D56657273696F6E223B733A363A22312E31352E32223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D693A383B613A343A7B733A343A22736C7567223B733A393A22776F726466656E6365223B733A31313A2266726F6D56657273696F6E223B733A353A22372E362E31223B733A31303A2276756C6E657261626C65223B623A303B733A343A226C696E6B223B623A303B7D7D,'yes'),('autoUpdateChoice',0x31,'yes'),('disclosureStates',0x613A313A7B733A32303A227761662D6F7074696F6E732D616476616E636564223B623A313B7D,'yes'),('lastNotificationID',0x3333,'no'),('totalScansRun',0x3133,'yes'),('wfKillRequested',0x30,'no'),('currentCronKey','','yes'),('wf_scanLastStatusTime',0x30,'yes'),('wf_scanRunning','','yes'),('wfPeakMemory',0x3136373737323136,'no'),('wfScanStartVersion',0x362E302E32,'yes'),('lowResourceScanWaitStep','','yes'),('wfStatusStartMsgs',0x613A323A7B693A303B733A303A22223B693A313B733A303A22223B7D,'yes'),('wf_summaryItems',0x613A383A7B733A31323A227363616E6E6564506F737473223B693A303B733A31353A227363616E6E6564436F6D6D656E7473223B693A303B733A31323A227363616E6E656446696C6573223B693A303B733A31343A227363616E6E6564506C7567696E73223B693A303B733A31333A227363616E6E65645468656D6573223B693A303B733A31323A227363616E6E65645573657273223B693A303B733A31313A227363616E6E656455524C73223B693A303B733A31303A226C617374557064617465223B693A313636333438373131343B7D,'yes'),('lastScanCompleted',0x6F6B,'yes'),('lastScanFailureType','','yes'),('scanTime',0x313636333438373131342E31323436,'yes'),('emailedIssuesList',0x613A343A7B693A303B613A323A7B733A373A2269676E6F726543223B733A33323A226232623835653532653238306437643039613436626462636138303030383432223B733A373A2269676E6F726550223B733A33323A226232623835653532653238306437643039613436626462636138303030383432223B7D693A313B613A323A7B733A373A2269676E6F726543223B733A33323A223361303638336662653561303731393936346264386564386562396231653332223B733A373A2269676E6F726550223B733A33323A223361303638336662653561303731393936346264386564386562396231653332223B7D693A323B613A323A7B733A373A2269676E6F726543223B733A33323A226561333830393530326163363732396337663332343037623237313134336330223B733A373A2269676E6F726550223B733A33323A226561333830393530326163363732396337663332343037623237313134336330223B7D693A333B613A323A7B733A373A2269676E6F726543223B733A33323A223466626466663066366133626637346530306463393939656136326332313664223B733A373A2269676E6F726550223B733A33323A223466626466663066366133626637346530306463393939656136326332313664223B7D7D,'yes'),('wafStatusCallbackNonce','','yes'),('wordpressVersion',0x362E302E32,'yes'),('wordpressPluginVersions',0x613A393A7B733A31323A22616E74697370616D2D626565223B733A363A22322E31312E31223B733A32323A226177656265722D7765622D666F726D2D776964676574223B733A353A22372E332E34223B733A31343A22636F6E746163742D666F726D2D37223B733A353A22352E362E33223B733A393A22656C656D656E746F72223B733A353A22332E372E34223B733A393A226C6F67696E697A6572223B733A353A22312E372E33223B733A31323A226E67696E782D68656C706572223B733A353A22322E322E32223B733A31313A227072657474792D6C696E6B223B733A353A22332E322E35223B733A31353A22626F6C64677269642D6261636B7570223B733A363A22312E31352E32223B733A393A22776F726466656E6365223B733A353A22372E362E31223B7D,'yes'),('wordpressThemeVersions',0x613A323A7B733A353A226173747261223B733A353A22332E392E32223B733A31353A2268656C6C6F2D656C656D656E746F72223B733A353A22322E362E31223B7D,'yes'),('totalAlertsSent',0x31,'yes'),('lastEmailHash',0x313634343834373237303A3132333566623335386430363337626361303134303334626639633263383361,'yes'),('originalScheduledScanStart',0x31363435333935363030,'yes'),('lastScheduledScanStart',0x31363435333937393431,'yes'),('scanStageStatuses',0x613A31313A7B733A31333A227370616D766572746973696E67223B613A343A7B733A363A22737461747573223B733A373A227072656D69756D223B733A373A2273746172746564223B693A303B733A383A2266696E6973686564223B693A303B733A383A226578706563746564223B693A303B7D733A343A227370616D223B613A343A7B733A363A22737461747573223B733A373A227072656D69756D223B733A373A2273746172746564223B693A303B733A383A2266696E6973686564223B693A303B733A383A226578706563746564223B693A303B7D733A393A22626C61636B6C697374223B613A343A7B733A363A22737461747573223B733A373A227072656D69756D223B733A373A2273746172746564223B693A303B733A383A2266696E6973686564223B693A303B733A383A226578706563746564223B693A303B7D733A363A22736572766572223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A353B733A383A2266696E6973686564223B693A353B733A383A226578706563746564223B693A353B7D733A373A226368616E676573223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A323B733A383A2266696E6973686564223B693A323B733A383A226578706563746564223B693A323B7D733A363A227075626C6963223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A323B733A383A2266696E6973686564223B693A323B733A383A226578706563746564223B693A323B7D733A373A226D616C77617265223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A323B733A383A2266696E6973686564223B693A323B733A383A226578706563746564223B693A323B7D733A373A22636F6E74656E74223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A333B733A383A2266696E6973686564223B693A333B733A383A226578706563746564223B693A333B7D733A383A2270617373776F7264223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A313B733A383A2266696E6973686564223B693A313B733A383A226578706563746564223B693A313B7D733A31333A2276756C6E65726162696C697479223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A313B733A383A2266696E6973686564223B693A313B733A383A226578706563746564223B693A313B7D733A373A226F7074696F6E73223B613A343A7B733A363A22737461747573223B733A31363A22636F6D706C6574652D73756363657373223B733A373A2273746172746564223B693A323B733A383A2266696E6973686564223B693A323B733A383A226578706563746564223B693A323B7D7D,'no'),('malwarePrefixes',0x1F8B080000000000000314D6793815EF1700F0D997BBCE9D3BCBBD7349594A85128A42522452491B25518A44D95A484A21492B11854A94A448918A94B469212A29A545452BD2267EDFDF1F9FE79C799E79DFE79D33E7CC333EE3C78C8F0A1B6F3E5ED7DF27CC5F7742D878B331E3754FBF1ADEFF20D525EF650D7FC93FF04543CBC42901A5B38E4DBE3E19EDB2CD3829FBFF7D96E375D784FA2D0F58EF17F6FFCB31666696E6FF6D030096E900F8FD0600DD7204E0613F00784737003FDB08A029FB01F40F0460919D00F6341DC003D60144C24B40DC620C480BBD0059AE2B20675A00B9701A90CFEA04A89B8B00EADF154031B60C50748402F4A1068031380130E51500FB7636C0D9C8012E2002E0293B80F7BE0CF0A7B401D5BC1A40559709A8D37B00758E03A0BE2705D4CFEE02C2CC0C40705F02088DF68046BB11D05C710734B7C6005A2E3D80D6C25F80F6010D306818050CB2EA0306ED1C05E88CEF027426D5033A418B8021B7ED005DFDDF80EEA40A4037E800A0FB623FA0679003E85DAC010C96D90206DB3B8061DC6C60D82C5BC030EC1060B8ED0C6078FD2C30FC603030BCAF011861150C8C987F0518F1EC246064BD03305AA70718555C008C3ECD058C4B3E01C6EF170326B62980C9E62FC0A85335C0E8BD2980193B0830079D01F315AD80057216B0D83D09189BBB111837EB3FEEB1C0B8EBADC0B8BA1E605C431B6039DE1CB02A580258D59080D5EF6460FCC97E608236054C88190B584BFE01D6975F03D657960236032460DBF714B0BBB8199874A61698742F1C983C2403709038020EB737028E4FD300A7FC12609A6D1F306D9D11E08219032E5621C0F4DDFD806B482CE01AFD0C9811DE04CC48F002669C7E0CCC78381D9839BD0F9895FC079875FA04E0367E0EE0968501B30B8E02EEAB5C01F79FB9C05CA70660EEC377C03CC73A605E731B309FB300162C3F002C487B0D2C38E3032C284E00165C59002CF89E03782CFE0778E4A6009E630B014FABD38067F62360A1BD2DB0D07504E0A5AD05781D1E05789B7380B77F2FE05D98002CB925027C88EB800FE30BF86CBC0BF8AA30C0F710042CF5D4079659B703CBD6FE67D73860D9D705C0B21FD1809FEC16E0E79E07F85DF401FCEA4381E5277600FE6BDC8000C92620604F2C10903A0958A998040426224060E7482068FA3420385A0C04C71603C11FDC81D5E07360F5DE49C01A301358D3BA1908D99B038411414058501E1076B908082F360622B04A2062E91A20226B0058A7AF02D6F53A03EBFDEF001BB6860291975120F255051035640B10959D0F44475D00363D5D0C6C6E8D03B65886035B56C140AC2E0FC4064501B1FFBDBBD8241C88BDB706D8FAF31DB0F58F2EB02DA901D8B6EF2CB0EDF93B207ECE6A203EE910109F4E02F175E78184B5F940428E239038BA1448DC3701487C3B06D8812E067684AC03929C2B8024970E2069873FB073E41320B92B0AD8F5CA09D88D2C01760734017B9097C01E6637B067EB6F60EFA7FBC03ED97760DFC85E605FEF4E607FAD0790020C05523CE60129411B81D43DC9C0817105C0819752204DF7369066300A48972F0032C64B800C673B20C36322903950041CB230010E256B80C3D3A280ECE19940B6DF442067DF3D20E79E337064512170B4FD3470AC5901E4D6DC03F2C0ED40DE7A7320EFA31190D7E7069C70CD014E1AFE020A8CF38182745FE054A30370AA5B0E1442B140A1F149A070FE6DA0F0E11AA0B03D0428EC9E019C6EBB049C311A0C9C591A0C147BAC028A977B0325274601E77CA600E72A5E02A5269DC0F99995C08529DAC085ED89409905FC1F1E289B3208284F520217A3B380CBA7AA80CB77260157DEE600959360A0D26D3D50B93214A806D540F5F46B40F5460BA03AF10C507D0103AED57C04AED7D901373A8601B586A380DA53F780DADBE7805B395AC05D170CB81B7202A8D39900D4354702F7663600F77CE5C07D452470DF7F1CF040BF1D789078187838FB32F0F0C42FA0C1341568B874047874F61BD038530E34A1CF80C763C380C7511DC0E347EEC0139FA7C0B3CD5E40CBC536E079EC20E0053C1778616A04BCD8FB0D7869391978395909BCDC5E03BCAC8F015E1D4B07DA96BA016DE962E0B5B73DF03A240C789D3107783B7213F0F6B229D0AE6305B4AF1C0DBC9FD0097C684B023A9DCC814F1B7C80CFBB75812FB6B3806F8BA281EFE7A7025DCBF602DDC023A05BCFFD3FF140F7C240A0FB880FD0E303013D8FED811F0DBF815F8514F0C7BE13F89B550CFCFDB613E8BBF719F8376322F06F4E2930A01F0B824B1F80E0B54B20344D1F84F23F80D0A7FB201C7C128463BC40C4BA0C44F6BA8268BC2D88192F05312714C4FECE0371AC05C49D868178D41090783604242FCD0445D62EA0C8EB38285A3B08141F5D0C8ACBA240F1071694406B40C9F0245032D9029486DF05A55BDF8032BB6850F6753A48A5448354FB3390A6CB4066BF27C81E7B0CB2CDF92047A482DCBA0650A589005516FB41555200A8D6EA05D50B9F80EA8BE9A0FADE7E50182D078545A9A0B06E38A89955036AE9A5815AC30E835AF37C41ADC64DA0B67E21A8ED550B6A3FF90C6A3F7B050E2A9B0DEAE8E5833A9BB2419D9A2DE0E0C0767070BC293844B3151CA25704EA5A3B81BAAF1681FADBD340030F57D0C0F31F68F0F21938342D0B1C7A7109386CE930D070AE1434CC4E040D5F5B80C3D90DE0703F1938BC580F1C1192048EB89C011A7D4D008D5D1241E3D93B41E315F1A009940F9AC8DA4093100538AAD1081CF5EB2E381A5C0B9A8E7D039A5A7F06CDC2EF80E6E020D0BCB70B1CEBB3081C7B2A081C67701E1CB7620C38AEED006839763E68B9FB1E6899351BB49AF81EB44A4E00C7E7E9831382FB406B991668BDFE0D687DC014B4FEB901B419D903DAEC6C076D4E5E046DCA0B41DB6F45E0C42FE3403BE77ED0EE55033869D13FD03E26149CCC2F06273F4F00A77C4440A74027705AD915D0D97A21E83CF91F383D87065D237E80331C678233A6478233350DE0CC2B47C0598F6E806E1303C1D9F71E80EE0E5F41F79CB1E01CF0213817AE02E7BA5883F3F4D3C179451BC1F907EAC1F9E913C0F9FFFCC105CE11E082C80DE0822425E8216F063D86EF043DEA9F801EAD96A067851FB870CF00B8F09C2FB8B07917B868ED417051E51AD04BB216F49AB412F43A52042EB6DF032EBEFC08F46E890497E4E783BE7F8F824B3DD3C0A547B7824BF354E0B2046BD00FFE0CFA658D0657B864822BDE4F02577CEB06FD375D07573ED805069EC6C1C0473018D8A205AEB23402575D1D0057DD580906AD1E040685E582C17B1130F8B51D18923F160C1B5E0B86BD58088675C780E123DF821183CCC1889FB6E0DAF521E0DA4DAFC0752B3E81EBAAF683EB6F9A83513E8FC1A833F6E046F834B8B1CB008C5E35098C3E9409467F3E066EFAA107C65C5D06C63C20C1CD0D0A70F3D34C70F3AB19E0962B8DE056663DB875BA37B86DFA32705BEA5770DB897DE0B60E27306E621718B7D91B8CB78C00E317F780F149D560C2922C703BBF074C6CA7C11D36A1E08E1B47C1A4582998D4DC0426AF9C0A26A73F07777D4802F7F8B7827B7BE682FBB48783FBE63D00F7DFAF07F77F2A0153977880A92D9FC0036519E081FB0360DA912B60DAFD7230EDA90D983E68137870F54430E35B3D98E9E8021E2A70070F15E78187B75E00B3520BC06C551F98DD9E00E6841F0073FE8C068F319BC1632FF781B9935560EE2233F038150F1E5F520A1EFFF80ECC9B9800E6359E05F3FEF681F9F7CBC0FC17EBC1133132B02079365890FA132CF8BB153CB57F0378EAC339B0D0EC2A5858F71C2CF2990E16BD60C133254FC0B3B24DE0592B73F0ACBF083CBB26163CFBDB0D2C3630014B9840B0B430183CEFB702BC306C0758C6F58365B933C08B4A1FB042B617AC30AB032BE62E072BC2678397968480972937F0B267117879D545F08AF15CF08AD748B012AB022BB71E01AB46458257BF8C05ABC76F07AFB93F04AF453C07AFCFD7056BF243C19A13FF397507BC11FD05AC35BE03DE1EF407BCBD2C10BC9DAA0BDEAEA9036FF706827775E78277875E04EBC6B8820FECECC0078B96820F1227820F911FE0C3FFEAD0A0EF093E0A6A071F1DB6001F7D71051B77A7838D3D916053BD3DF8182D011FEB0F031F7B28C027116FC1E60769E0B324026C91F5832D236780CFD716812FCA08B0B59E025F9A24832F2FD482AFFC2BC057E73F80AF9EE3E01B7500F8169C09BE73B002DFB59581EF7AA783EFF9B5E07B9B5EF043D211F063743CD8313C00EC18150C7694B9819DE76DC04F4ED6E0A7D9D9E0A773CEE0A7DBA7C04F2FEBC1CF1E20F8B9A613FCF27E0BF855B418FC3E7D38F8BD580976C55D06BB3A10B0DB580A76EF7B0FF644DD047BCB4E813FE331F0E7EF62F097D76FF0D7325FF057C076F057B60BF8AB7536F8FBC21AF0EF1923F0EFC30BE03FC3F5E0BFB230B09FEA05FB6B3BC081573B20C0938680340E02370543E0DD0608EC708620230708BA9D02C10A7B089E3000C176B6107CE71284901B21C46239842E790CA11F1D206CD70E08AFBA0811E68D10311E80886D232172FB2788BC1A0A919D0F21D1BC5848B22514923A2B21E9A9AB90F4C65B48661B08C9BE5C80E453C590FC952D440D6985A8E3272185BB01A468D902293112526A2F8094772C20CEAC05E293DB21F50B3F4830FD0B0956472161BB0124ECF0853439AF20AD774190F6345F48477B0CA4F34F020DD6DE030DF6748706873C8506DF7B010DF9F714D2CB9F07E97DDC0EE9BB7F87F457BC87F4776F84F4BF984043C7D641C3DC9E41C37C0741C3024AA16197BB20C3822BD0889635D0C8597268E4DD2390D1E41AC8E89F0A32EE2521131C8046692D86461B0C824627BE834CDF3442636425D098112B20339F64C89C22A0B1EA5DD0D82DE9D038E324C8B2702A6459C642561BBE40E327E943132C7420DB1924641B6D06D94D5807D9139720FBC36B20FBECF3D014BB4590C31E06724851428E7353A0A969D990D30E0768DAAAAB90B3FB37C8B9F03BE412E00FB96C9A00B9BC7F004D270643D3F90168FAC52EC8D5B31E725D3D0572DDFA06727DF21D9A352A049A3DFA24344FE886E65F3C092DF8EF3C1EDA43208F1124E44978419E735DA185C23468E18403D0426F3368E13D105A347C3DB4E8B12BB4E8CF53C8AB7627E4ED940379A75A434B3CC7414BB2E3A025D5AB219F21EB201FEB78C8D77DF27FBCA1A5171A20BF9BDF20BF3777A0E587E2A0E54F66422BD60D402B631868E59E85D0CABBC3A1956F0F402B7F7B4381F6E95060C53B68153B065A35CD1B5AD5A48182DD1BA0E0221B68351F07AD76378556978742AB2F96436BE0B9D01AD7155048D61828743A0485DE5F02858DF802857F64A008077F28C2E92114B1F73BB47ED41968FD520914F92C018A09358562726E419B8756429B2B3E415BECEF435B777C85E22C3DA00449249430330F4AD8390025FC980A6DB76A8612077F8112AB95D08E980128C9B41F4A9AEC0E256DFD2FAF1D0E25BDFA0A25075F87764DB90AEDBAF205DA1D9D0CED71DB0BEDB9B40BDAF3C705DA1F4F4129675F40292FDAA054712574C0E2159456980BA54F7C001D4CBA031DCC18091DCC190A65B8C54199665950E6841028F3F114E8F0394FE870E779286B481E941D6B04E5F8E8434738057464690374E4D801E8C89312E82867041DB3BB011D7B150E1DFB6B091D5FD20D1D3F7E1BCAFBF812CAB7CC80F2234740F91B0743F977D64327E05FD0098B9FD0099759D089B45BD0C91DAFA102A8132AD85A0C9D6A7D0915EA044285CF1E4345880B54E4391E2ADA3E032AFA0941670A7E43C58AF75071A8022ADE3F032A29CC824A4E7F86CEB92AA07377E643A563CAA0F39B70E87C9E3774FED454E882E832541E8041175799411733E4D0252F097405DC09554D5F0655BD7181AE6E5D0B5D4D9542D51147A06B0987A16BA7BF43359E15D00DE3EF50AD47187473F763E896C14CE8B65801DDED3900D5698CA03AD320E8DE3A1EBAD7AE07DD8FB0801ED01BA007BABFA07ACE17AA1F7F0E6A08190C3DAA9B08356EF3861EB727424FFD1F40CDF7EBA0E7CB40E8E5BF75501B770B6A33A2A0B62559D06BEA0DF47ACA17E84DC67AE86D7215D4BE391B7AFFC701FA10711EFAF0D20BFAF06507D4916904750E9A0A757AFD803AE3CAA04FD75AA0CF7E4DD0979AE3D0D7F86FD0B7FD46D0F7D44EA8EB7206D4ED1E0975C7FC83BA93B5A0EE7B5FA11F6B73A1DE337A506F5519F473D56DE8176702FD6157417F3C52A03EED7BD0BF9E6CA8BF461BEAEFC361903485C1A97130947A1F866DFC60B8A60E46F49EC188D17518CB7782B1EB8760DC2612C61D2FC384F97298181B0E13DDCAFFDC824960164CA696C1A29189B028BB0916B5B3B0B85B054B064D86252707C1D24BC9B0F4B1052C1B120ACBF6BC8565B53F613A2A10A68F5F849546376065940C561604C2CAD726304389604E910373898760D5E2CBB0EAD7715858920E0BC5CEB0F074352C0C34C11AFB6458B343026BAFBA070F9A1E0F0F3A2282757C26C13A6DC7E1C19B5078F0031C1EB27D3EACBBEE21AC97D00BEB5DDC03EB9B7BC243C515F0D0CAFDF030E41F3CACDD1936743E080FEF3C008F3498008F0C99041BDD390D1BBD0460A34F146C5C6B099B7CF7834DFE59C1A65E9EB0B924153677FE089B9F68852DFAB6C056366B60ABA445F0F8B80C787CC93DD8BAF0036C531703DB34BF846DFE36C2B61B5FC213ED52E089A515F0C49712D86ED33ED87EB0213C39BC0576887D013B5C34851D0D8FC053AF6F85A79969C1D3AA5FC2D39E52B0B3CE28D879C20DD8B9E817EC423F865D7FA3F00C2A119ED171049E09FC82674EBC0DCFF4308367666E8167C504C06E1B5260B7821DF0ECEB62D8FDCC01784EB0073CD75003CFF33D03CF779C052FD8AC823D605D78A1D51578E1F63E78D1B9A1B057C93F78B1CB7D78F15B18F6D62E83977C74877D4624C1FF9510F671780DFBF430B0EFF95078E9EDDDF0D20F43E1659A787859E56A7859D52BD84F6F1DEC175509FBE519C0CBEF0D82FD4BF561FF969DB0FF670DBCD2D0005E5970120E1CEB0907DA98C3816BFFC1AB1ACAE0603E070EDEB8145E3DEA1DBCE645101CB2E7171CF2CC170E9DB5110E7D41C361E58E70D85B080E17E7C211F36DE188B359F0BAEEC7F08692BB70A4B11D1C7931098EACA98623FB6FC351335DE1A8C21638EA7410BC31F905BC31A501DEF8C012DEF8F11DBCC96C121CF3211F8EF99804C782D7E0D8DD1CBCF5CC3B785BC42878DB36068E737900C78FF805C7572D80E35F5F81E33B86C3DB1D6878C7919B70D2B4687827F011DE193E15DEE57611DE23DA02EF79F51DDE3BE938BCF7E306781F5F05EF7B5402EF1F49C0FBA71C87530313E003B671F081056BE003B943E003378BE1345B0C4E5BEB07A75F6E80D36F94C0E9CD5BE083DF0DE00C73373863A5369CD1E506670E9A096766AC81B34B3AE19C15DBE123E14DF091A33EF051A6153E7AC50F3E66B30E3EEE4CC179471DE0BCEB1D70DEA3F970FEA0D7F009220A3E9170073ED1F71B3EA9DF099FF41C059FBCED06178C2C820B8E3BC2A74ED8C1855D59F0E9459BE122E348F8CCB0A3F0D99A0CF8EC6D4BB8B82E1D2E59750E2EF939193EB772057CFED93CF802BF132E63CFC31553FEC015910D70C5ED85F0957F2170956D115C75E6217CF5F431F85AE225B826672E7CA3BA0DAEA57FC2B5F1FD70EDFE76F8E6FCC5F02D2303F8363217BE636B08DF716B83EBEC9EC375178CE0BA2E73F89ED81DBE5765083FF471861F163C821F968C86EB6D40B83EDA076E08D80637C46F811BEEE4C38FE256C34DA35AE0C7A7D6C04F6699C0CDBBF5E0E6BF17E1671235FCDC7707FCBCD6137E51390E6E3D4CC02F3D9DE0572BF5E157FD3FE1B6558EF01BEB48F8DDD81FF0BBB85EF85DF62DF8DD7FDFAB77BF0FC31F8936F8E35807F8E3D246B8F3AA3BDCF97E29FCA96F08FC35782AFCF5CD6FF8DB4D67F8BB100677B172B8CBC30DEEDA6F0377BDDB07773F36857B1AF7C13DED73E11F31CBE11F1F0EC3BD3A91F0CFCBABE05FC323E05FBB27C1BF9DCCE13F5E95F09F4B12F8EFBC23F05FEFCD707FE604B83F5B020F3CDD000FB49D86073ED82240CC6E04C83E8DC0D43704A91E8BA0536F2368CA10047D3D13C1A6AE44B0E5ED085E710721DD19443C390011DF4E442413B72192E62F88B4520B91B93921B2E3B710AAE626A2A84D44149DB711DA752442EFFF85D04FEE234AEE1BA29CFD1761914C847DD88A70D6C1086F9A8EF0475F20AA735710D5F54E449DB11051E77F4704C5144478760AD1B2FB8E6845D7205A1DFF106DCD4C44BBA81ED16E5F87687F0D440689AE2083AE8E4774BEFD43747E352283A7A2C8E0C59D88DE196F44EFE31C44DFE015A2FF470B31F07B8818B44E46863EAA408621A98821BA02311C12850CFF9A8F8C5C771D310A8E408CD69A22467DE710E3117688F1C619C8E89FA688A97D1162DAB80C19B3E2273266E03E62566582984B2620E65E6F100BC55DC4227527328EBC8C8C5B6A8A8C8B9A828CBB178F582A472396AD67112B750F62151D86D8E8A9101B8F18C4C6DF09B125D29089757D88DD5C1764D2DA61C8A4632B117B7B093265A11EE2E0F00871987B187128F5461CEB86214E3A8390699B61C4794307E2BC632AE27C3C05713EBF0C71BE720B71397D1699EE3C04995EF50299FEF90932A3A1059919D58ACCFCB91B9925139059AAB9885BA837E2FE31089933FA1A32C7C50399BB6A2232F7421A32F7BD2932B7B71399A7FA81CC33B244E6EFB987CCAF5A862CC819847884F8211E61258867E407C4731F83781E9B892CDCBE195904DB215E95DB116FAC12F10ECD40BC0FD7234B6A5A11DFDC09C8527D4364E9FC55C8D2D84388DFDA32C4EF6824E297678EF8F5BE4196BF90202B4EDE42FC555948802A1059D9BD0C095CF00509CC1E83049EF24602EB6D90559E3F9055D90C1234FE281214D08604C79D45824FFF4256A7EE4556370F43D64CC4913547ED90100F0E09295882844E5B8F84D6A423E14B4124E2FA5A64AD6E06B26EEE7364BD2219591F168BACBF54806C00AD9168F312243AE005125D71088971F64736F3E1C8962985C8B6C5C3916D29F39178D76A2401BF83242C5A8B24ACFE8B24241F45B6139790EDCD77901D374A9124D52C24E9920DB273AC14D9B9F10F927CF11292DCC3227B9CBF217BC27590BD9357207B1D9E237B3F6D46F65D1F40F653CF90FDBF3E20FBFF9920298BC62229BE0C9212AB8DA41A7F4552E7CE4352EF37220722CE2007DE1423695BC620077510E4E0E4242473DB78E4D0B8F1C861AB2EE470623392759F45B2BF3A20D9BD99C8117B0FE4E8DEBBC8D1131791A38FD5C8B1B2B348EE363DE4F8040CC9E38621791B6291934A183979A11439596D8714A08DC869D145A468721372C6E1007226D50A3953F812396BF411393BEB3372F6841B523CCD0E29D1ED454A9A2C90737D3C523AEB3752EA3E14B9509B8B94CDA191B2A26748D9FD44A4ACA118B938AE02B9B8E9057249E3845C1E3F1AB93C8F422EA70421575E6B2395A7AE209577E2902AC326A42AB013B93A611452BD2507B94E6D446A86AF476AE26E23373A4A905AADF548EDCB1348ED6F0BE4A6A414B9D98E20B7A521C8DDD451485DB931722F5B07B9F77B2772BF2D10A99F958A34D8F6238F8E55228DCD354893ED02A4299F471E7BC0C893D93791A77BA5C8D3DE8548F39BF5C8B32C4BA465C824A4C5F931F2C2BF1E7979AB137945F8216DE299489BF138A4EDCE1AA4AD6504F2264E1F796BF31379BBD61B7977C01C79D7EA81B44B3B90F6E2FD487B6D3FF21E3885BC0F4391F7E7F2900F5C13F2F1BFFA76A43D443A5F94229F567C433EBDB3403E8338F219D242BE2C5B867C29B442BE9CAD40BE942E42BECDFE867CFBD18CF414FF467ECCFC8EFC68D420BDF30390DE8052A437CD06E92D9B8FFC347B85FC3E7A06F97DA60EF9A35581FCF1AC40FE263B207D4BA448DF330BE41FF604E91FB209E95F700CE96FBB8A0CC01F9081BF9928F8FC270A75A5A3B03A0945EEFAA0E8CA9B281AF813456BD528AE744271C3FB28591C828A86AF45C5A217A8D8B41995BC3F89CAAE4F44E50318AAA8AA429533DA50462F0C653E6328DB90877223BC508DF7705473C20F1D6435031DDCA841873C7E8BEA8ACA50DD712A54F7912FAADB321FD5E3DFA07AEB1250BD9C5254AFF137AA3F9546F503E5E8D0ECD9A8A141156A182D4287FB1C43470C4F478DCF01A849FA71D4E4AA133AE6F56CD44C50A266BBDA51B3438B500B10422DB6F7A2165D0C6AF1E3353AB6ED223ACEC11E1D37F3226AF91A40AD5CEFA1566137D0F17B65E88495B9A83508A2D6CFF6A1B663DD51DB7D63D189C216D41E3E884EDEB20B9D12C7A10EEF7550C7994351C7EB3AE854CD67D469D578749ACC059DB63D1C75298C425DCEB6A0D3B13274BA7A3DEAFA78153A4374189DC996A26EA59EA85B653B3A9B9880CE9E7A0E757F7B099D53A88DCE8D5B8ACEEB9A8CCE0F7C8E2E30B98B7AB220EAA57B17F57A548E2EDE3D0DF5D192A33EBD45A86FE917D4F79D36BAD4C50CF55B7215F56B8B4457348C45FDB3BEA1FE17F6A1FECDDBD09583FEA12B3DEEA02B83607465AF3EBA8ADA84AE4A6E44838DF4D1D5A36FA0AB2F3BA22163D7A1A1DE9BD1B00227347C472C1A9EFB185D6BFE045D3FE82DBA217802BAE1A40F1A4938A31B87F7A01B27EF45370603E8C61A1E8D692E4237BBBC4537E7A3E8E62F31686C6339BA3565101AE72A47130C5FA109B153D0ED5F9DD0C42FBEE88E5B53D19DE13568F24C6334F9860B9ADC254377C5D0E86E450DBADB3E03DD7DE501BA376E1CBA6FB716BAFF8B359AA2770C4D31B44053CE6D4253AE58A007A6DD420F1C53A307AEDC47D31C9CD1B47D5568BA910B7A30568466EC7C8666EADD4033FFD5A2876C7CD1C323C3D0C31F0AD1AC317568D6ADD36856F30834670884E68C4D4073E222D09CEC5834E765289AF361247AF464349ABBAD08CD2DD1458F0F9E88E6AD2846F3B296A1F93374D17CFFBF687EF40334BFCD173D7104464FF4ED434FE66D400B580E2DD08E450BC6AC430B4ECC464FADAF424F7B7F464FBF3F8A16C724A32515FEE805BDBDE885C45AF442FB30B44CF70D5AE6740B2D9B75042D2BFC8896D7EBA317B7AD472FF765A157BEA4A0959F5CD1CADEB7E8559DFDE855FD0BE8D5614E6835B408ADD67246AB2B07A3D50F6BD06B25CDE8B57B8BD06B5FD5E8F5B7D5E8F59E58F486FC027AE362105A6BED80D6AE71426F528DE8CDCB5EE8CDEA7AF476E428F4CE9AABE8BD1DADE8BD7DADE87D57157A3F26007D285B863E5C9D8B3E920B68A34912DAD8618836FE89479BB8F568936D13DA541E803E89C9479FC275E8538FA1E8331D107D566283B6EC94A22D7FAEA0CF77BD479F9F3982B6AE7A85BEF4FD4F7222FAB235087D35B6017D65DD87BE5AFF017DD5FE077D3DBE097D3DEB11FAFA5128DA6E720E6D9FF41A6D7F6383BE4F7445DFDFC8443F8CC9473B6C0CD00E472FB463F313B4E32C8976FA7D423F9FDF837EFE3C0CFD121A877E69B046BF6A4D46BFEA5F44BF15CD46BF9B8D46BB980D6897E607DA75A702EDBAFB13EDFAC8A3DDA39CD0EE437FD0EE73ABD19EE20EF487C32FB4D7A50BFDA50846FF74BC42FB82E6A2FFD6DF43FB2153B47F540FDA6FD68DF647CD40FB33A6A3FD05F9E800528A81AD4F30A41AC5D0E10E18960E63587B1286FD8BC0F0F25F187E3F0D23CA5D30E2E63B8CAC76C444F0794C6C9E84897DC230F1B26C4C62608749E2CE62B2957731D986FB98EC038051CC798C1E7113531AAFC4B833328C2F3F8FA96A9E62AADF4E987AF42D4C7DC40653B785619AAE5398E64F0CA635EC18A6ADE78269E70462DA558B30EDEB0998CE53736C886E13A67B2015D3830330BDD53F31BDBC5798DED74998C1C148CCE0C8536C684222362C7E0D36EC5B1666185A8C0DF72FC0865F988B8DB02AC6460EFB838DFC5B8D194FE6B0D135A1D8E82FA998A9D620CCB426011B63B20F1BB32F0F1B6BBE181B7BE0133636331A1B5BFE171B67F2101BD7548159061EC02CC3F531CBDA1C6CBCC94C6C7CAD2D3661A4096633EE2F6633EB0366CBBFC26CED1B31DBA8FFF2F4E5D8C4E1BED824F60F36A9F4193669A01EB3D759894D5918804D29F981390499618E6D8ED8D46137B0A9A143B0698C1536ED863BE692321173F94861AE3F82B119AAC1D88C23A7B1593520E6260BC1DCA863D8ECB86ECC9D73C1E6F4676273E52BB1B986FDD8DCDF9ED8BCD237D8BC6F3FB0F9191C36FF7129B600BE852D68D7C53CC6F7611E73DB31CFC53D98E7DE139867C152CCF3B91EE6F9D6105BB8538579B107B1C5830F618B979EC1BCD31BB0253FDF603E8E4BB06583DE61CB265DC0FC0C97622B7AB3B080210C1690F1070BC8FB8BAD74DE8DAD7C35180B7C711F0B7C7B045B35651E1634F21D1694FD110B3A158405CB5CB1E067241642746121DE13B190F2D758A80B8785BE4CC0C2AAEE60E1678CB088E1B3B108FB75D8BA0787B17503F1D886C7BDD886670FB10D5F9CB1C85DC658F488C358F4C9F55874713EB689DC846DAA1B856D1E19806D4E388D6D3E7405DBFCC103DBB2DB108B3D9A8EC5FEF5C7B666CDC7E2F45AB0B8490D58BC781B16FF703D9610FD0B4BA8FE8C6D97E761DB55FAD8F62A05B6BDE90696783B014BECFD8025DDB7C376A69FC592C3596C179A8BED0E9462BBA3706CCF9435D89EA7C5D8BE1D9FB0D4496BB1D44C124B3D6983A5F62EC00E042760E9C3C3B0F4D8D158FACD14ECE0EF342C33780D7668F71BECB0EE07ECB08F3F9665FA0ECBBA6E8B6507EA62D969349663DC831DB9F1043BCA4EC18E2DCBC28EBD3A84E516A663B9979CB13C740496279D8EE5A9B66279770DB07C682176E2BB183B09FEC04EEE1C8A15843FC20A1F4463A78F2DC08A74DF6045AE7158D17F752EEA26B133BAE9D899E075D8D9E52C56AC4AC78A1D9BB0E22D2158C9A1A95849CF65EC5CFF46AC74FC39ACD4DA012B9DAEC24ADD69ACB4EABFBC2503BBF0448C951D75C2CA212556FEDB10BB888FC12A6E0EC32AFAFDB04B5AFDD8A56F5BB1CB7ABAD8952F065865D46EACEA3B855DB566B0AB3F6E60D56D4FB06B273762D70D0E63D797BA62D76F2EC1AEB70DC56A6213B09A3D7BB19ABC07D80DB755D80DAF63D88D3B1DD88DE6F9582D370DAB7DFF16BB997F05BBB5CD09BB5D3D04BBDB1F85D521FBB03ACB5AECDEF20BD8FD2519D8C3D1B558C3D0395883258435425FB127855D58739425F66C741DF62C3C0B6BB95685B5FC32C75AF99558AB3386B5FA9962ADBBA6632F5718622F2F4561AFDF2DC7DE305BB1B70137B177A79DB0F7C867EC7D6F04D6C18DC23EB9ECC4BE2AC5D8F7A1F558D7F46AAC2B7B32D65D1381F5B82CC27E0C47B11FEBD2B01F5159D82F2C17FBB55C82FD8AF881FD765A87FDB1E0B13F4E85D8DFD523B1BFEF48AC6FCF42ACAFBD06FBF7E62CD6DFDC87033B1D71A0AA1F878EFEA7D000473CDC715CBF04274D27E3A203F771F109035C726B1B2EE5F7E0D29F5371CAF61EAE686AC259AD689CDDD38A73959B7175D0465C28DD826B74D7E11A6319AE6D9D8A6BDFB6C1070535E23A13B6E03AF3FD709D0D4A7CB09B193E64B4353E64C55B5CB75285EBF6F8E17ADBBEE17A7B9A70FDAD36B87EE55DDCE0F269DCE0C9427C98F4023ECCCA171F56ADC247740EC58DE51DB8717E156EFCF5176E72743D3E2AE53C3EEA44253EFAEE4DDCF4F24FDC7460E27F5D10848FE9388C9BD5BCC6CD877CC0CD6D10DCDCE32C6EDE6D885BA0F5F8D884707C6CEA3B7C1C7A0AB73CAEC0AD8E4FC5AD6E98E3E37587E0E3973DC0C77738E11376AFC227549FC76D6C6EE336B67AB8CDCE5BB84D8D2D6EF3AD09B79D8DE0135D37E376837A70BB0F77F1C9FDB6F894606B7C4AFA4FDCC13F0777085B893B144DC11DBD0FE18E3B4D71C7230DF8D498647C6A5A13EED4DD854FB3BA8D3BFF0CC65DB81BB84B9F0E3EDD300F9F6EBA1B9F99EE83CFCC30C56716AEC367A145F8AC004F7C5677253E3BF81A3EFBA837EE6EB70C9FB7EC2C3EFFA235BEC03E065FB0652FEEF1E903EE79B616F7AC5B8A2FB4D88F2F7CB60A5FE47108F77A108A7B7504E05E031ADCDB301CF70E76C6BD2F56E13EC783719F4FC1B8EFB24BF852A7367CE9FBBBF832EDE5F8F2CA05F80ABB29F88A9E53F88A9F6B70FF275EF8CA90DF78203E1C5FB525155FF535010F7AF6090FBE698AAF5E70155FBD70341E3A908C877D5F8687AFD7C2C3A31FE0E14F6AF1887B33F1884F8FF075928BF83A753ABE61D5797CC3C60978E4FC757864DC033CF278041E59618947E51EC3371A4EC137DEBF8D4773D7F1E83F31F826FF35788CDE673C26AD018F79B11A8F699F8B6F1EFE04DF7CFF02BE656534BEE5ED367CCBE77178EC9D6A7CABBC1FDF7A6928BE6D098FC7D9EFC6130E5EC5138E34E1DBE1743C11B3C213FD613CF1C0367C47CE473CE9BE35BE73CB0C7C675B25BEB3C315DFD93B074FF675C19357E4E2BB32DFE1BB3AB6E2BB1F32F81E681FBEE7C5357C2F918AEFBBA28DEF3FF30C4F09EEC353D28FE2A95AC7F0544F2DFCC09E93787ACE26FCA07E027E3078259E31458C672C8BC633CAFFE29909FBF0CCD44F7866433C7EC881C40F2D58881F1E648B1FDEFF04CF6A4FC0B32FAFC58F78EFC58F5C7B841F793416CF45FFE0B935049EDB9E879F20F3F193CA87F8C9A039F8C954082F183F1D2F885A83175C3F8117F49FC00BCBE7E0A7ADC7E3A7774FC24FD769E1A7DFDEC04F77FCC68BD8BB785108849F5D6E8D17CBF4F162CB22BC78EF6DBC049D8397B486E1A5615FF1D2CF65F879993F7EBECC1D3F7FE5097EFECD2BBC7C22835FCC1C865F76FF835FF609C6AF2C7D85576ADDC0AB8256E2552533F0ABB378FCEAF19378F5AA3EBC3AFF1B7ECDEB3D7E6DC530FCDA7963FCFAD05BF8F5D06AFCFAD55CBC061E85D71838E23531B5F88D392C7E53D389DF9CAFC66F1998E0B7BF58E077353BF1BB439DFE7319BFBB0BC3EBA04378DD706BFC9EBB217EEFEB6FFCC1FC50FCA12C1E7F38E920FEF0FB38BC118AC21B652E78A32A086F0C15E18DFBB4F0A6B5BE78D3661FBC698F1BDE54928A37DD9A8237F531F8E31D2CFE0458873FB11D8F3F99D885B7CC3A84B76C7F8FB71C37C35BEECEC19F2F71C15F841BE1AD018FF19719B6789BC775BC2D88C7DB4E00F8EB71CFF0D7B1A3F0B77129F8DB74047F5B7F177F57C2E0EF9E2EC6DF973CC3DFF71EC73F3C0EC23B7C03F08E1759F8A76D93F1CF7A2FF1CFB633F1CF6753F02F4D17F0AF6737E15F7B2CF16FD3FBF16F1FB5F1EF6BD6E15D951ABCFBD42EBC677736FEC3AA08FF71CF01FFD1668AF7AE6BC37B3702786FFA61FC27698BFF8A96E3BFDED7E0BF075DC57F0FBE82FF3ED58AFF7ED185FFD1E6F13F265BF0BFB203F8DF81AB785F9204FFC73BE1FF2A40BC7FB331DE5F10830FA0A6F880F7727CE0CB4102B45F4780F3030830D584004B29027A779440D43F08C4C08E40760512C80F1181AA1F11A8ED3002E3F61098C54E023FD042109A6882303427C42D302199F38F90F49D246429FA04557298A0772411CA263B821D43106CE56782BD3785E0705D821BBC90E07C1C093E622FC197F6102A5E8B5065B28430EF30A1797D99D01A9A4368253710DA836611DA179F13DA5F771283A1DBC46062223178EB066288683131446143E8857D25F4F61A1206442C61503394185AB2841856534518EE0922860F8E2086EF3B4E8C78AC4B8C24C71223695B62E44823C2E8D143C278DE55C244768E3031EB2146CF4689D1AB3E11A37FE38469D448628CD545624C542761E6EF44589C7B4E587CDF4E8C8B7E428CDBF78918D7F590B0E47C084B832F84A5792261394F97B07C924F587E5D4958F67C24AC129289F196AB8909ADAB09EBE1D7091B952F31B1E5106117FD9AB0EB1841D87D2925ECF5B409FBFDCE84FDBD6E62CA832FC4941F768443AF25E1E89F494CC577135387C4105357B6134E36A708A7962384D3B751C4B4990B0967ADEB84B3BD2BE15C1148B80C0F275C4655102E252CE1FAEE1D3123703D31136826669E9A45CC221D885927720937B74984DBB3E584DB9B02C2DDC980708F7622DC8F2511EE0509C49CD9F388B9E37062EE198E98C75412F35BC7100B9AB5090FCB36C2532F98F0745D4E7896CC2416A58908AFF1D7082FD7638497AF8A583C3D9A581C62412C7EB89AF01E914A2C99AE247C985784CF7C86F09DF399582AAE239666CC2096E686124BCFC6124BEFDF22FC74EB8815CE3B097F830822A0299A5839641A11B82E93086CBC4804D36B8935C3AF126BA2CC8835CF1B889009E944E8522322CCEA1011F6249108FB664F84E7DC20D65216C43A761BB19E584B6CF05C4444855711513F6B888D452DC4A6F040620B1D416CB13E4E6CB9329B885D319F88DDBF8ED85A7493D8B6C39C88BB1F4EC43D6F26E2078610DBE5D789C4D0D344E2E545449264359134CC84483A3C95D8859E26768B4613BB23B289DD8FEA883D368B883D8FB589BDFFF4FE534CEC27DC88FD2BDC89FDC7DA89FD1F1F10290E3D448A630C91FA36933810B3823870FA2D71E04C1B9166B488489BE144A4BD1F46A48FF623D2E71711E9B5EF88F4E679447AFB61E2E0D58FC421C09C386417481C72AF27B2606B22AB3489C869A488239365C4D1051388A3AF9389DCA19789DC152788E35AF788BC9B9388BC6FE144BE6680C81F7387C85F3C9538A9DF4414646344E1A4FBC4E9A82344D1B4D54491879C280A3C4F1475871167C04144C94B9428755C4294EEB84F94FE375BE74FBF272E94FC262ED4161217DA8F1065DADD44D9F71CA2AC574A94E31388720327A2FC9098283FB782B8E8BE92B858A74D5C7CF295A8A8AE272EBF21882A892951B5EB025175682851BDBB9FB8B66480B8166046D404571137D85CE2C67009517BD98BB8397D1F71CB2693B8656B45DCBA1C42DC3EB885B8FD424DDC19674EDC59914FDC897843DCA95F41DCE9DF4DDC634E10F7162711F74D6B88FBDE29C4FD7DE6C4FDE37788077229F160C30AE2C19716E2A18D2DF1B06F01511FB788A8DF378BA86F4C261AF89D4443D322E251B23BD1F8D49A687C594C3C5991413CE9BB493CDD20259E1EED219A2DCC88674359E2D9396BA265D971A2252D8F7841EA13ADAF40E2E5F624E215FC96781B788E78DB7996F8B0BE8BF8F0C087F8E8D64F7C5C0B111D46D644A7AC8FE8D4BD45742E1C4A7CD636233E1BA6129FD3B4896FCA69C437F56CA24B144774ADAF27BA067C889E9DD3899EE377899E1304D1331044FC48DA40F4C6EB10BDB70E12BD6F70E2B74707F1BBA69BF893FD99F8D3AB45F4E97B137D3F7E10FDD39F13FDAE538901B53E31D0709F18782E25C18D2F4898F52061A368122E5693C8D05A12A90B2031710189B9CD2371B515892FDE4112475793C4D37324091990E4E639A438C18494FA369272FF5324B5D68FA4BE3D20154238493FEF2319C53392993F85641AE348766829C9BE1942B2DD7924E7B09EE41658935C6933A93AF0875497BC2105B105293CDC4F6A963D21357F4E925AF22452CBF50DA935EF1239845A49EA1A92A4DE8995A4BE248ED42F8A25F59FAE220D5251D220DD9A34F82B27872DFC410EABA548433E9A34D4FA4F91821CBE7D1A3962CE0372C4D14E7264DE3072E48D21A491AB0B69E4F69F1B9F49E3D518697C633A697C6B3769C29E224D9C469126B1CF48B33227D23C731669C1D69163275F25C7A52B49CBD1A3482BD35872BC6415395E154A8E1F7F8D1C1FD94BDA6C594FDA0E36266DA7BD206D67FA91B68D6F48BB358FC9C9441839D9554D3AEC79493ADCD2251D311DD2713B484EF559444E8D0825A79EF94D4EB3F8464ECBAF239D770590CEA95EA40BD94B4E1F8049D7B3DBC91957CA49B7AD8B4877FF63A47B5317E9FEBD939C236926E74C7944CE299D4ECEAD61C979B21DE43CED17E4826786A4E73403D2B3EA18B9F06405B9B0C4855C64EB442E2A0827BDA23C48AFE4B3A4D7A11FA4D7FBE7A4D7E77DE462DFBFA4B7D717D267E45AD257934EFA0ECA217D0FB0A4EFC763E4D2B57FC9A5097BC8A53F2DC865654B493FC4835C1E664E2E7FD040AE18D143AE08B84EAE684D27FD5DEAC9808B0FC9954F83C8C0B685E4AA3A0F72D5EFAFE4AABFC3C860CF3FE46A2373720DD342868C0D2043221832E4C87732ACCA9C0C87B692E1A78BC908A708322234908C287C4CAEDD2F25D73EF426D795A9C8757FB3C8F59B47901B4C66921B3E4F2323474690916EB664642F4646D153C928CF4BE4C675EBC88D31CFC968C51C323A7934B909AD23378DDA4A6EF2DE4F6E2A7E466EBA6C44C6AC1F4CC6B42D27378F3B446E4E594FC699DD2213D66D24134AABC8C48DB164E2C79FE48E35F3C9A45F196452BF37B933122493D5CE64F29E6472D7B64E7237F18FDCED2326F7C9B3C9FDF742C8149B8F64EAF5CDE4012D03F2C0CE9564DA7F3D72F09B199939FF2999A5DF40669955935995D964567F2B99BD6E279953B5853CB252461E8592C8632F3DC95C0B84CC0DB84BE65E7D48E6FEBB451EDFF587CC6B3A4FE6CBB4C8134E0AF264812B59B011240B526BC8C2EF23C9D3BC2D79FA441A59A4A8208B867E26CF3C8F218B2D4692E76023F29CB50F796E5A2279AE7F1159AAE5435EF04D212F846D27CB260F27CBB63D27CBFA6CC8F291C7C972AF4AB23C7C2D597EEB3D79314D4E56ACA6C94B5A3AE4A5A92FC94AB74764959D3D79B5600179B5FB18593DED35599DE24956E76F21AFD33AE4F5222579FDDA58B266A62B5953EA4AD6BA6592378D4E9037C36BC95B849ABCD3174DD6E93C24EFCD7B4B3E704A271F5C74201F8AC5E443637FF2E1021DF261691CF9F0EB55B2C17B31D9384D9F6CCA2D269B6E19914DEDD7C9C72EC5E4E34B17C8C76F7BC8276BDE934F3DBCC966592AD96C9E4F364FCD209B576F219B937AC86786B3C867FE9FC9675F4564CB9FB7E4F3523BF2F9F39DE4F3DF3664AB8735D9EAF7947C53BD857CF33D977C3BA8837C1BF69C7C5B0F92EF6EFD21DB07AF27DBAFC690EFF3B5C80FEC6BF2C3353DF2E3CC16B2C3B28EFC94309CFC9451447E363F447EEEDA4E7E39FA80FC52154A7E5B8290DFF2E6925DC846B2BB7811D95DE64D763F75267B72E2C95EC28DFC8568C85FEA4AF2573D40FEBED944FE0162C83F072DC9BF567BC8BEC9BFC97EE513B2FFF228B2BFEA920818C28880DA3D2270C95511DC522E82BF648B901F6D22547650444CB211911D3E22B2FF96486C632E12CF7A2B127BAD11896B28917CFD3891BCC751A458BD46A4784B8A689F1D22665A8588F57513B1AF08116F4489F8888B22F5B4F122CDC26691CEEED7A2213B34A2218F4244BACA4891DE9D5F22BD67C522BDB78EA2619F0D45C3472688463A6F15193B9C14199F992F327EE12F1ADDF74134766D9468DCB0D1A2717741D17848221A3F5C23B236F821B29D3C4564272C13D91DCE154DD6DC154D2E731639A28922479FB922C7965DA2A9F301D1B433AF45CE138B442ED80FD1F4AA0FA219F9CB4433DE448B669E8813CD2EBC23726F3D269A939B2C9A3B739068DEA09FA27943CF88E60572A27967EE8A3C4E4F147974F58B165A9D102D8A7F285A54868BBC0C1F8A16676889BC6F468B7C3229914F95BFC8A76DBBC8E763976899E2BBC86FA6A9C8CFEB81C8EF84BD68C55C73D18AB83F227F8B13A2801537452BDD6C442B3FF7890263834541432F8BD654F48BC2BE368BC26F2E148577AD12AD8DFF275A7BC556B4F689BD6843509E6843CA1ED1862A52B4F1CC5ED1A66E47514C8942B439F89868EB9DC1A278EC8928BECC429478FFB128093E2BDAE97952B4B3A248B4BFF08D68FFD3F5A2FDDF34A29491DF442921D9A294AEB1A20357E689D2CAC78BD2FA968BD27367880E3E3E2FCA305F2BCAC8DB2DCA78EB263A34AF487428639F28FB42B528BB2954942364898E486D44474D0D4547933A4447F33E8B7293FFD36E213ABEE68228EFDE1551FE153BD189286D51A168B1A870F25A51D1B29DA2A2CC7A5151F950D119F102D1D9E009A2B36BD244C5F59F44A5C3F78A4A1D46884A8F6688CE8B0344E7A5FB44172A6B4565AB568BCA820744E587B545E567424415FE334597E40F4457669E115526E98BAE6EB51255ABAD44D7AEFD115DFBFC5074DD6E81A8469623AAA99E2CAAFDC6896E7EB112DD32382EBA03BC16DD893412D559B488EE8512A2FBE7B245F5E41251FDA77651439452F468FE4F51A3E8AEA829D858D4543041F4384B2A7AA27111357F2B10357F27452F62ED452FAE5E12B54E582E6A6DB82C7A795E10BD7A972C6A9BE9297A3368BCE84DF407D15BF90AD13BC53451C796C1A28E0444D4198C8B3E2F5B28FABCE2A9E8F3DA42D197447FD1D7E491A2AF67F445DFFFEBBDEFBEEF455DDFF244DD3778D10FBFB5A2BF1428FABBF3B2E86FC67D51DF26B9E8DF8336D1BFAEB762C04A2C4626558951C701319AEA2826F2FBC4E4875D62519BAF58A225154BC6EE17CBB6F98965D99162B96C87589EF35D2CAF382DA6B532C4F4F85831EDFC5CAC043F88993D1BC5BCFF22B1BA64A558EBD546F1E0B1F9E2C1AF5688F5DC4789F5DAD2C4064A543C74E235F150CF096243A1433C7CB9A37844F55CF1C8C9C7C4237B78B151F50DB1F11163B159DE56B1598189D86A8AA3D8AAB3433CE1F44EF184D255626BC0506CEDBD546C1DE224B69DFC583CD12F576C9FF74A3CC540E73F1FC553DE3B88A77AB162A7053662A71D1BC4D31ECD154FFB982E9EF6F7A8D865F56CF174DD66F1F4608DD8B5CB503C6B559078D6B32F62B73D0662B78CB562B7CC24B1FB9EEDE239FE9DE2B95D6BC5F39F54893DEF8162CF7F1EE2C5DB978A17EF9A2D5EFCBE50BCF8DB4BB1F7466BF1D24593C54B3BD689978BA68A57CC6D17AFF8BE41EC5F9D290E10DCC40195A7C5812B7E8B5749D3C5AB6A92C4C1A5B438B81B15877444884367A48BC3348EE2B0CEADE28805F6E2B5661271E4759178E3D5DBE24D8576E24DAFB78B638012718C81AE78B3D65CF1E6BEDBE22D95DBC5716A53713C74439CE02488137CEBC509FBF4C4DBDF1A8A93021688777A3489934BABC57B1221F1DE962EF1DE9FD7C5A951AFC4071C6AC5699BF789D392E3C5076B4F8B0F3E4A16678C0816671169E2ACCBEDE29CD69FE223EBA7888F775F15E7E93E14E75D5C2C3E1192282E18AD1617FCDD2A3E6515282E1C7B475CD8A1119F398E8ACF6E7215976E10C4A56FD689CBC692E2F2A2A7E28B43168A2FBA7D12570C2A125714C4892F7B1B882F6F2E115FD9D123BE52982BAEDA9420AE8A3B21BE9A6D2DAE1EB7487CFDC67171ADAB85F856C21DF1ED5B43C4B7DBF4C5778E6E12DF39BB557C778893B88EFA287EB0B650FC1099257EB8638CB8FEE268718325276EF0771537C44D11377CCE11370AA3C58D5B07C44DEE3AE227D412F193EC6071F3FE05E296D25BE2E73733C52FF69B8A5F343A8A5FF4BE14B7EAED17B7EEA3C5AD15D6E236CB47E2B62DAEE2D7C687C5AFEBE4E237A095F84DF701F13B91BDB8BD7FB7F8BD69B5F8BDF378F1C7192BC49F7891F893FB29F1E76B0FC59FBF93E2AFFDA3C5DF64C1E26FCB7F8BBF5B5D1377BD568A7B960C887B3E36897F6CA912FF0C04C53F073AC5BFA65888FB26D3E2FE414BC4FDC6D7C5FD05BBC503AB1A24C0DD7209981F2E818BC74BE07FEF2578F36309B1A558421C3E20215A374848699084DCFB5822227E4844E51B24A25BD325626D3D898C0E9228A75D9530410A097BA14FA2729A28519F73970816AE12E1E42089A6F79964D0229964D0328D64D08627129DA84689CEC69D12DD785B896EC936895EA4A7447FE82089C1890792A18B5D25433F8F970CCB5B22313C6D2E194E6F938CF40C958CFC7349629C7B4562B2F28BC4E4835832EA8CA36454E751C968FB08C9E864B164CCF51489F9B625128BEB3D92B1C19D92B1BBCD24E3473B4926B4874A6CC05E894D848DC4E6F16C895DC033897DAC97648A7FA1C4E180BDC471C727C954234232D5DA4CE2343C4EE274F7ACC4A96196645AA08DC459EBAAC4B9ECBBC4C5F5BD6446112C99F1EF926466DC6EC9AC6B0912B7492E92B9E7774BE61D6024F3FA649205EBBD240B7E43120F8F93128FFD4A894755AD64E1123FC962936792C5D9F3248B4B6748BC5F364B96C8174996E8444996CC3C2359B23C58B224D45BE2A3DE2BF1895A2559C6CD90F8EF1E21F16FAB91044CCF9104F4384956068F93AC5CFF4A12A86E95049EFF275915672B097A1A28091E7A4DB266658264CDEBBD92353F8D2521EEE72561C6D692B0922449D8C57B92B0471325E1B20149C4830AC95AE72CC9BA9D0992687C836493004936F58D93C4DC782289756D906CE5DE4AB65E6D966CFB1B2B49F29E26D969474876FADB4B924FE848F6787B48F6ACDA22D93BFBA6646FEA09C9DED70B25FBE6B84AF6C79948527DDE480E4C0F96A4D5CD90A4FF7D2DC950C44B32160649B2A672926C99BD24BBB7519293F25072749C587274D962C9D1F44CC9D15749925CFB6592DCBD0192BCC58024EFF569C9097D37C989ADED9282A8539253F31E484E65DE909C3AFC4C72E6D421C9D999B324E73EEB49CEF58B25A56EBB24A53E2A49E91113C9F955B992F3A10725652BC324655D86920A189654149E975CFABC5F52E9F248726DC31CC9F58D5E925BF56F25777853C9DD0BEB2575F2AD923AC33592BA5D0E927B9B7325F7767E92DCFFBE58F2C077A4E451F13949D3F52592A776D192E6BADB926707BC25CF237325CFAFB7485E0CBE2079E1F24BF262CD49C98BD802C9CBA3A59297A7E225AFAE0D95B4DDB390B43DEC94BCDEE92C798FA749DEEFB3947C30E8937C845E4A3EC5AC937CF6574B3E379C937CFEA0907CD9EB26F9F23348F26DCF48C9B7F46392EFE69B24DF6F8C96746B9B4A7ABC54929E3BA6921F334B253F8B47497E7F3C28F9DD6D2BE9FB9B2A19787A490AD9AD9042536CA430755D8AF89A490969BC54244B978A4F244B6543BBA4B2E1AE52C5CA4552C62F49CA5E8F94F25CAA940F3B2DD59A1428D55A754BAA6DFB583A2277A87444EF3FE9C8A993A523DDC3A446DBC2A52660A87414F44B3A4A92211D35EBA174CC862AE998DD6BA4668B82A466917BA5E6B6EFA5E6D5D1528BA92FA4162E57A416770E4AC78E8C968E1DFD493A36CD503AB6BB556ACD8D92DA249F96DAB4D8496D67AE93DA363C95DA05E448EDE2FBA476DF82A49346E44B27859E90DA8F9A239D1C562C9D9CC74A1DA688A4532D42A4535BC74A9D66DC973A657F924E13D4D269FF10E9F40D85D219FFEE4A67AD3A2A75D37694BA1DE7A4B39F8C94BA478C92CE71DB299D87544A1738384B3DFDEDA49E2943A40B2D4648BDACCCA58B4FF352EF64B9D4BBA44FEAE3E829F56D182C5D763850EA27AC92FA8DDC29F59BD526F54BFB2DF5AB1A90AE10BD95AE30C4A4FEFACDD255EB364B83FC5AA4C1DC2669B0EE3969F0D0D7D2E0B82269F07B89344456230DD1192C0D15B74A4375974943233E48C35E6E9586759C9486FDAE95461A7D93463AE0D2A8530FA531FB5E493717BB49B74DC994C6F1DDD2847FEFA43B260F4893967F912657164A778918E92EFDEDD25D91CED25D8F22A4FB6DE749F73FC994A6D80C96A65C8C97A6D6944AD357E84B3387CD901EF6E99366D58C9666DFB4911E75F9203D7AE8A5F4F8C1A7D2137708E9495D5C7AF2D7336901E62A3D35EDA1B4E86CADF46C7DB5B4A4EAADF4DCBAD1D2F283B7A417636969051227BD54E42DADDCFE545A159326BD96EE21BD1ED127BDDEBB4B7AB3F78EF4D6839DD2DB6695D23B4B7DA475E171D2BAE6FBD27B7097F4DEA570E9FD618FA40F4EA8A4F566FED2472B22A48D3551D2C6BAD5D2A609F9D227734E4A9FF4DF943EBDB251FAB4F6A9F469FD2569F3E591D2E79691D2E76F66485F7ABA49DB8EB84A5F5B0F93BE9E9D257D6B0848DF76B54BDFADCC97BE0F8D927E9C1320EDD8BD4DDA792542FA69BB5AFA59B74BFAB93658FA756194F4EBC13FD2EF54A9F47BEC6E69D7E85FD2AE1922E98F6543A5BD690BA57F46DF95FEC91F2FFD9B162AED1B1D21EDFBFD47DA8FED94F647AE9501BBAFC8C0A22F32E84A850C7E3C4886FABC95A111FB65D83373197E414B26FA49C9C4E01699445C2E938CE765D2802D32B969AB4C117E50A6F8522FA3CFA5CA98724CC6620764AC4BA68C753F2E63FFDB97330564DC1B03194FF6C9F8719932B5768D4CBDF7844C3B76B06C50DE7499CECD38D96074816C7063BD4C37F1B34CDF6AAFCCC06C8E6C68B081CC30DA4436A2F293CCE856AFCC78FB4D9909724736EABF35A3C73E918DF6FA24333515C9CC0E3E92993D4C915914EF958D3DE1231B5BE22C1B77C95A6689A1B2094A4799ADF97099ADDF7C997DF968D9E47CA96C4AF7279963B248366DB08D6CBA49A6CC75BFBF6CE6A965B299AD1F64B32A40995BF442D93CA844360F792C9B97E2249B3F3E4C36BF2745E611F146E639A858E6E9FD5AB630E89ECC7BF1769977F23699CF6289CCF74898CCF71A20F3C3BFC9FC12BEC9966F9B2BF3F76D91F9975F9685D4EE93853CC564A10DCDB2F0ACEDB2F0F36764E1F50F646BC53AB2754BB2641B120B6491B63F651B338D651B8F3BC9A2131EC9A24FFACA36D52E92C5ACDF2FDBB275852CB6305916DBEE28DB76CD5D16671D2C8B27E3650923BB65091F7FCBB67B78CB12F5DEC812774E91EDF8B3449654BE4B961CF05D96BCC752B667EE7AD9DE61BF647BAD0A65FB7DCFC9F6DF2991A5067F92A51E9A2E3BB0BD4276F09C203B58E1223B58374496D13B4C96F1275976C83D5596C5F2B2233995B263567EB2637B5D65B9FE9DB2E3DB3ECBF2E7A86505F7C365A7E6E6CA0AA73C9615F6DC959D0E9E263B639C282BAEE99315DF5C203B37EC84ECFC8408D905676DD985F83059F9B08FB2F20996B24B97FE73A35776A92E5076C5939455ABFEC9AE850CC86AFEEAC86E981D95D57ACB6477EE27C9EA829EC8EACE5AC9EAAAE265F71684C8EE15DBCBEE17CF943D6C9C207B3CA75DF644795BD62CFE296BB674973D4B59226B215C652DF25DB2E7A54B65ADDC21D94BEE95ECA5B19BEC65202D7B19F359F6CA3C42D6F678B6ECF5535AF626DA51D6BEE3A9EC4367A1AC43765DF649592EFB6C9E25FBF2562EFBD2D32EFB767B9DECC7DC25B21FE56B64BD9F7264BD7D35B23F45A6B2BFA2FBB27FBA6F65FFB697C9FE5D3296F5377C930D1817CA0189460EF2A81C6E9F2D47FA46C951EF30394EBF90E3CB70397EA2524EECFB2C277E2D928B6E8C948BC745C8C51FC6C825A4AF5C6ACBC865EEDBE5B2F679720571474E0F58C89507ABE56CC236397B5C2DE74937B9601D22D73EAF926BD757CA0735FAC9759A19B94EEF78F9E0E73972DD7BA7E4FAEB01B941ADA3DCB0E8AD7CC4CD2DF291191FE4236F7D961B4DA9961B73F3E526AFBFC847E964C84D97B7CA4DB735CA4D4BB6CACD6A0CE4663F37C9CD2751F2B1C00EB965132CB74AAE955B9567CA27781E975B77B9CB6D9E7F90DBFD2C944FF90CC81D881D72C73198DCF12F2A773A794CEEF471403E6DDF45F9B403EBE5D32AF3E5D37FA17257ED3FF219A23972F7F56BE47314C7E4734E46C8E7F4EE97CF7BA7962FB01A2A5F907459EEB1F283DCE35B99DCA32748EEB962B0DCB3A448BE28455FBE2873A7DCCBBE40EE75D75ABE180B977B1FA5E44B3E8F912FDB355A1E78A9411E7CA1421E7C7FAD7CF55D4EBE267DA23CE4E9377998D6397998DD2379B8BBA73C22EC967CFD881E79A46EA87CA34C47BE51314ABE71E0B43C3A495F1E9D1C20DF3477AA7CEBE474F9D63F947CDB1D58BEAD7E9B3C6EEA7979C2E076F90EC7487972A7A77CD78283F25DFFBCE4BB37A4C9F7849BCAF73498C9F775EBC953DEA5CA5325D5F2838BB6C80FC5BACBB3AC16CBB3076F9367EF7E28CF3EF75B9EF3EF913CD7C3489E9B30437E3C8092E79BF9C84FC213E505A647E405DF4DE4459B63E4452F94F2B32B4BE567BF8C94171BA4C98B0D53E525ADE5F20BCED3E4657AACBC222F477E69A88BFCF2A4787965EB1079B5DB697975D662F9B5B1C6F21AA326F9CD864AF9CD81B7F25B990AF9ED9A36F9FDA743E40F9A7CE40F8FDF96D71B5D973FFA612A6F046ECA9B9243E54D3519F26766F1F267EF5FCA5B9D59F9CB65D7E56DDBDECADFFE2D90B757D7C8DBBB58F9FB3BC1F28F4333E41DF755F2CE2D69F24F5AB9F24FCB9DE49FDEEAC83F7DAA907F593E58FEF53423FFF6345AFEDDE7B5FCFB0020EFCAD097F77AA3F2DE9DA7E43FEFFD90FFAAF82AFF7BA14FDE57D52EEFD79D2E1FA83D410165D91494164A21F85C0A91F750F850170A0F5F44E19B2F50E4683D8A7CF48222DFD651A21BF729F1ACC59438603C25D1F3A624BF214AA6584AC96CA329D9B5AD94ECF3394A6E3640C9CF0DA528114151EFCA29C5EA488A8EDC47D151FD94F2EE538A91AEA518D3A714BB91A0D843BB282EE917C5B58650BCA88552EF5C4BA9FB23284DC8624ACB9AA0B49AC3281DB137A5A3B94DE958C65243ECBE50438E5CA4863CBC4EE9CEB842E97DD949E9338B297DAD60CA007E46191CF5A30CDA1F53438FDB51C3C0526A58D23D6AD82F6BCA307B3635FCBC1735A2620E35E2512035921A478D7C5D43194DFA4D19CDE028E34B5B28133F35659273961A65FA9E1AD55A4B8D7EE6468D310AA0CCF22594D9B554CA7CEE79CA623D488D3D7D931A67B8891AB7622B356E533F356ED73ECA6A8D0D6575760E35E17E0F65B3CC96B2898FA26CEE0394EDB31DD4C4879FA8898FF5283BF3B9945D583835A9F30465EFF6979A32FB1B35651E4C4D09FE4339AC594839E46CA31C7AD6538EA90FA9A9F1C19493E50FCAA9AC8272BE9545B9F896512E87922997E3DF299786A7D474A3F3D4F445E6D4F4F019D4F4575F29D7C93CE5EA6143CD787E919AB99FA6662D3A48B9097B2937AF26CA6DA716E51EFB9E723F368E726F37A1E60C3940CD0B5F4BCDF7ABA2E61F0CA61644F5501EA252CA439C4B79FE2DA416DA5DA1BCD6E7525E9F22299F0BF7295F7037E5BB97A3966EBB462D2BBE45F9C966507EF177A9E55A3F287F288A0AA0392AE0C36E6AE5FCF154E0D0622A70C33C6AD5C31A6AF59A726A75520D156A3C9B0ACB3B4B85A79950E105E3A9B5EE14B58E194FADFFF68FDA70BE8CDAF0A39B8A2CDD4B455E5A4C6DDC329C8A764EA5A2A30E51D1B71CA84D9FFE509B3E6FA23677DB529BFB4E525B268EA0B6B828A92DFE73A838BF582ADE740FB5DD633995985844EDE0EBA81D5A4154D2A65B54B29923959CF79DDAE5F089DA75CA9EDA75EB26B5DBA585DAFD3D82DAFB7B22B5BF40441DD8B88C3A70D4974A9F994BA5CF9250E9AF8F53070DC6530797A5510723E2A883598DD4C13F4D540691456538CEA30E1D30A60E1D3D4C1D3A23A2B2BE3650D97A6154B67E0895F35C4A1DD96F4E1DB930883A7A6114956BB1843A31248F3A7137983AF13B9F3AB9C78D2AF87A913A15F6893AF563215578AB983AED368B3A73E22B75E6B740151B795225C3DAA892C4655429B5822A9D7E903ABFE51D55767A0455AEF4A4CA8FE85117F33F5115F046AA62EB73EA72AD097579E00F55B53D9FBA6A3184BAC613D475AF4EAA46673A55B3660755BB248EBA650651B7DE6A51B71B0CA83B4E76D45DD55EEADE103FEA81DE52EA81A32EF560F60DEA21C8538F0405F5E8C720AAD1B28A6AFC604535FE9C47355524528FE714538FD394D493901EEAC981DDD453470DF54CCF977A965E48B5A489A9E79B48EAF96E11F5426B12F5C27413F5C2D59E6AF36AA6DAE22F51AFD5C7A83783C3A8379771EA9D8E05F52E7609F5DEF22EF5BEA29CEA38D44A752241D4A7417ED4E74E3FEA4B6418F5352694FAFAAE98FA86C9A96F9D4BA9EFF96FA82EB34F5457E066AAABA782EA9DDA4DF5166FA17E4EF941FD722DA07ECFB7A2FEE0BAD4DFE8A7D4DF5FC6549F7211D5372A8BEABBF085EAFFBA4E011CF45280AD8F14D0CE950AA868B00296AE52C013DF2A90594B14D8281D055E3A5B41E4DD52C882150A59EF3F85DCA84D41DDB25328EAD62BE8B577144AD7390A65BE814259D9A060344D0AA67CBC82FDF247C129F3143C7543C147D82BF88BA314AAB2410A75FB398530225CA13D90A61844BA2806ED5CA7D0313454E8781E56E8BE1BA7D063FA157A97E40AFD410715862DC50AC3CE6F8AE1F3972A46CC5EA318B1AB4231E29F9B62E4EFE10AA3C14D0AE3D28F0AE36B6B152654BEC2647090C224788CC264879FC2D4294A3186562BC6042C578C09F1508C793E4D61466C5798799D5798AD79A130BB9EADB0D038282C56442BC6BE3FAD1837C65831CEE19C62DCF2BF0ACBB9CE0ACBD01B8AF106918A09193715133A5E2B6C4DD40ADB632F1576175A1593A0758A49E72E2A267D5EACB037FEA49872E8BAC2E139AF981AAE5238F17B14D3B2E728A6DD4E5238AB5085EB8A710AD7E838C58CEE6CC54CDB5EC5CCC416C5AC69210A375346E1F6659EC26DA046315BFFBB62B679AE6276489EC2FDE744C53CBB158A799DE58AF9EC2285071AAEF0B82C283CF92085A701A958B83A52B170CB30C5A23163148B8E8628BC2473158B935B15DE8BEA154B96DE562CE9B9A6F0AD9FA458A67B5FB1CC7197625942A8C2CF64986279E37CC50A83790A7F50A2F037E315FE396314FEB5CB15018E43140175EE8A801F6E8A95739F28020F5C51AC922F54AC727EA408DAF74D116CFA42117C3D57B1A66DB922E4BD5411DA0729C26C0614E1B7372BC2BB0F2BC2FBFE2822FEEB858871968A887D868AB50B0F2AD6AE3BAB58FBAF40B1E1F72A45D4F1A58A4D1FBC159B5F0B8AD82BC98AD8EA3C45C2E66D8AED1DBB1589CB2B15899B3629127F042B76300B153B964D50EC1CACAB48F63FAFD895882976274A157B479D53EC75FDAAD85B882A5257652B52374D56A46ED351A437B828D23B7D14E9DFC628327C0E2932D2362832AD9C14998EC71499B132C5A19F268AC3718315870FC52A0E3F07145966418AAC497715D93FE31447764B15470AE214C752C314C785338A3CC3258A7C9B34457EF402C5C91807C5C9BD0F1427BB41458176A4E2D4624E513862A7E2F498078AD3BFED14455BD58A628DB7A2D88754147F6515E714571517A45D8A72FD5A4505EEA8A8B892A4B8B41C515C5AEDACB874B65571F97D8CE24AD7494565E80B4515325F51757FB4E2EA84FF56FDE85154C3898A6AF13B45758997A2BAFB8FE27AC90AC5CDD19E8A9BE387286E1EBFA6B8855C54DC6A7755DC4E78ACB8FDFDA5E2EEBC2AC5DD5D4B1575C66D8A3A6FB5E2DECC78C5FD20A9A2DE70B3A2718895A271E40B45631BA568D27FAC686A2D523CB67AAE78821B2A9EB0F58AA7E72A15CDE6918A66A7704573EF7EC5B3BC0E454BF913C57397E38AD617DB146D9F36285E2F7452BCAED528DE9D18AB787FB452F1FEE97E45474CBBA2734ABBE253A0A3E2535FA1E2CB190FC5971BBB155D09F18AEEEA0645EF7E17C54F7B95E297EB1BC5AF85BA8A5F911F157F795FC55F61BEE2EF22D57FEE2AFACC211A98564603FF1A69D0E81C0D07CDA6E14375347249A091818334BAA597C61A9FD158C75C1A5F2FA3F1A84A1ABF50419367FA68915E1F2D8E56D1E2DA3DB4C484A025FB2FD3921BDB695949134D4F6768FAE32C9AD1B2A599E39B69E66F14CD3A00345B934773775FD32AB52FADF253D1AAB7FF68754836ADCE71A785750F69213E8116AE0EA5855A86D6D8D5D19ACBBEB4964935AD7DFD3C3DE87531AD5343D13ABFE7D0836D6AE9C161A5F4105B81D675ABA4F5869CA30D5AEBE8A18375E8A141303D3415A4473E74A38DB6BEA38DF6A969A39C467A94811E6D1A5D489B165CA4C738C7D263BAF7D066C68B68B3502FDA0285688BA200DAD2F8306DB93095B6D2BE485BEDD2A7AD9A3AE90945083DE1C154DAC6751E6DABBD92B6B535A26DC33269DB5FBDB4FD28156D5F4DD0532A47D053B19DF4546A0E3D75FD017AEAD993F4D4D679B453910F3DCDB9989E16D840BB8CBC44BB4C1D46BBECA9A05DEE6AD12EDF6BE9E96FCFD3AEDC58DAF55001EDFA2F8A9E61DE4ACFDCA745CFB63848CF7ED940BBEB4868F7A1EF68F7039768F7D7183D27408F9EB36E1E3DE7E4497AC15A98F6F099452FBEBD8CF6AE7F4F2F99F497F609CAA77D0F6EA697CDBC41FBB94FA297D73CA2973FA6E9154CCC7F7ED32B0AE3E900B7323A304843AFFA22A583FE79D1ABE3ABE835AB45F49AB45A3A04A3E990D177E95047351DF66B2D1DEE6A40878745D1E1E74DE8F08A3C7A6D0D41AF1DA8A1D75D1F4D6F50B9D01BFABAE9A8AD0DF4C6FDDBE9E820633AFACE7D7AD37B351DA33F848E59E847C7ECB8486FB148A263AD37D3B1B34ED1B15196F4D6D38674DCDAF174DC2F333A6EC09A8EAF5D4F27D82DA413AE82F4F612533A71523A9D384343271EF92F967DA7772CAFA393F2BFD03B67D7D03B17CDA177A688E9E4D01F74725621BD4BD847EFF23A4CEF0AD6A2771D384EEF9654D22933C7D02957B3E8D4119674EACA0A3A75471E9DFA732A7DE09F239D7E4D4E1FD41A44670E4EA133EFE5D287BC73E843A70CE9C35EA3E9C3F9617456AC139DCDDDA2B31B09FA48C63FFAE869983EE668491F6B5F49E72654D179D8713AEFCA02FAE4FC1F74C16277BA20E8295D702E9C3ED5C3D3A7936ED3A76BA6D1C5AE57E912C8872E910EA24B9A46D3E74C3BE973163DF439CF4174A95D3B7D3E6D387DE1DB2ABAFC73115DE10DD01571E9F4A5066DFA8A67317DE5CC15FA6A9C9AAE1645D1D5A9BBE86B3DB3E85A8301BAD679197D4BE54DDF32D7A26F4F88A46F5FBD4CDF4537D075513DF4BDADD6F4BD8B96F4BD3E81BE4FA4D0F5D204BA7E622C5D1F7886AE3F35946ED8BE8C7E24CAA51F99D5D18F1AB7D28D5E93E8C79F1ED14FE73DA19B377DA59BEFCEA05B8699D32DDE9974CBEF7CBAE5EF7CFA45C900DD7A4E976EBD6944B73E77A45F6E7E41BF6C7F4ABF32B4A3DB604FBA0DD943BF1E3B947EEDCFD2AF83FDE9F78949F4878393E88FC273FAE37FF3F1F1AA15FDF15934DD119E41776C984B77B4D6D09D13BED09DCB8FD39D85C7E8CE8726F427BF08FA537011FD757532FD3554427FBD16477FFF644C772DFA40772DEDA0BB2266D15D47C6D0DDBFDDE9DEE2DDF4CF3DCFE85FBECEF4EFE563E83E8B7CFA9F6525FD2FD881EE878ED303BB3E2AA10C6B253A6483125B384289ED7453E260A25294734529CAB5508A3F6E524A89794AD9EC7B4AF928A952FE688D9202DE2AA9990794D4CE894A05B44249DB4C51D29BA3944C4190921B774FC9F5842AF99353942AC15CA91A93AA54CD5EA954458E530A66A05278B24729BCD6526A290E28B5476E516AF73F550E7EB25A39E4CA24A5AEE709A59ED75DA5DE95F34A7DD30BCA11C265E548CD4BE5C83975CA91AF8B95462F8E298D81AD4A633B7BA5C9E00CE528F37AE5E8E3B39463B4772BCDCC072BCDBC0B95E6263F946379A572DC94F1CA71E180D2CA375A39FE7B8AD29AC194D636FB95D6D98B9536B16F94B6FD35CA8913AA9513CF8529270E3C57DA19304ABBFFF6B57BECA49C7CA441390573534E197D52E9F03453E904242B9D0E9C573A957F563AFD3BA39C766CB1725A8D9972BA35AE9C3E7590D2B5A84CE97A7E9FD2F5C34FE50CC399CA19CFDF2867BD3257BA1DCB57BA37AD51CE099DA49CB3334139B77F9172DE735AE9116CA15CBC678372F1490FE5E2B2B34A6FAF154A1FBD5CA5CFB6A94A5F9F374A5F5F63A5EF6E43A5EF9158E5D21FE5CA658FB394CBBEB62BFDFAE62897C3D795CB8B462B97DFC854AE18B544B97270B53248492A831BDB95AB271528576F5EAF5C7DCF5FB946BA461992E4AC0CF9EEA30C555F51865612CAB50932E53A1E51AE73D8AD5C37D349B9E1ED5E6594EC877253C077E5A65517959BFADF2863C429CA98EBADCA2D9A3CE596DFAF94B16657945BA77D516E7B462AE33E1429E381A5CAF8917795F1739F2BE323629509D26DCA045B40B99D3BA7DCBE82576E4FDFA24C7C334999C4C7289327AD50EE6AEE52EEA63F2B771F4A55EE4B4B55A618B2CA949C85CA34D173655AF90365FA6563650697ADCC9868A9CCD86CA83C34C65179687D8AF250EB42E5E1A043CAC3517ACA1C173B65CEE2C3CA2356B1CAA39231CAA3F636CAA3655794C7B04A65EE226F65EE5BA9322F2853999F5AA3CCBF84284F8CD9A42C50F6290B9C0395A726B42B4FCDC795A78E372B0BF7AC579EF93148795611AC3CAB3D4479D668A1F2ACC32F65F1C74865897AAEB26466ABB2C4A75A5912745D5912CC2ACF1DBDA73C7779A9B2B4DB4C791E3DA52C239F2ACBAC6F282F5EC694176F7E535658E82A2BC63E515ED2DBABBCFC6395F24AF47DE595F85FCA2B2F2E2AAF74DD525659B62BABE2EC9555D9AF94555D1F94D5A7696575DB18E5B58213CA1B4FA394B5EEA4F29683A7F2D6AE14E5AD033794B7C771CADB1BC394B7B354CADB27CC9477246DCA3BB9A4F2CE9BADCABBCB972AEB6C6294F756FFE76999F281A19EB2F1EB726563DF69E5530B40D9DCF444F9EC988BB2656C9BF245DE4DE5CB158394AF8E2B94AFCE18295FBDFDAE6C337FA67C3D274CF9BA2757F9F6E421E5BBAA42657B68ADF2FD9A5E6587BA52D9319A5376D2FB959DC5D5CAAF95C794DFFEEC577E3F3E4FD93545A5ECFAAE507643AECAEEDBD1CA9E03A8B277F280B2F76582F267D460E52FDFCBCADF331F287FDF972AFF18EC55FE4BCA6700AC8B8166CF619095AF18A44DC160DBAF33D2A5B58C34278D911DB9C3C837D9321471835130C98CE2583AA334B9F8DFF0A5304A97698CF2E31086DD339A613BE318DEA98C51D1F98C6AF74846D896C968C2E319CD83DF8C96C764465B5DC768FB7B33DACFBE32839C06333AA39B189D252F99C1673632439C2731BA469E8CAED934466FC73B46AF329AD17B0430FA09DA8C7ED529C6C0A59E1996BA9231745CC518FEFECB8CB8F28F19F1FA1F63B4F43C635CF2983199728D3149B8C98C5ADFC28C5EF38E191D1AC198C67C67C6C4EE64C6DC7FCB5824EC612CC7BC64AC2E8D60C67BC998F1CB7B99F179958C75400C63B32F9CB1939F6426F9DA339342B498491BEC984999B719FB301BC6FE702C33B9359A990269310E69E6CCD4CBD98CD3AA00C6A9EA0EE3D4F493717AFC8D99067F65A6957D659CD3AD18E73247C6E5853BE39A3B8299B96E0E33CBF83A333BF61D33EF7821B360F67466C1B2126641E662C663F328C6336A12E3F94BC2788D5BCCF8E819313E5732185F6309E36B6FCD2CDDAACF2C6D0D6096FEFDC32C5BD9C62CBBF78159D6ECCA04A4B24C405D29B3727B07B34A348C59D5EEC30401294CF05C1B2638B68709CE3FCB04BFFACE844C99CF8404D53321B1DE4C48FA2E26E4902E13D262C98419F9316156514C58EB1F26AC2D870937BBCF447C5FCFAC7BD8C4AC6BF163D67D5BC3AC37B8C344061F6422432299A8D58799A89F57998D43B2998D017F998D55DB998DADBA4CF4912A661363CFC444143131671B99D80BBDCCD68539CCD6F7F5CCB621B54C9CA315137730984948BAC92464953309E7F599EDEF4C98C415E14CE22B5D26B1BB9D498A87999DCD2F995D49EB98DD6386337B94CB983DEF7633FB1FD93329683593B2E31293D6F08D4907AE32E9A1A39983174E321941394C66F358264BFB0F93350D67B26E6F63B223463039880F936352C91C593D8239726D0973D4E60D73F46F19934B9C6572E3DB98DC9B72E6B8EE1D26EFF02726AF5260F25E4F63F23D5F3027B64F644E32B5CCC9B4B3CCC99C8D4C41CA73E694DE1DE6F4BFA14C91D119A6C84AC2146DE59833A6387366892353BC4F608A2FA630C58FBF32C57FA633E7422633E75FFD602ED0FB990B2FFC99F27D514C79E762E6E2B9074C05B699A9F826622E4D88672EADAE61AEA4CD61AE5C9ECE542ECC602ACBE54CD5FEADCCD5E5347375872F53BDFA0053FD7A1D738DB563AEAD3CCB5CBB3F9CB99ED0CF5CBF98CFD44C3AC1D4EC7ACCDC20FA981B4C227383DDC1DC08EB636EBAEF646E564733375F3532B722A732B7BFEC65EECC3DC3D465BB30F7862C65EE9D7DC5DC4FFBCBDCFF79987910D6C13C7C2D67EAF52F30F591054CFDBBB34CC3119269FC399D69C29299A65FFB98C743E29927D53399A7278A99E6A39DCCB3DB4F9967BFBE302D8606CCF3B595CC8B8B2B99974B97332F53BA9836A185797D3F8B79AB3CC2BCFD728C79A77161DADBCD98F7734C98F70DB9CC87A5B7990F8732990FE74D998F1F5C988EBDFB998E6707998E77464CE77C11F379C700F3254197F972C881F9924B315F5371E66B29CE7C630631DFB71C63BEBFC867BACCAE305D9512A6FB11CAF4ECA5999ED30CD3F36302F31390FDE72EF3ABF03CF3BBF120F337A99AF97BDF99F917D6C6FC6B469901C54366A0A29B1968F162C1BB3216F239C94239300B5D3ECB42BFC358B8EA280BFF7EC722BF96B0A8E368168B39C1624F6FB3B87B3C4B20BD2C81EBB3C4322F5634EE072B392067A57EC758F92F394BE947B28A86D7ACE2EF329636EE6669937F2CBD7E08ABB452B3CA0DCB58E5913496397C8565BEAF62B96D0F59954923AB9A3D8E550DD8B06AA35056FD71072B4870564B16C56AD9F7B0838C02589DA138AB937C92D5E93461077BA6B2833F67B143DC65EC90FA5A56577395D535F16375735156B7E007AB37CC9CD5B753B1FAAE7AAC41CC58D6A0B89A35E878C51A5ADF658703BAEC70A51D3B9C8B63875F1EC58E204FB1232CDDD9110E19EC88BBE6EC48B3ABECC8B4C5ECA86117D951378FB263DA27B366BAE5AC59470B6B3E2280351F2DB0E636175973877DAC0565CD8E3579C18E35A3D8718D1FD9712F2FB0562343D8F1D3A4ACB5C51FD6DA6B3D6B7D79256BA3E7C0DA9866B136795AEC44CF01D68E9DC34E5A06B193B6DE6527351D6427F57D64EDE975EC94E128EBE0BD9F7582D6B34E6F26B3CED55F58E77F735897D005ECF4F37EEC0C4460DD4E3D61DDCE34B3B38FDD60E7AC9FC5CE69C6D9792BC6B20B0A42588F0B05ECA263B7582FF3C5ACD7529E5DECE0C52EF6CA60BDA7E7B3DE27D7B34B86E1EC92FF6ABFE49BC0FA6A4F657D4754B2BE734BD8656C31BBECBB37EB7743CDAEB4F8CEAE9C67C40625A6B2C1D3ADD9D5DB0DD8D5E77AD9D5F525EC1AB0965D93A46243B46BD81007810D1DDBC686BE7FCE86693D61C346FAB361A3ABD8709352364204B16BDBBFB0EBBE47B191B26636B242C36EB4CF61A36DFDD9684F17363A643B1B939AC56E6EA963B77878B15BDBBEB271C81D36EEC073362E6F2D9BA0B5884DD24D67932E9D60939A6CD99DD82D7667FA5236795218BBCB7B32BBEBC21476CF9A43ECFEED69ECFEEA6BECFEDA423675C15E3675D726F640EB24366DC37936ED722A9B7151C366FCDAC16642DFD9ECF6436CCECCED6C4E86399BD3EBCB1E1D71833D3A61397B74EE69F6684A3E7BF44D0C7B6C69207B6CC53B36D764297B3CFE1E9B375EC49E18D0B0056346B2055EDE6C61D568F6B4591A7B3A0660CF002FD9B3AB8FB267BF6AB3C58E1FD8E2073FD992825AF6DC96C5ECB9625BF6DCA3D3ECF99533D90B48145B9E1DC096DF8F642F6754B295F072B672C879B6AA5960AF6AAF64AF5DE864AFFDF661AF4FB9C3DE9047B337DC18F646483D7BF3EC6AF6E60580BDA317CED68997B1755657D9FB54077B7F6B1E7BFF5425FBC0E032FBC0DC857DB0F606FB303C8CADEF69611FB99AB18FA27CD847F18FD947CD9FD9C79A9FECE3B7C1EC9341396C734A02DB5CB9827D36AF907DB6D0836DB953CCB63C37649F1B4C629F2FB8C7BEDC37867D79723CFB4A359D7DB5CB827D6D6EC3BEDEF5817DF3C9887D6BEFCEBE9B328D6D6F7366DB078AD9F7B77EB21F3D30B6C3722FDB79E12BFB0998CF7EAA98CC7EDEBB80FD525AC37ED568D8AFEE39ECD72417F63B7C88FDEEFC82FD3E1361BBBAC7B2DDE5796C8FA536DBE351CEFE989AC9FECC9FC6FE9A5DC0FEB61ACCFE890860FFDA7BB27F7D36B07F6BE2FE93CEFE7DF49DFDDB64C1F6E918B27DD1716CFFFC6AB6BFE02CDB5FDBCD0E282DD8813BFB39C0EB05076C1FCD81B92407ADEBE6A0A60B1C5C58C421C67739643CC0A17BED38ECEC738E18328223A69A70E4CD2F9C78B529272937E3A4EAA99CF4641A27D3E47132E71E8E96309C725016A7FC6ACF29FB1F708CCB338EC93BCF314D673956670BC7BEB1E238F3068EF7DDCAF11B0E717C5D17A7520470AABA359CEA6136A76E1DC50915C739A1651AA759A3E03497704E7B671B3728BD881B74EF30A763D7CC0DEECAE17463EA39BD338D9CFE94979C41F354CEE04B1537F4F00E6ED8918FDCF0503F6E78A3133762983D37C2642C37D224891B79A9811B59ABCD8D6C58C1191D4DE58CBB977126D117B951C1DFB8516D89DCE8105D6EF483146EF4A3B7DCE8D7B33853B09B330D2EE4C634AFE5CC2F8DE1C606A8B8716DBD9CE5B0439CA5F942CED2D188B3DC11C259FD39C78D4F29E4C6A7F771135A2D38EBA10E9C4DC421CEE6602467FBE41637B1E52E67B7A5849BF47408676F51CA4D1ED9C24DF66CE3265FADE51C0E9EE2A69E8DE0A696F673532B68CEC9258B73DA52C74D536472D316C19CF32C5FCEF9F113CEC5F238370398CCCD7810C9CD78749C9BF5E70E37D760093777DC446EEE395B6EDE0E1F6E5EF2316EBE4CE0162CBAC32DA856711EA1C99C47E72ECE5326E53C0F8DE116262AB985FF56738B7F6671DE636E724B3CE2399FA3CD9CCF5B8AF3750239DFDD30E7FBD09B5B1A2C70CB6ED9727E7A03DCF21343B8E53F2C387F2E80F39F38890B502772812B3E7181AB2CB9C07D7FB9C0CF326E95F9262E58748E0B911CE04226C771A19B8BB9D0B4522EB4B1905BE72DE3D6A3E7B9F5B93FB8C8094FB8A8681D6E9377051763E1C1C54CD4E3627EADE0B6FC9AC8C5B6B6715BB7BFE0B6FEABE3E2A2C3B8F8BFFBB804722C9790EFCF25DE5DC625559DE39275C671BB5417B83D4E99DC9E3B4BB8BDD31E72FB92E773FBFEDDE3F6278DE6F65FDFCAA5E87B7129110BB903A597B8343E854BAB7FCBA5D337B9F4D8C5DCC1A71877C84EC9658943B8EC3F3C9733378C3B12E1CC1DED28E78EE92BB9633D01DCF1AA5B5C1EF585CBBBD3C9E5CF5ECBE5CFE5B8FC5DE7B913FBB67027CE6DE04E0E9DC39DBC5AC19DECB6E30ABA06B8C23E5BEEF4691957D461CF9D017673678EBFE1CE8E20B9E2591BB9E2A8C55C895B175752B19E3BE7A0C39DEB3ECA958287B952E83557EA398E2BDDF9802BBDEBCC950D2BE1CAA65B7265AF8F73E57EB7B98BF37E7015481F5741E77397667573570C6F72955BAAB9CAAF6BB8AAC47FDCD5C11BB9ABC7DAB8EB8F93B99AB21BDC8D8734573B369ABB597B84BB93EDC2DD55157177CD4E71756826774F1ECDDD3362B97B93AF72F7176CE01EB40ADCC391BDDCC33967B8875102575FF0946B78B4917B74BA956B5CFE9E6B1E78C13D2B5FC93DBB1AC3B52C08E09E3362EEC5F932AEB5673FF7D2E41AF732E136D776DA986BBB59CCB5BF0EE53EC027B80F6369EEE36C05D7315D87EBB4EDE53ADD70AED3DD9FFB14B98AFBB47535F799FCC57DC974E7BE96CEE3BE2776705D9693B9AE4302D7D5B997EBD6AAE3BA0F2BB99E67BFB8DE373CF7F38088FB9989707F26B9717FF79B727FDF38737DF3E7707D89AFB801DA8407D8161EB0AFE381F3213CE85ACF435296872E4CE5A1477A3CD451C4C377081E0935E45189098FF66FE7B1A76E3CA9F3982747DDE649FB225E34A489176DB2E0457BF478D1C3BFBC84CAE625EB4EF152EF0C5E9A53CC4B1F94F35446104F951BF20A7834AF884CE415FBFB784549124FEF6CE0958D7379EEC36D9EB7EDE7D5F19B79F5E167BCF06C3DAFB56B1DAF5527E2078D99CF0FCA5FC5EB18D6F33A0373F8C1A93FF9C137F3F92147B6F2C34E9AF386537EF386A7B578C3321B7EF8DA5FFC08974C7EC49E207EE4857BBCF1728437492BE24D3AE3F85146F3F9D1B1B6BCE9E11EDE34E7066F5A93CE9B3ED8C48F99B8841F139FC08FA9AEE1CD94B6BCF90B53DEFCDB70DE627A056FE16BCC5BEC69E02D759FF09657CEF156EA38DE6A6C226FF5E1093FFE663F3FBE2D9D9F506ECF5BB76FE46D6A4C79DBA01FBCED9A77BCED29819F183D9B9FB8259FB79BF386B7CF9EC54F0E7FCF4F9959C24F29BACB3BE4D7F08EA7D2F8A933AAF9A9BD73F8698E29BCF39648DE65EC2DDE659C11EF12F18A9FEED6C3BB9A97F033448BF91979A5FC8CA743F99963D6F1B3886A7ED61D177E562FC2BBB98EE0DD32EAF9D90F17F3EE16BBF8792D6EFC7CAFCDFCFCDA4BFC82EFD7F885F7A3F885CF1FF15E5B43F9C52747F38B2B27F3DE4E05FC92E99EFC92774ADECFF720EF3FCA84F79FA6CD07947FE0037E5BF081D623F85597CBF860B907BF3A6010BFE66B381F225FCF871487F0211583F8906F2FF9506C111F7AE9021F76BD820F8F6CE1C3CF4CE52362F5F988677EFC5AEC39BFEE87845F7FFF2F1FA9FCC147EAACE72323FFF1515F0AF98DED0C1F1DFE82DF545ECD6F6A75E037754DE6374766F35B767FE4B734F9F05B0FE6F2DB167EE1B7D5FCE3E3A82C3E6EF8413ECE3C888F0B4BE4E3D61EE6E3E383F8F8F2CD7C02E4CC6FA72BF9EDE3D3F944852B9FF8FE369F1411CAEF5425F3BB42D3F9DDA633F93DB603FC5EF220BF0F4FE553D3FFF0A92D1BF9B491EE7C5A41169F56FD903FE455C967F914F35965C7F9AC9FD17CB6C3143EDBED349FB376099F537095CFA9F0E78F6953FC31D777FCB1553AFCB132073E97B5E2F32E27F2F9B7ABF9FC2777F8FCBF7FF8137A96FC89DBFDFC89EF07F982112ABE609B0F5F706D105FF0389C2F68C9E54F6D0CE34FBD9CC29FEA5FC217D647F3A7D32EF1A74B7EF04575957C5167167F0649E3CF0235FCD9FC25FCD9CEFFE2AF09FCD981BB7C71FD3BBE2432932F2918C39F7B5FCA5F886AE42F344DE4CB4CA6F1654700BEAC219BAF88DBCF5F8A91F05776DFE1AFECB5E2AF648CE02BD94EBE7A6A177F6DFE0BFE5A47027FDD85E7AF6705F237A262F95B2D65FC6DE960FE76731B7F6778187F6713C2DFAD8FE5EF2755F2F70FBBF30F56CEE61F2E3BCF3F2C18CFD7AF3BCED71FBBCE37CCD8C237DC7EC037AD9CCF3FD6C6F8278E0DFC53F960FEA92A937F6A39936FB648E19B9D86F3CF5CBFF32DB3BBF8E71355FCF3F93DFC0BFB2FFC8BE9DFF8D61B397C6BEF3AFE2502F12F9523F897BB33F857A9E3F8367E22DF661CCBBFA6CFF1AF1F55F06F521FF16F73CFF2EF217DFE7DFB3BFE63FF78BE133DC87756DBF09D6D1EFC275ECD7F96C7F05FFE3CE5BFB6CBF96F7F8CF96FFF7CF82E0F88EFF69AC77747CBF81F07C3F81F475FF1BDB75FF2BF267AF3BF3C5FF2BF5579FC6FE3D1FC5FC3BFFCDF1E03BEEFC14DFEDFDD02FEDF271BBE1F1FC9F76B55F0FDC77FF2FDC5F3F801D5797EE0884605E84C560115812A7091BD0ADC3044056E765281BBDD5590FB5F15ECE4A742EF1D5761BFCEA9F0C15755F8E1BB2ABCDC514568CC54C47B5C25DEF75C25C91BAE92E43BABE4F86F957C94BD8A0AA1548A96032ADA3C4C457B39A994A3E42AA664818AE57A55ECA7972ACEE7BA4A35BC502530452AE168824A932952694E3C5369B94F5569279D56695797A9B4EFFE52E98807A97426FD17176C500DC6BD5483B54EA8864CBFA0D2759FABD24B3553E9BDF8A2D28F7CAFD2BF60A2320CBBA21AF1CB5F65347CB0CAD862B3CA6445996A54CA02D5A8CC74D5A8D602D568B95435DA8B568D8ED253995ECB578DD18E50994B5254E6136D54E6C1B754E689DDAAB14B2EA9C65624ABC625495596C819956553A0CAF2F77CD5F81403D5F8B60895B5CD7ED54444ACB2A77095FD10A56AB2DF7F4EA5A91C908D2A87205B95C3D13495A3ADBDCAB1B651E5F87D8B6AAAA78FCAE9BA5AE5F4E099CAE9CF02D534F4B0CA79EC3995F3F8432AE7940695F391592A1743BDFFFEF697A9A6C785AAA637BE574D1FE856CD58385F3573F874D5CC5186AAD9B5B754EECC6A957BEE4C957BC942957B459E6A8E71FE7FEA5473CA7C55735A0C55737EB9AAE6A6BE51CD1B5CAE9AE7775E357FAEBD6AC195F72A8F3B9D2ACF239F550BE7BE522D5CF451B5B0E6B46A51E63F9597E163D5E20DE7558BD38EA9169FBDA95AFCDE43E57D2144B564DE7295CF8F192A5F69A5CAB7C346B52C629D6AD9563D95DFDAB5AAE523D254FE54952A800854056C3CA75A79EFAE2AF094832AB0385EB5AAB9591534644015BC8A53AD3E775EB546EBBB2A64D332554842A62A544BAE0A8DDBA40A130EA8C21C0A54E1C17F556B3B57A9D6ABE3551BC627A8A2BCC7AB360DD8AB62BEF3AA2DCD9C2AB6E0AA6AEB0E2FD5D6AA3C55C2A96FAAC48A66D58E9834D5AEBF11AADDCC38D5BEDAA5AAFD4D6354A9B2DDAA034B66ABD2CC7FA8D22207ABD2B5F355E9AB235407C37B54074F01AA2CFFFBAA6CEAB12A3BC85795B3F3BDEAE8E5D1AA63555EAA5CC51F556E2AADCA7D7854753CB6467502CB569D745FA42A5866A72A28B9A63AF55F9F15BAF5AB0AE7EC50155675A9CECC08559D6DB054159BFAAB8AEBE7A94A4E66AB4A2AAFAACE758F5395E500AAF2929BAAF226B5AABC7B8EEA62839BAAC260AAAA62EB3055C5DF76D5252B507529A94A7559B75B75D934437565CC14D5953D81AAAAEA89AAAB3E61AAAB87D254D5FE5F54D5191DAA6B43EEAAAE4D5CA3BA9E3E5A75E3D65955ADE6A6AAD66F9BEAE6F302D5ED0745AA7BCF87A91E043F513DC8FAAAAADF18A7AACFBAAB6A5892A96AF0C7544D4649AAA6EC9FAAC78B74544F457B54CD89ADAA96973DAA96AE7FAAD64B9354AD1FEEAB5E869AAA5E66A7A95EF966AA5EC53C51BDDAFB9F4F0DAA36D70BAAB6BDCF546FD599AAB7F397A8DE2D7CA57AFFD155F5C1E986EAC3C1605587BEBDAAC3DD5BD539935475EE66559F4C06A93EEF59A0FA5CF25BF5B9E194EAEBBF71AA6F0D2354DF9ECF5475A79AAABA5B38554FEB4CD58FF991AA1F89B1AA3F864F557F1271D59FCB07547F1E1C53F519C5AB06E67E57033346A901CF5F6AC0FBBC1A3860A706039FAAC1EF666AC8F1BD1ACA495443C78EAB1106572383A7A871471D357141A9265E54A94505266A71B6462D737CAB96F98C53CBF1F76AB9FCAF9A7A57A256CC27D58AF29B6AC547959AF64C552B0FF5AA99FE7D6A1696AA397F27B56AA4835A70D8AB166635A9853F12B5760AA71E64BB443DA84E5F3DE8718D7AF0E62CB57EE36AB541F042B5E1F002F5F02575EAE1413AEA116243F588E185EA1145EFD523AEEE528F34CF558F7C72466D14714C6D7446A436964E551B07E8AB4DE4DFD526690D6A937F57D5A3133FAA4DD396AAC7981D509B378C535BE80E538F853FA8C7E979ABC719EE568F7BFB486D3961B07ABCFB3CF584293E6A6B26456D3D5B5F6DB3A0516D73FBAADAF650997AA2F705F5C4A3E7D476A3BFFEA75B6D171EA5B6CBF0504FDAF5513DF9408F7A4A42887A4ABBA7DA41BE4B3DD598554F9DB5523DF5F80AB5D3C4796AA76D4DEA6963DAD5CE6FDEAB5DC2E3D53347BE53CFDCE8A29E992B55CF3E345CED3EFD8ADA7D49817A0E01A9E7A4CF54CF1D51A89E3B77B17AEEBAB3EAB99DB6EAB97F33D5F39ED3EA05AF36A83D5F34A917FA2E542FB2F7562FDA2B522FBAF55DEDB5C954ED9559AA5EECDAA75E7C42ADF6763EABF6DEB445BD24C95EEDF32443EDCB54AA975257D44B77DAA9FD32A56AFF9390DABFE3B43A6078967AA56AAA3A502E56AFCAEC5307EB5AAB838F39AA573784A857BF11D46B16D7AB43C2ADD521792EEA50ADFFE8DC568701E7D56B279F51AF8B3454AFBB4AAAD7477C556F7078A08E5A92AC8EEAD0566F5C6AA6DE34F3AC7AD3BCA1EA4DF91A75ECE142756C81873AF6C730F556831CF5D683FFD47101ADEAB8275BD5F1D44975FCBC17EA84E5D9EAED1A997AFB565EBDE3D1497592F61BF5CE8555EA9D9763D4C9434EA993DF1E51EFFEEF99F73807A8F7784C56EF2D8D55EF3B56A84E3195A95302BFA853F79E55A7BE9BAE3E1062A44E6F78A43EA8BD559D5134527D68C77CF5A1F276F5E1232BD459A17AEAEC5536EA9C41FAEA5C830FEAE33DCBD5792166EABCDDD3D42736BBA94F3C3BA63EF9FBAEBA2032597DEAF14B75E1E568756187B5BAF0EB2AF5E91543D4A7FBDDD467A208F559BF1875B163B1BA24DA535DD2DDA73EAF0FAACFBF14A92FF86C5497C5B0EAF29644F545BF60F5C5B701EA0AFD48F525D539F5A58BD1EACBB3B2D5975FBE525FD139A3AE2C32535FADBBADAE7E81A8AF5B5BA8AFF7C7AB6F4C0F51DF885BAABE71E3B6BA7615A3BEB97CBFFAF6C20AF59D1763D577F757A8EF2567ABEFD55F57DF7FADA37E6080A81F1872EA078EB6EA079746A81F3C0F513FBCAFA7AED774AA1B2459EA8625BFD58FD6E9A81BBFA3EAA6375EEAC7488DFAB164AAFA711DAC7EA2774FFDE411A77ECAA0EAA7D3E7AB9B9F66A99FDFD555BFA80F50BFDCBD4DFD6A6F90BA8D58AF6EEB3052BF866EABDF346AA9DFBEF756BFCBE854BFABBAA66E5FB046DD7E7488FA63888DFAE39B2075C74084BAD3F386FA937EB2FAD3BD7BEA2F1F27AABF0FAC577739FBA8BB0FCC57F76887A97BD2B6AA7F386D51FF749CA1FEB9C457FD6BEA5EF5AF3D53D4BFCD16AAFF2CCD50FF79FB51FD1737570F8C9CAD1E782F510FF4E708C0C432017CEA20A0F34609E85A42C07210013B6B2360D7D70938F843C0C70F13F023E3053C6F8A80BF910924B24C1025E508E2461741B2C947906A8A04D9F47B826CD627413EA3545026380BCACCD302BB65B8C096BC17D8730A41F5CE5F501FDF22A8CF8C1584BF2241F3E8A4A0B5224CD09E4408DAE1E5C220AB5241C73B451842CD10860CEA148618BD1686648A8521B97705BD498304BDFB85827ED12D41FFDD5AC1A064B83034E6AA30ECE347C1D0ED88303C415F187EA34718DE800A4696B304A3D077827165A130EAC172C18CDB2D5868B60863B7A50A6377B90B63DBFC85F163EA85F1FEC1C2F8336682F5D615828DBE913071FB7061E2FE526152B49E30A92B5EB0177C057B475AB09FB559B06F3B2A4CDEDF2E38009F85A9E14B0527D15CC1F9B24898AE3B4E98A1BF539835F1B0E056FD4870AB09116657C70B73BC528579567EC2BCDD1DC2BCCB578405D33C85050DBA82C7B822C193992E2CBAF345F0325F277875370B4BC84782EFBFE9C2B2D024C19F5C2FF8EBA509810B3A85C0E53384C0C2F542E0E96FC2AA87881034A35708BAFA5308AAD51282F15F4270A3AFB07AD2086175E90161CD857A2144881242E1442174C3682134AD41083DFF5108DB562D44448985886C2B21A21E17D66EFC26AC4D7112365C36142213E54254BF46D8187054D834E18010233926C404150931F7D285CDE681C2E68F83852DE30C852D0F3285AD0722846DA99384B861E142DCFCD3425CDE3821AE2B43889F385F886F2F15E27B4442C27E524848BF2A6C9F952D6C7F06098959E7851DFB5A8524C79742D26C376167C87761E7DFE1C2EE3FFF843DEB570B7B06160AFB1D8D8414E95F21650421A4FCD612520D8D8454173D2175D93BE180EC9290266F16D21ED90907670E170EFE7C2364CC721332A2052163CF5221E3B78B90A9EF256496CB8443A1938443EBD384C32B3A852CDB4F42564A87904D3809D931A38423314F8463737B85DC51CB85DC358C707CEE58E1F8A65A214F93F79F01217FF85A217FCD51213F2151C84F73164E146F164EDC6285536E5785423373E18CC914E1ECBF51C2B9710342A9F926A1F4DD72E1C293734299419C50F6BE44B82809152EEE39275CBC395FB86C364BA85CBD4FA8BA92285C55AF10AEFE5A28549B9809D59FF70BD7D9B5C2F5B332A16672A670036A126ECC6C116E445809B5A32C84DAEEB5C22DFEB070EBF972E18E5224DC59725CB8931328DC4564C25D1F17A16ED870E1DE465CB877DA5DB87FDC57B87F678F70FF9B5C78B8E4BE503FA155A80FCC16EA733F08F5E59E42E3947F4263E827A1B1AE4F681ABC52783CC642786A374478BA62B9F0744F93F02CDB556859F85668796E243CDFED2A3CBFE32BBCD0DB2EB49AE6092FDB0F0AAF387BE19553B7F0EA6BAFD03663AED0762D5668EBDE2CBCF16F12DE2DFF22BC6B9D20B48711427B958FF07ED937E143AF81D05915297CC23E0A9FCCC384CFF61AE10BBD40F83AF3B7F04D2F47F8362942F8E6B54AF8963251F8762D48E81AF340E8BE9224F406AF127ADF3042EFD72EE167F203E1D75391F0D75547E8BB592EF4FDDD210C5C99A801467DD300D9511AA076A70678F34F039A986BC0ED120D64D8AF817F986AE081120D12BE4A839EADD7A0EF5E68F01D611AFCE3270D39A84C23DABE51231DF148234DBAAE916F76D1C8AF3568E44F666B146BF335B4F57E0D5D7348A3544FD528D33F6BB8D137355C33A6E13ECED6F0F74D34FCB35F1AD55A2D8DAAD74023FC4DD26845AB343ADAE3343A2F4F6A743A3F68063FD7D7E845466BF4F64ED7E8FD1669F4030B3506BD959AA14E72CD304A4B336CCC228DE1E7319AE1A52B3446F40C8DD1EAB71AE3A3ED9A515318CD28E7519A51D74D35A37E7FD68CD61AAA31B5B2D08C099FA119B37E99C62CE88EC63CE2BDC67C538EC6A2434B33F6409D669CF672CDB84BB11AABA4A71AABD2799A097D4334D649EF35360D133576B89BC64ED8A9B16B5CAB9932F480668ADB12CD94ADEB340E7B2D3553C3DA3453F34D344EB7198D73E6078D7375AFC6E52FA3992EB2D64C17D41AD7F94B35AE9E1D9A994C906696C452336BD0678D9B0EA7711B51AE71DB7454E3F67CAC66B6ED16CD5CF48B66EEA4A79AF94741CD82DF97351ECFD3341EEFBC349ECF82340B736668161EFBA1F142B2345E83359AC5563B348BA310CD92D9B4C60779A9F14DD8ADF1DBB053B3BC7CBD6645748C6645BCBFC6FFE4058DFF5B9526407B9F26C069B526A0A743B3D2FA8466A5E37DCDCAA59F352BB3DE68567E5DA45935F38866D5BC524D502AA009EE78A159ADBFFA7F0C977938156F14C791AD841451F7CEDCB97367EE3A779FBB49A8A894284A919442A8448BAD0595362152B266A7524AF67DA70D2554244BC8D28268A1FC7E7F7C9EF33ECF3C73DEF79CF33D33EF211C5D374138EA504CF0BCF78FE0E5394E38917593E0AD1D45F051F125F8161413FC8C5208FEAF5E13FCDB5208A7DF38134E7F5D4038F3509770E6630FE1CCAF3D8480BC204240E72C2160F60E21F06D3FE1DC673DC2F9DB0D840BBABD840B7ACE848BE969844BDCF5844B4D0CC2E55B2E84ABBF8E124218DF08D7180984504489107EBE9870FDE3234284590021C2D28270C3A39670A3379F10A5E747B8E9769E70F3581DE196C20742F4E5E584DB2FDE1262962D26C440398498E08D84F8F62B8404169390909D4748F89A49483CE14B482C7025DC118B087792930877663E1092968084A4AC6C4232D64548D9728D90F20024A47AC811526BBE10D2E34D081956DB0919F36E84AC619890355B4BB82B3843B8DFBB95F0C059447848D0243C745B4478E8A54878B4CC9BF0A8DD98F0383F9AF0B8638E90ABAA46C82DFE45C86DF125E4439B0885ACF584A2A4EF84A2365342F1EE7642F1D995841297014249F76A42A5C080509D7E9750DD6F4BA83DF08950777B31A1EED54642BD4512A1FECC1B427D2D83D070B183D090A24768941E2634357C243CF3F4213C8BFC427871E00CE1C5A316C2CBFFE379593A46686E7227B4DCE4135AC5698456FD6142EBEE58426BC12CE195730AE1D591CF84D7D6DF09AFF72913DA084A84B61FB984F6940F848E90CF84CE252384CE884D84CE2C2BC25B621DA14BA44FE84ADE45E836DA47E82EBA4AE81E3E46E8595D4FE8896D21F4E4B8133E26D108BD179B097D3E4B097D4F8D09FDC7AC0903B967089FB827099F44D7089F8E10089FC695089FFE55100697BA1006AD2E1306A3DE11867616138635A608C3A2DB8491D4A38491AF7584B113E7095F078709DFF60384EF9E458449253FC224E30961D2CF9830ED124E98BEC721CCC8AF26CC1C594DF8C55C4AF8151D4EF835D040F85D584FF873F70A6176198B306BE64798DD5742987B8D10FECA7910FE065D24CAD94711E55A2788F2EE9944F9762A51C1CB8CA83CA0405CA8BB8FB830AD88B8F04306512D7627513D0B256A7E6B242ED9AB4AD49AD3212EDD9542D47E4626EA488E1275A25E1075868E1375D96F897A0BAB887A79E1C415B587882B7E3E24AEDC7E95B8F28584485C6D4804DCFC88E0BE8B4448FC8B088DB913C9CB5C8964E41291727E1F11DDD94A44439711A96F09443AF97F6E3C2132E49C898C93A344E6BD3D44CCE21A112B2710B1161322F6238FC8B9FB85C8C93621F2E66C88FC9069A240479D28089E21E28B5F1171176DA2C8C78828E6C344B11B9D28D93D4594F28E12A5DD864459853FD140124E34084E22AE16C5100D0F84138DB4A944A395F34423835AA2717F3A71CDAF40E23AAB11E2BA9A0EA289680DD1E4EC27A2E9B43C71FDCD6EE2FA529CB87EDC87B8514583B87109816836D043DC14DE4BDC7C4440DCFCB59FB8F9D73BA2F9C6F5C42DEA25C42D455E440B9751A2C52505A2A5E914D1F26E34715B5626D1EA149D6895EA41B469B620DA6EF84CB48B3027DA8D4C1077EFBA45DCDDBF9B681FD94EDCB36225718F932A71CFBC22D181CB233A5C384CDC77578DE8B8699EE8B8E506D1B1874A74DAEA44742A8B233A9B84105D9E1D201E5CFD8DE8AA7E96E826AC25BA47CA110FDB18130FBF91271E8D784CF40CE013BD3C4E10BDFA0D885E930CE2B137BDC4631FED89C7FE2D239EB4F7237ADFDE48F4F97987E87BAD84E81BB585E8FF08229EAA8A259ECD89249E9D7021062C38470CD8B19718D034400C54B9410CD4C8239E5318259E5BB285785E3D9578FEB42DF1C2E2DDC40B2718C4E0FC2262F0E729E2C5B7F5C44BE563C44BFD8AC4CBCB70E265EA21E255CD6962E8F26C62E825676268F414319C93430CE78E10C3ED0A88E1B7FF10AFEF3C458CF0BE468C743D48BC61748A1855FE9378B32E9218BB518918BB2D9E18EB11418CD3F625C699FE21C6399D21C6BDDD424CEC7C41BC53EB454CBAD7474C2AD84F4CDE1F444C7EFE3F5FEB88A96E1B89A9CF128969479E13D32E691333D69E276678A0C48C2F9B89998605C4CCBDB9C4CCA3B5C42CA3CDC4BB571288F7FFE512B357B810B3373C246657B9101FC0F78839A245C41C93D5C447791B888F2F9E21E6FA19129FFC0688054AD6C4C2377462B19A05B1987E97581C58432C81158925F42162C96D2AB194634A2CE53F20961A7813CBD17E62C5EE4E6255F8266255C415623D789258CFF021D673F9C4FA9AA3C4A6B30F89CFE5AF129F83CF89CFAFFC20BEA056115F983F27BEB05124366F7C436C3E97446C2178125BAD0388ADB77589AF5DDE125F87CE10DFB83F23B6B3EF133B0655889D5F9EFCCF5BE23BD081F8FE4E25F1FDA42AB12B6439B1EBE36A62778C05B1E78C3EB1672C96F831D484F8315C40ECBD768CD8FBE43DB1FF742BB13FE71CF1939D01F1D3289F38C86A210ED91B10873D3610876F70899FB5C2889F39A7899FB38288237EC789A3B436E2E8859DC4D1B852E298918838AE2A227EB1EC267E6DB3227E7B2647FCFE7D9238F16E2571527F2F71D2EB06716A890D716A4E40FC7103274EBF9C24FE5C6E45FC694B26FE5A758EF8475C429C350B26CE1E3A4C9CCB3226CE8D6B10FFF57B13E76111717E3D02C8ED22020ABB0E030AAF1F008AEBB50125877140A9FE19A034FC025096BF0AA86CB00254BC9702AA0A8A80AAFE5F40B5D40B5878DE1658F48B09A8C59C07D4461D81C59A75C0E2781D407DD108A0CE0803D4CD1703EAB9BF00CDE50B00CD93E700ADBC9B804E0C1158BE4113D00B67002B8C8381154E5E0031341520865D0200702D00EC6F03C09061004C9101E0A3EB0029281520952F03C8136D009C5D06504C7A01CA092180E87B0188672D80D4B70268D473807A461EA0BE5D0BD07CAD015A1C02D0136900536323C07C190B303FF300D6D6768035E70E600B6E0318371EC0BC0400B7C313E0F901005FEF1EC067E703FCBB258020EF01205CFA1A105EBB0308CBBF00C26A2300972C06F043DD80881D07889EA38064FE3A20739603648379C02AFD3F8081C235C0E04B09B01A7201561F380D18159C078CBFD6006B6C6B80750A3AC03A3B1DC024C707D8B87F2FB0312F1030BBB5043067AE04CC059EC096B3AF008B8D34C072C925606BED6660DB4917C08A9B0A58F1DA01EBD26660BB4313B0C34308ECBCD402EC02DB805DFBA700DBB56980DDADC7C0EEE5C180FD2B1CD8B33B1970C8CC071CEA9C81BDCBBE017B5DD980A37C1FB0DFED23E014E00238DD1203CE7FE281833DF580DBD64DC061111D383CFF16F0C0BE001E27D2014F5B31E035360F1CF377034E389B013E4101802FE330E05B740CF03B7D1FF07FBB1538FD711238FBBF9FF34E01C0F9CC3E2058CF03087EF916B8B80C022EE299C0A5AFCF81CB041DE0EA9F4540C8D310E0DA601C10663E0184394C02E166BD40F88B36E0BA8E19707D6B0F70FDBB331069FC1A884C3F0544967E0422674B811B3C5BE0C6D30E204A4D1988F2BB07DCF45A09DC7AE905445F4B026E473500B78BFB80988E642056750888258E02B1CF228038C225206E6A311037DD05240CC140A2120824DEF10312FB9B813BE260E0CEE95B40D2E64A20B9673990F2BC164869DD03A4F6DA026993FA40BA971590E1BB1FC8787419C83C4B0032CFE50299611140D66D3FE09E611570EF5709709FFD04C826AF04B20FC6000F562C001EAE94020FF7B703394E27809C7B21404EBB0EF048D512C875B7049E7C5F0DE4998E00F9B56140FE0B6DA060AF0650987C08288A0F058AEE8881A23C0950EC3C0214FBB50225760F8052F223A04C900D94278500550B7280AAFDA140D59F64A066570F50732300A85D4304EA14AE030D8DE94063EF66A069C977A089D00C3CA544034FCDB7034FEDF381A79EFDC0CB731F8066DDA340F31A33A045CD1C68A953035A833701ADD77E01AFBB028076DBC54087FE35A063240F786BAF08BCF59001EF7E1280F74205A08B2E0F741FB503BAF3DA81EE0E0BE0033D15F8385E0BF4362B00BD3371409F5C30D097EB0B0CFCAF8781305560A09C000C8C8F01C30BCF039F594B8111357F60E4713B30762B1E18CBF100C63E5F05C6EDFB80F1EF9DC017A11FF0E56824F0555E11F82A4E03BEEE6907BEAD0C03BED93C032622E9C0C4ED7460A2EB2230B9B10598BCE8054CE1DAC0D46905E0E7C33FC06FC76FC09F397FE0DFCBF5C0BCE50560FEC13B603E9F05CAD1E741B97B9741F99D6740F96847504528072EFA5D09AA951141B537EF40B59197A0FA5D2B50A3CF10D4544901359D1C40CD402AA8395C0D2ECD700497195C00971D8F0075E8D5A00EF326A8B7B217D4A33340BD68397085E011B822A11024ECDE0F02A9DB4152F33448EEF60361241B447CCD40D4D102A4253E0669F98B41BA7928C82466834CCBCF201B804036C71C64BBC320D76B12E466E681BCCF8B41816D2428E2EE02452D1028A67D07C5371D41715C3628313E024A0A9C40C9C72950CA5400F50762C155FA18B86A9A011A1AFB808693B74063D975D0784B0368ECE801AE09EC07D7143D04D7EADB816B5F9A80EBB6FB82A68216707D8306B8C1FA10B871DB3770A3E3717063680EB831310CB4583C0C6E352A07B79A3F02B71E3303B79E7202B786DF05B7C69B815657AE80D6F45BA0758907B85D68086E3FFE11B439DA05EED24D056D4F3A80B6399B40FBC02E70CF97F3A083A00474782C01F75E7707F787E9830794C7C003ED1AFF23030F7C658107BE8D804EBAA5A0538433E834A9033A4D7F049DFE1C029D510074991B030F1E8E050FDE7A02BA263240D7DC1DE061DF21F0F09D8FA0A7AB39E89999007A2D9D048F2D8E078FADBE0A1E172A80C78F2E068F37E681C7BB568027F52BC093B964D067B536E8B3C511F48D7D00FA665E07FDF47240BF4E7BD09FF517F43FFD13F4BFD2019E5ACE024F8F06836737288001EC3360C00F7730B0CF140C525E0A9EBBA10F5E5000C00B5423F042C541F0C26F7BF0A20205BC34B00FBC42DC09865CDB035E3BB4190C0D6E01AF9FC3C1A8807360D40D3330AA39158C1A2F036FFEA904A3834BC1D881DB60DC097B303EE13D98F03E114C1C1807EF64CC82774AACC0A40D8A60D28F0D6072C6423045E30298D23701A65FDB08A6C7EC01D33BC6C08CE0856026B200CC3C751ECC4AB904DED30C04EF8DF681F74FF981D9D2DDE083D529E083DD6FC0078E59E083C620F061D77930C7FD33985BFD06CCAD3D013E514C039FB4ED03F3F40DC13CD73830EFA532988F9D02F3E3A7C0FC396FB0807B0D2CD87C112C70590E16F846810571EFC082BA0F60C18BBF60A1A4122C0CB6000BB3BBC1C21E05B0702C1D2C5A9401162D96038B702E58B4CB0D2C0AFE03163DB1058B790058BC712B587CB3012C4E49078B53B5C0E2EC8560F1A716B064672C5872D50A2C899D054B2F5B82A5797BC1D2D79BC1D2593A58B6E51458E6DE099625AA8365690A60B9B212584E0D07CB0D7DC0F275FBC1F2D82CB0BC0003CBBF0D80E5BFBDC00AC508B042551BAC3031042BB66C042BB6DD042B2E5482158F52C08AC7E960458D3558315A0B562EEC072BAF3F072BA77CC1CA5F2BC12AA566B02A241DACBA990C56E59F02AB7EAD07ABE67F82D5C48D60353A02561BE981D58EAA608DC275B0D6390FAC3DA600D6FA11C0DAEEFFD79F52C03A0D05B0EEDE6FB0AE611358D7731CACEB0F01EB6674C1FA1DFA60FDA14AB03ED212AC4F0C05EBDB95C0FA4E2E583FE20D36AC1F061BCC3E830D3BFAC086423ED850BB036C98AB061B19FD60A3433ED8F8BC166C1C3B0136CE6C021BE735C126C558B0C9CD1A6C3A1101BEAC34045B16B3C0961025B0256627D8D28482AF481AE02B6E23F82A22137CF536067C359909BEA913826F6697831D693EE03BC71AF0FD8658F0FDDE63E0FB98DF60974A2FD8BDD60FEC6EDD007E20DE043F7E4B047B974C82FDBE16E080E65970604905F88962080E55F780431D96E0F0340B1C39640A8EDA3F06475BCAC1B106001CFFE8038ECFEE03BFB864805F6ACE835F1537835FCDAAC0AFF9D1E0D7AF5BC06FDE3FC16F8167C08914149C5CED084E5E3006A7402F704AD8084E1D15813F7240709A70129C3E16054EFB9481D3B99FC0E9AA09F0D79EC5E0EFB851F077D73AF00FDA02CEF68E8173A52FC17F97D8E0BF3B9BC1F9C455E0FC575F929C4229496E3B4E924F12911424032485C86692628A90A4D8BC98A412718FA4BA389AB4C8683349AD2F8AB4987796B4D85A9DB4F88C1A49431849D2380792342288248D9ADF248D2E3E69C99573242D492B69E9FA6ED252B741D2D23BD524EDBFB1241D4D57924E244A5AAEE64B5ABED19DB4BCAD86A4BBC29BA46B7C89A437C623AD60E69056D829935638EC23AD3879974490F148C4E72624208A4C02BFFC2541D27E12253A8B44C9A791D0D00812FA5A8B44534E21312DAA49ACAE5324ACAA9E84B58690B0F74F48EC6FCE24CEA2691227F4028953F888C4630024DE35159230B78684875A914417BC49E21D1292E4D51049F22584241D5C4B921D79463230024906E7B791566BCB9356C7DD2519B26F908CD11ED2DAFD1DA475CFB6934C545D4926EE8F49A6A76D48A6C10E24D34B3B49EB650749EB2BAB481BB24A491B3AAF91362A8592CCA8C74866313EA4CD057324733507D296F4DB240B7A03C922CB8CB483F88CB4E3E828C9867F9EB48B1F45DA55B09C64875492ECDB1F93F64059A43D677692F6A486901CD44B480E05CD24875725A4BD421BD2DED72124479B44D201156F92D3CDBF24D7F8C724D7A21D24370316C9EDE50CC95D664A72DF3147728F88271D522D241DD68E261D7E19493AF2C480743CBB81E42DBE48F2367D4CF23E3E48F2BE8C917C5E1A917C0FFF22F91E3323F9857D24F92FFF4B3A653C433A75D397742A469574D6F7142980FB8C1470238614882491025B0C498163C749417933A40B46BAA40B56DEA40B472249978F86932EDFD3215D79ED4EBAB6C882744DA2400AF34C2585FF3B48BA0E8A49111685A488EB93A488AE8DA48899EBA4C8F94BA45BB67F49B73F1B9062A5CB48B16E56A4B8F4FDA4F8DF13A444388D9418B08F7467912A29498C9052DEA0A4542D9C94B9F9182933AE8994E5B49274574E40BA1B3E44BA2F7A4FBA6F5145CA567D48CA5E1149CA0E5F447A685D4E7A187D8BF4688588F4C83491F4E8FA21D2E3FBBF498FAB9693F2448EA43CEF4652DEB505A4BCC27252BEAB8C943FF79454A0718C54B8C58D54DC709D5476434C2A6BBA462AE7AF20955B1993CAE70B499584C7A4AA6C8854F5649C54BDE81BA9DA731DA9FADB41528D1140AADD5E4FAA83CE90EA4FF4931ACEFD2235AEED2335A66E23353E1F22353DB4213DCDCD223D7BF595F46CB089F4DCE72CE9797D1CE9F9D311D2F3CFEDA4668303A4563189D4FAF23AE9153588F47AF113529B234C7AC3E827BDB9B69AF4964E22BDB7B02175FD7F962EAB0052D7FE3BA4AECBC7485DDFC2491FED6F917A0FFC22F5B179A4BE821852BFD65D52FFBE11527FE845527F892B69E0B71A6970F97DD2A0C73BD290EC2B69F8FC1C6938B28034DC04923E2FDB4B1A393C4F1A79DA4B1ABDFC85343A994E1AF31C228D4DBE228DFD7B481AE71C237D391342FA8AFA93BE593C244D2C5523FDE8BF439A761A254D3FEC25FD8C7224FDEC8A26FD1CC4483FA76E927E6122D21F877CD29F33DAA4594735D29C0A993437E745FACBB949FA5B7C9DF4F7CB51D23F1B0A24B74C0AC911632139436F485E7E23241FF7105A70F924B4A00984167C3784140D1990620A1952D9BA0F52356B8454CD83A085AE2BA185B515D0A21F9F21B547359006C48034DCEF434B94CE404B5A1C20AD851390D68DB590566515B4F4DD6748FBC94D483BEF0CB4DC940FE91AEC8056FC49865622F210A1360622BEAD8000662204A4EE81807B5310F0A61282C23520A8591122EFBB06912F2B43F0196788423583286B6C21740505A2BAE743D417128866FE07A21FB78018ED18C4BC4F87585BA621CC6F27C426C6439C847C88271D877886FB209E7734C4CFD486F8FF1421FEFC002458DD06093C77408290664850418704EFCE43B8A71724FA6703894D3421E98B1468D5F667D0AAB41068D5901264B06D1964306309AD26A44086E6269061C70064F8EB35647C1580D62CCD86D61072A0356BB9D09A067568ED3A29B48EBC155A3F438436287F8036BC7487360EF8431B27EF40669C37D0E68D6268F33F2664A1500959C6D64296E346D056B375D0B6EFBB216BE165C83A2809B20E0B80B63F6D80B6CFBF81762C8E867638694136BF2068A7813B6447BC0DD9ED77801C42FCA07D3A7C689FFF5A68DFCDC5D07EB97668FF3C0AB95CB3815C1DDF406E2B4320B750027488920A1DDE741EF2D8360A1DB559031DF5B0858E36AF823CCF06415EEA1F212FA017F28A2E808E9B5C848E0789A1934B6720EF03CF209FE571904F1C02F9646F817CCAEE41BE1771C8F7F614E4C72E82FC1CAF437EBF4C21FFD5AED029931EE854BD083AEDC3864E9733A1D31D4D5010271C0A723A079D7B3F0F9DDFEC075D109E812E582A43C1BBA8D0C5E666E862DB52E8D2EA6BD0A5B326D0D58B85D0D5A2B75008D91FBA36B10C0AD5964261FC1828ECFA49282C3E120A6BB904855BB3A088FF731CB17A1E8AE8E884227EAB4191A982FF49876E4CBD86A2FA5F4137D95AD02DF520E816C10EBAFDFB25142B6C82E2701B28EE7B3D146FF60A8A3F1C0125D0AF410917EBA184EAEF50425F2794F0230FBAF3A10E4A2E8B8252B2AE40A9F95C28C3E9389471280DCA043CA04CD9089479E71A9439F81ECA72A886B2A2BF42772B9AA16C4E34F4E0601AF4100D851EFEE2418F097CE871941D947B9102E596A4404FFED7651EFB1794F77D1194EF7B0BCA6FCB800AFDBF41857FCBA0A26055A8A476162AA55840A505BBA172722B54790C812AC343A0AA241954BD3C16AAC95587EAFEF75D37640435E41D829AF042A869471CF4B4E804F4B4CA167A213E0DB5949E865E996640AF421641AF8F6F865E3702505B9731D4F6F518D47E810C75384F431DE997A08EE90750279A0F757E02A0CE3FCFA1EEEDFBA0EEF2C3D087DFCA50FFFE87D0C0EC1DE8132B1DFA6424833E658E42832735A1C1342F68F0F52A6868C96BE8F3F206E873891E3446DD088DD5FB4363ED89D0F8AA5BD0F8D145D0979261E8DBA00BF4DD7F18FA5E5A044D543B411303EAD0A4FA2C34993D014D5D51867EB82641D39F7168263F1DFAB5D503FA95BF08FAFDA813FAF30A81E65ED4427F5F9541FFBC1DC872B3FD64F9C7D364F9EA6364055E1559E1BB3F59F1DA69B262EE15B262DB2459793B9DAC9CE04E562E84C82A315964953B7164D54B61E4856FFCC86AD758644DBFBBE4A5A3DFC9CB18CDE4652635646DAB11B2CEEA21B24ED73BF2F29EDF645D8D1CB2AE9E2D59B7CA94AC17FF8CBC425D9FBC227A90BCA2954F26A8BB91897F379181A655647038800C3DFE4E8617FC202385CFC968FA3A329A5340662D9390B19B0C32F6A885CC563843E6ACE691B9DB3AC9DCB41F64EE5D3532BF1B22F38767C9028706B2E0D279B2B0E12059389A4E168EE790F12D8BC9A21D22B298B2912C01B692A5E6EE6469DA6DB2B4B28A2C6BF127CBA632C8FA019E64FDE46CF2AA777FC806E4436403AC9FBC1AA29157FFCE26AFF13222AF297A4C5EA77398BCDE6B1B797D821979D3A63EB239E322798BB89ABCC547996C31BC886CF9E31CD95AF709D9BAFF2D797B394EDEF1A29EBCA30322EF0CCD21EF925722DBEA5F24DB5E3620DB5DBD4EDE7D4C48DEB3C883BCA7C687ECE05547DEFBE00DD911B94876AC3127EFBF994C3E70388EECA4174776864E929D1D93C9CEE17BC92EC76F920F1E8F251F9CD423BB5AB3C86E87246477A73764F7631A64F7A84D64F73BEFC88718EFC987EF8F900F3FBA47F6407E908F5A71C9C754E2C9C75F78908FFF08229FE811924FAEF2239F7C7E95EC439921FB54D6937D135CC8FE6FF2C9A7EEEC239F368F229FBE5F420ED0E922073E312707E69B91830272C8E756A890CF6D7D46BEA0D74D0EFE3745BEB8E219F98A7C06F96A8436F96ACF097248B91CF91A3F831C7AE82339B48E440EEDA825875DFD9F626BF2F52F5272C4CBBFE4485907F9C6CE4FE49B4BABC8B70CC9E4684D9C1C3D6B49BE3D9C4D8E5DE4478E75DB438EEBB9438EDF1C478E7FB88F9C6436434E3A134D4E46AE9193DD94C929B50C72EA791B72DA397D72C68F3DE4CC806BE4CCA91E7256A429F9EE619C7CAF5D48BE5F7C9D9CA3789E9CB36C989C93F6BF6DC6C88FD437901F05AB931F4D2C233FA66E243F0EE826E72AAE27E7AAD99373497472DE8D0FE482C64972417715B9E86221B92825815C926C412EA5D0C9A56189E4B27929B99CE74FAE209D20570291E4CA3BE9E4EA9B75E4EA314F728D858C5C934227D7CA2B926B5B2DC9B51F9E93EB9B14C80D7ADBC80DD47BE486741B72E3481EF939A0417E312320BF5426925F0E7B919B03CCC8CD6D1FC82DC1CDE4D62C1EF9957C09F9D56239F22BADADE457D9AAE4D79C4872DB0217725B9E2DF98DF633F29B3D77C8EDA3E7C91D9443E48ECD89E48E4247F2BBD741E4AEF83DE4EEB115E49E6DB6E45E3526B957A796DC6B7691DC7B7B9CDCFF339E3CF858933CEC1248FE0C5D278F445E218F0A9F93470DB793C79A8CC8E3D47AF278D06DF2978571E42FDE1CF2D7AD3BC9DF5EFB93BFF3B2C9DFED83C8130D77C9937C2679EAFF187F2CBF4BFE214920FFB0F521CF186D21FF8CF726FF2CDA49FED97985FC73EA10F9D7FFFDFACBCE8FFC6B6E9AFC3BD889FC27D2813CAB36439EEDD9409EED5326CFD96A90E74A3F93FFFEDF9F7F6346C87F1366C8F3EFD461B99A29589EA405CB5BFBC3F2475FC2F23785B0FC4C0FAC70CA1E5E6017002BAADF82153D09B052620EACF4E434AC7CA301562ED4865596AF83550C2C6095A3EB60D5A5A1F04278185E68600CABEFD285351FEF8535BB6FC24BCEFAC24BBE6C8797EE92C1CBDEF061EDA531B0F6D6CDB0F62E355867792CAC6379025EBE6223ACBBA807D635B48675E36D60BD6216BCA2F423BCA279085E69791A268C1160F0F657188C5782C184E330C9EA030C9F7B0DA309233055A4065337E4C2D4DCB530756A334C9D698669523B98E9500133EBB830EBDA491853380163F7DFC3EC1D5E303BE32FCC71708139DF2FC05C121D16DC4C8705F58F61E12D14C609E6B028FC0B2C8A90C2A2842A585464098B6A476031B019966858C1128E1B2CF1DB0B4BD118586A4F87F5DDD4E155E1EB61835569B0A1A5256CE498031BEF5A081B1F5F0AAFD1C4E035E1C5F09AE665B0C99E7FB0A9D614BCF1C2537863C4227863B2266CF69B036FFE330A9B0B2FC0E631DB60F3FC01D8BCB40FB658FB01DE7AF218BCB5E712BC6DF4336C1D3E035B3F80E01DA11FE15DBD7C78D7AFA5B02DF7306C9B5605DBD13B61BBF41478B78721EC20DC0A3B38FD6F737EC10ECF7A60877909ECB890083BEE9A821D4B87E003AB16C107268D61278D09D899F30A760E6A835D8876F041D663D8B5B80F7663AE848F18D4C31E0BB9F0318F18F8780404FBCAC1B0EF9BEBB0DFD652D8AF71043E652684CF78A7C3676FAAC06753C4F0D911473820F6321CE8220F07E1DA705052011CD418029F5B9C0D9FAB78005FF8EB0707CB9F8483EFDE862F16DE802FB182E04BBB37C29702DFC29727BAE0AB6758F0B59077F0B599D370E8FF750FCDF38543070EC3A113A7E130F8181C3674020E7F74028E30E0C03756AD82A37EB3E06858038EFEA502DF568D8063A73EC1710BB6C371521C8E8B01E184CA6038F15E219CF8A30D4E52BA032781DBE0A40B0170324D0227FB14C3C951FA70F27D7D38B5DC004E8B6C8333FC50F85E4E0FFCC01E80739297C08F6C5AE147D9ABE0277BAEC34FF61F829F1C5585F36E09E182FF355E98640017E9D9C245335E704980295CFAC41A2EDBF5132E7BB6182E3F5D0A97DF2A87CBDF26C0E51F52E1CAE70BE1AAA61B70D5F819B8DAB707AE0E580D575F3E0B57FFA0C035CB54E01ACF9770ED894CB87E640A6E5CD003372EF5829B349AE126DA1BB8C90B859F9F2C879F179F825F909EC02FF070F8851D04BF7471875F1EE4C02DB98FE0D69709706B5B27FCCAED29FC2A02835F7FF587DBD40BE1B6D78BE0B64F0CF88DB4026E5FFD086E0FEB863BE64EC09DCB22E0CE754CB8737227FCEEE206F8FDCA41B86B5F05DC9D1E067F70AE803F1C2D873F5C3280FB14EEC27D8B2BE07E3B223CD0A1080FBCFF0C7F52D8017F5AF21E1E3C340F0FD6AD8687AE74C2C3622F78F889133CE2AE0C8F1EBC008F69DF80C72FAAC3E36352F8CBF620F8AB570BFCF5120D9ED8B8139E1CD780A78687E09F175DE19FC987E15FAFA6E1D90867786E481BFEDBEC0BFF639DA5C829FFA0C86D1452E40E512972891B28F296FB28F2BE8E14F97B2CCA026C056501BF87B2C065116541E7258AE265114529A19FA23CB580A222E8A4A86CACA1A804EFA1A8DCB1A2A8545FA7A8D47653168AC7290B0DEF50163EF94259C4DC4559D47B87A2E65241D1D449A52C31D6A32CE9A053B4DCB5295A5E0314ED5DF314ED726F8ACE9A6F94E51C638A9E5A22456F3885B2827382B2E2B784B232673385D0F89E424C1FA210EF355100472685D438418154FF52C85F5A28F092660AE5423E05B9334841AA9E51A8FE2614EAA02D85F66D038531A9496185CD53D887D750D89E7729EC2C4F0AFB971C85FB6D3785A7BB8F22D07E4C1194AFA2086D7328C26B3045242AA188B68E5244AD1614A9CD1F8A34A490223B374BD1B76DA6E89FD0A7AC5AC9A6ACE23DA61884BCA118BCC8A5AC5EB3976228EEA018214F29469B7E538C767CA5185DF0A0181BCF51D6A66CA4ACDBCEA298349952D6AB9CA7AC1FDC47D9B0DB8CB2292890B2E9FB3465D3AC2165B32197B2E5E6678AC59B608A650640B12C7F47B17C799FB235F1FCFF2450B64EADA658BBB7506CF4C3283677132976174E51EC9E065276FFE553EC75FD29F66907290E2527290EA5AB287B95A2297B3B7A28FB76CC52F63539500E545CA3385FA2535C4C0D292E4DB728AEBD3314B7D8079443C99194436F5F513C8EF6523C1534299EBC368AA70B95E279F421C5F3F4098A67FE268A174193E275F82BE5387F3FE584968072927A9572D23282E2BDE019C57BB335C57B1793E2EDD949F1AE14517C453B28FE4B9652FCC97729FE46D594D32FF22867F2DB2967B5F429672FF7530256FDA004A6BEA304617694A0C81D9473A2FB94F38B5529E74F2A502E7CEDA1049F18A75C6CCCA15C322AA35CFAB4847299374CB9DCE348B9427F4FB9F26501E55A7C2325547097125A34450973B843097BF18512D6728D121ECBA35CDFD040B91E1C49B99EF08712A9614E896CB0A6DC60C8536E5CF84AB991F39E72E3A51C258A738B126D6247897E3142B9BDAB9E12D7B4889270FA1E25D1319F92F4A58C923C554749B94AA5A4E6ACA1A4BE19A4A4F62FA7A4B1D328E9D599948CAA0B948C975D944CE74C4A960648B9BB6713259B20A564B3104AF6BA00CA83640DCAC30C254ACEF476CA23D509CA634935E571D5394AA1CE18A5E8C61CA5D4B08852CED2A394FBFA502AAC1894CA8B3A942AEA654A55793AA5DAA998521DF08652E3BA9F524F7F49A9DF20A5D4E7BEA33470E7290D5E2A944635534AA3A61DA5715B12A5E9CA5ACA53BD4594A7B35F29CF8C4894677BAE529EEBF5539EA3DB28CFEDEE525E3E7C46690DDD4D69AD3C4379AD1E4269136DA0B46DFD4469ABB94B691B2750DA6589948E103AA5A3E01EE5EDB64D94B7E75F52DE4F9EA47453AA283D7BBA293D0F5D291F031F523E3E784AF9387586D22B90517A379FA27CC25B299F66565106FF5651867AAF53869522289FAD95289FAFEEA57CFE654719BD7A9532660851C60A9329E3CA3B28E3C267946FC463948997BD94C9B4F394A9834B283F324328334589945F6B6328BF367EA6FC323B4C99FD8051E6BAC594BF901EE5EFD42A444E6F2922774A0E51609010C59C058892EA2F4469B31FA28AF9220B33329045922E6451B00EA2864E226A474F22EA355244638B1BA2B1DD08D154B98E2C71DC852C7915822CDBAA8C2C3BBD16D1DEE28D68FBA9213A5F2588EE8A1388AEEF064437B10959A13180AC90062284E3E108513B0001143104BCE08CC02DC908FCED2D822C194190B05F08EAAB8FA0B19F112A7C08A1E51421B4324584BEEC2BC24C3D8230DFE422CCD935086BF94604CBD888B0F73E43B8544584CB6E41F8397711FEAC022298F44184EA46087E3309119DC211C94B3544FAD801D11FE84456854520AB861720064BCE2106DB231143C639C4F0881162ACBF1B31DEF11D31FE3FFE752B2F20EB2E0A91751F3391757DDB10134D7DC4E4E016C424D20B3175D045D6BB54219BF40B914D671B90CD043764B38B04D97CCE1B31D7C945B65471108B9BB711CB7329C8B6BA3FC8B6EF64C44AA103B176D747B6D78C203B3823C84EBF6E64E7FB6E64D7FACBC8AE4B6B11DB681FC48EE18CD86DB341ECFC8791DD8D4D88FD4A45C4FEE50AC451BF0239C03D821CD83C801CC8E8479CCFFB21072F7C445C2F6623470EF4234786088847F463E4E82D4BE4686E1FE2B9680BE2992344BCEEA7205E0FAF22C7D6F823C736CE20C7EAA291E3AAEEC871072BE4F8DE56E444D501E4648804F1965B8B781B7A20DE996710EF9E0B888FF503C4F7B233E2DB2746FC06FD9053EF60E4B4B23D72BAFC3772E6AD0409C83C8604BA1E47026F3F458284D648D0213DE47CF03F24F8560472E9D305E4F2F02EE4F27C2B7245D308B912E18A5CF9FFD770A5680772D56417726DE11C72AD6D02095DE087841E5D84847EF98E8491AE2061350812EED98D84BF598944581BFE4F2E12B16B371275B815897A3681DC3C720BB979671AB955AC82447F0F406E6B5B22B75933489C63361237A483C40DBF46927EAF4492E6DD91E4DE7624E53482A4743A23A93D3F91D41FDB90F47FAD4846358E642EFB8964F2B84866C12D24EBF2207277E52872EF7D3B92CDD042B285AE48AE562092DB3B823C39B31479D24947F234FA91BC804624EF732852C8AF430A27E391226A3F52E4FA0E2972EB428ADC1F204529A34849090929251C424A597148A9EB1052DAA98E94CD2920E5BA214839F20B296FFC8194FF9B44AAB50D906A662452DDD381D4F8F623B5B01652BB2109A9DDCC416A2B0E21754802D2E0E384343CE0228D27F291C6F9BF4893CE52E469DA77E479B90DF222F817D25C711679A5E98CBC3A5783B4599F44DAC69E226FAE729037F54548075A8F74480D900ED736E42DF53EF25E2F1E797F300279DF508274672F463EB4C8901E7A2BD273E008D2537B18F968A58E7C2CFD877C1CAB437AE30A90DEBB00D2F7511E19283D850CD23D90C16E4FE4B3BC19F2F96F1032FAEA18323EEE8B7C098844BED26F205F6F2F44BE259D4626829E2393DABAC824B31D9952ED46A6F8CDC8CCEA0664268286CC647623330F79C8CF8E4CE457CB7DE4377A10F9333E8ACC06562173B39790BF4227E4EFA527C83FCD66647EAF0B327FF40332FF681B2A67B61E55E047A30A1E27D0057117D105774CD105A551E882A7D75145CD1BA8627016AA98F00C55EC684415FF75A3CAA45C54D9D61155FDDB8A2EF4EA4417BDCB41D5C2A2D1C59213A8BA691FAA613E806AD87F46351C18A8C6C36A54E34F1EBAC4FB13BAE4F21754CBA414D5FA32802EEB3544B57FB6A23A2197D0E584497479672DAA9B3B84AE703887AED4CE4557E69C45811C3F9434E08142B1892899D68492E97B51F291B5280CB7A130720F85CB9EA2C8081FA5D64DA1D41E264A3B9C80D2075C50E6A93894F9BE03C5DAE651B6C53394AB7F1CE5D95F4405D22A5448694785CC1C54F8A81DC53FBE40455737A2A26772A858781415CB5251C9F630547F34105D257C8FAEEAF2410D4E6BA0863EEEA851FA0DD458451D5D737633BA76F308BA36D4165DFB4882AE7DF5195D17BC073579AA849AAEDA85AEF7D988AEBFFE015DDF14856EA084A3666143A8D9C034BA89CF44373F7E8E9A6B9F40CD7FFE46B7FCA9472DAE1E442DB5FD502B8BABA8B5DB1BD4BAE23ABAC3F0136AC38A45776666A276F2ADA87DEC2FD4BE673FBAC76101BAA7F609BAA7DB14DD337D13DDEB9F83EE337C86EEBBAC81EE4B32451D414FD4B1F6367A60D53EF4C06E33F4C0431C75FAA78DBAAC38871EEC7983BA520D50D78403A8FBA520D4635338EA71B907F598E5A3C7CB2DD093375CD193BD6EA88FB335EA73D20AF549AF477DF70FA2FED2AFE8A9444FF4B4EE7AF474D803F474A4021A64578C9EB35241CF2F7F815E70A8462FE458A117BA14D1E0804034F8FF982FB65BA3176765E895A01AF44AA41A7A953B8D5EDD908A86C4F0D0D0F95634CC671C0DEB3F85862F9C47C32DAAD1882B181A11E98846240CA0376EF8A3374A2FA051BC16346ADD0B342AC8188DFA6D83DE9C4D466F0DED44639D4BD0588F5E348EED84C66D61A1F1A3AD68820B1D4D5C5480DE71DE89266DB541931CB6A0C96B8DD094E74234F573119AA6B5174DC37CD0B4E78D68C6F60934E3DA309A315B8E66F15EA3596EF7D1BB6257F4EEBB22F4FE0B75F481DB52F4C1C55AF4C1959768CEBC31FAA8FB39FAB826037DFC71319A2BC843731B92D127DF19685E831D5AB0B30E2D7098450B0D13D0C24877B4F083065AA4678F16AD6D408BAB9FA02589E16869C836B4AC6E155A2EDF875605F6A3D565305AA3DA8CD6DC62A0B54D96687D41265AFF32016D506A431B911368D39756F4E9162AFAB436027D9EBC1F7D7135086D5E1D88B65CCF425B7A9DD156CF30F4D51B12FA5AB7017DED9E8ABEBE3F89B62769A1ED45ED6887BC07DA11D986BE5DB4117DBB7E2BFA3EA707ED6284A2DD4A0BD1EEE42568F70312DA3D0AA31F5647A11F6C76A03DAC8368CFAB7DE847F416DAAB751DEDBDEB8BF68D16A1FD45C9E86005071DFACC44878D2DD1CFAF2DD09135A1E898AC0D1DDFF1071DAF5A807E49FB857E8D7441BF162BA2DFC005E844420D3AC99C4727B3D2D129CD69F447C415F4E7FAAFE84F8B3CF467BE15FA1B7984FE7E108EFEAEBC8EFE798FA2B3ABA6D0B9D5E5E8DC1F5BF4EF5821FA0F3240E7C9B3E8FCAD975439158CAA80B65215C28E51155EAFA42EB8F798AADC90435D385E485DAC694C5D1CBF8EAAA9AE4FD5E4475197D0BBA84BD65DA46A851B51972AA551973F6AA4EAB65A5257465FA3AE9C76A51217545089E3DA54009BA0023F0AA9E0894554924726955C7C900AEF384985AF1EA6C2B937A914D52A2A25A9968AECDB4145F293A8D4357654EA2D7B2AB5CD924AABB1A5D2DEF0A8F4F53554C6EA775496423795159F4BC5768550B123C654ECE718957D894B6547B75339C02895736E1D958B6650B96D6E546EC7772A3F239D2AF0DA4E15622A543CDD972A563B4015AFF6A34A60902AADD5A2CAE045D455B454AAC12903AA41EA6FAAA1CB2BAA91FC71AA91B307D56828946A9CDA42356E5D4A5DA3D34F5D73C480BA2E9C4535F97B946ABA4E9E6A163D47DDBC70886ADEFF88BA65B73A75CB4407D5C2710BD5A235976AF15389BA6DEB72AAD5838354AB8762AAF5132DEAF6EE2BD41DE145D41D0535D49D9E0ED45DF92354DB86CD54DBB62F54BBBE65D4DD4114AA3DF13475CFC269EADEFBCBA9FB5216521DD7B6531DBB3E53F7EF5C447556D2A4BA6DA9A3BA55C653DD2D2854F7FCBB54F7212DEA9185DBA91E2F53A91EFF8E503D57FFA27A169EA07A364BA95E466A54AFE336D46319C1D4E3053DD41302807A22B69A7AF24B08D57B680DD547FD0AD5E7E837AACFB1FD549F5BBBA8BEDCB754DF97CA54DFE1FD54BF75FFA87E694FA8FE71A5D4535934EAA9FADBD4D33D8FA867F64C5103423CA8E7D222A8E73A6E522FEC3F40BDD06C410D16365183DF71A997C297512F2B51A957A030EA953D43D4AB72CED4ABBA2AD410E80AF59AE72AEAB5D371D46B9DEAD4D085FDD4D06F746A588D2635EC9B3C35FC6C033542A38C7AE39526352AB0801A55BA831AF537867A9374987A73A0941A2D1253A3A34BA931E3CED458E40F35DEBA811A9FE9424D30FF474DD437A4263A8650931D3DA8C96772A8298935D454B37E6AEA3D2E35F57E3C35CD348D9A7EBE9D9AA5D246CDDAAE42BD57FA94FAC02D82FA20651DF5E14553EAC34C09F5E15C2935C73F82FAE86A07F571A432F5712E8FFAF85D3A3537782D35CF3D925A303F452DD274A096F87A50CB2254A8E5A71753CBD3CBA91507DF532BF7BCA0D62B5CA636AC8EA13672EE501B0BF3A98D951ED42603436A53E14FEAD3FC2EEA8B92E7D417FF22A9CDB10AD416FF4A6ACBA839F595C965EAABBD43D457DD5FA96DE73751DBEA6AA8EDEBBE50DB534CA81DD8356AC7D555D477597CEABB97ABA9EFFEF652DFAF6CA676919652BB3699533FAE35A57EFCD847EDDD5844ED3B184FED6F58471D3475A60E857452871A0E5387BAA9D4CFEFBBA8235FE2A9A3BA47A9A3DCFDD431FBE3D471AB1FD46F87BE53279937A893DDA1D4A9694BEA34C99F3A23779E3A03545267DCAE5367BC41EAEFB655D43F2AF1D43F6FEBA87345EBA9733F86A97F8FDFA0FE1DA450FFB92FA1FE3BF28F3A6FE34C9DDF3F48933B3B42930B50A6C987B7D0E49B54680A436B690BD2E834C598799AD2D10F3425AF6F34E5437D34E54F7134E56F5C9A4A830D4D65FA384D15B5A62DBC7A97B6C85C91B628661F6DD178226DB1CD369AFADA499ABA1997A6DEA340D338A14AD338B395A6911C48D32CA9A32DE1BDA12D897E4E5B927C9DA645DC4CD38ACDA369CFFFA5E99459D3963766D3F44C8ED056EADEA211CAC769C0036D1A187D9D06BE5B41234D35D1C86B9C6814F3C534449148437FEDA051035269D4AC6C1ADDA0994677D7A1314C2C688C962E1A73DD761A3369378DB5509FC6F21FA361F723681CC5B7348ECB248D93F083C6D57D49E3B6FFA5F11E1269BCA20534DEFC131A3FF81C4D10BC8F26BC4AA709B31A68F8C69334D1D2FD34517F3F4D661F415B5594403354D2A7196E77A419AD3B4F334A9EA019A542B435061DB4B50BDC696BB75CA6AD3796D1D61F76A0AD8F90A36D445ED336B2C6681B4DAFD036EEDB4C3383E46966C733699BBEC4D3CC03E569E6696C9A79861C6D8B4B136D4B7C36CD621F8D66B9308F66392EA46D5BA943DB96B39FB67D4915CD666506CD0699A6D9DCCAA3EDAC6BA3ED9CFC49B35D5C44B3D3E8A5D9895368BBB5AA69BB832768F606CB69F6763534FB030DB43D5796D2F6FA7BD21C0575B4FD7F326907980A34A7324F9ACB83DF34D767C63437560FCD2D6831CDFDB405CD7D8E403BD25F4FF3207FA179DEA9A179D11C68DE0A7F68BEAB16D17C1D2ED3FCB0569A9F5320CDEF5831CDFF953CED943C9776669D9416E0738316F0C89C1624BC4E3B77772DEDD2F367B4CB41BB68570E1DA65DE90BA7855CD84A0B29FA4D0B8D5E490B0BD2A485E5A7D0C2FE45D3C26DDFD1C2FB65B4088C488BAC7C4DBBD15348BBF9FD12ED56BE352DDA3298769BF89316DBFE811677C68116D7F988167F08A5C517A6D0E2AB17D1E25B636909F2FEB484EC4A5AC2B3745A62F33BDA9DE5C1B4A49C57B4A4CE615A32BA8996EC7F9496C2D4A2A51E3C464B5BD040CB386F44CBC83B48CBD292D0B256C7D0B22E3FA0657DB1A4DD3D85D3EE29DCA3DD8F52A165EB4B68D91977680FA75A698F14BED21E71D5688FCEC9D31E4568D072FDCC684F989EB4271BE56979009D963FBC8A5668798C561855432B7CAD472B5AA3422B6A1BA3159B40B4E2430F69C5A19F69A5D24A5AA9B527ADB4469D56EEAB4D2B4FF99FC147B4F2C937B48A08455AE5DA4A5AD5E1565A35F92FAD263298567317A0D5696CA0D5ADFB446B9857A7351E74A03D3534A13D5FF398F6FCC739DA8BCA53B497DAEB682FFBDFD15A56F4D25A858EB45772AEB4D7569F68AFEB4ED3DABC005A7BEA125A27DD8CD619B380D6397592F636D69FF6F68E12ED6DDA1EDAFBC9225AD73736ADFB642CED436B2DAD77FB4E5AEF27943680A5D33E71DA699F2497689FA2A7699F1EE8D00655A668835F96D18643D268C3F5A1B4CFEAEEB4CFD64DB4113A401B796B481B673BD0C6770DD0BEB82AD3BEFAD7D3BEF6EEA57DD31EA27DF7FF44FB1E4AA04DC1576953E924DA8F0113DACC29903673739EF62B4344FB1DE749FBC355A4FD293D439B95FF499B9D5E419B4383697FE35DE80A4F6ED2951694D295F8A574653D5BBA0A5443577190A7ABF64274B58C6574B5C997F4C596BBE89A670AE84BDC27E95A7A7CFAD2E847F465E6FE741D9E165DA7BF99BEDCEA037D79CC09BAAEFE6BBA1EF90A5D6F6D047D0540A6AF58D5475F796C117DE58D47F4956D3974C027870EDEA1D1C17B9974F84D121D39184547977FA453CDF5E8D4803A3AF5FB273A7D41199D119E4567543DA133A72FD159EA57E9984D251DEBCAA2B3DF24D3B961223AF7DE723A6F59079DB7F3299D37B790CED75947C7F787D1F1BAFB74F1AD46BA748B135D76A98AAEBFB2806E78721FDDF8DE62BAF173946EFCF1007D4DA494BE56C18DBE56524C5FFBBC9CBE4EE30B7D9DA613DD24EE27DD64DE8E6E7AF7207DBDBC3E7D7D9A117DC3DE9574B39F97E866BF5FD0CD5D6DE95B86FED22DA297D3B76673E9DB0296D1B7F54CD1B78D71E8DB5F3BD377486CE83B763AD06D0612E8764DBA74BB690FFAEE07F9F4DD4FF7D1ED8B2ED0F71425D11D2C3ED0F7C9ABD3F7EDBC41DFE7E74A77ECCAA03BED48A6BBC8DDA0BBEC76A51F3CF5847EF0730DDD1553A4BBEDFB4C77C7BFD2DDBB76D20F7745D10F4F4CD08F8C6FA11F3D6D40F75CF091EEF58042F77A9A403F914AA77BE351749F531FE8BEF862BA9F7728DDAF3687EEFF8E4D3FB5C0967E4AE64A3F15ED400FB0BC4D0F5C84D003D593E9810ECEF440FF83F4C0B77BE8E7F7FFA607EB39D22F5F53A287F8EFA087A462F490747D7AB89A293D42A4498FD2ACA7479D25D06FE5B9D2A3AF18D0E36A5FD0E386F4E9F1077CE8F195E9F48490127AE229777A62D46A7A6279343D71F62D3DD9298F9EF281424F2BEBA3A77D34A0676C6CA067D4D5D0333E24D233B1AFF42C4763FAFDF6547AB6BE2E3DBB12A4678FEEA23F802DE90FD67CA33FBC3946CF5DDA4FCFCBB7A6E7FD784CCF9B49A3E73F5D482FF83F9F85F82D7AA15109BD30FF38BDB04A815E7C32985EDC09D24B3837E8A5E13DF4B2A567E865C689F48AB82E7AA5A60FBD8ABE885E55EB4AAFFEBE995E436CA4D7A0BEF41AB74A7AADC63CBD76A91BBD564744AFDBE54A6FB0A0D09B1637D29BCE3FA6BF3CEB476FEE9CA0BF8209F457C3DFE9AF335DE9AFDFA9D3DB4C53E96DDD6C7ABB912EBDDD278DDE199D427FBB6031FD9DE3377AD701657A4FE0567ACF95FBF48F0F7ED0FBEC83E97DE1B7E97D090AF4FEED0DF47ED76A7A7F85397D60F343FAA7A3B9F4A1CF6BE8233525F42FDA4EF42FFB3ED1BF6A8CD0BFAF7B4FFFBEBE8DFE3DEA14FD7BFAFF546AD127343DE9933145F4C9C441FA64F779FAD4C577F41F1C35FA0FDFEDF45F8F16D27F6BECA1FFD577A5FFDDE743FF8768D1FF1D2FA7CFEF7D4C9F77E431E4F6B43294FC5E3294AE373294FE2C66A896EC642C7C2CC7503BE5C458AC2565A8C3860CF5ED760CF5DF1F199A9C7B8C25F6918C25D73D195A2362C6B26DDA8C65879F31B42D8C19DA2904868E910763F9B32886EEB264862EFA94B1A2B495B172C13AC6CAF43A06016B6610F6F21844A5390650779241D2D163C026910C4A773203D9F28C81BC68665047173368EE2406ED8A1B832E7795414F41190C174F06535987C13CEDC9602F913138EE1D0CDEEF5D0CC1389921F8B1868187CD33446E104374DF8921B11E61487EB430A4FE4F19D22E0F86BE1B97B16AFF1BC6AA2B9A0C83ED0B1806F3EF19ABF74F3156A7FC3FE6A43F62186E886118A5C6318C2F3F63ACA92D65ACADFFC830FDF28761FAEB0363E356398619579761E6DDC8D89432C3D85442646CAA0A616C9ADFCDD8BCA595B1F9CB3EC6168B31C696BF960CCB90BD0CCB6207C6D663FA0C6B671FC68E3A43868D3AC4B0012A183B77BF60ECFABA8C612BE960D88E0C3076AB2D62ECD915C970E8E530F63A5F67EC2DB9C1D8BF3597B17FF20AE3C04E6BC681516F86B33087E13CDBC338B898C5389863CC3858B9E87F42186EBA1B186EC034E3F08978C6919D398C23E9371947D7EF61782653199E6F3B18C7B71F671CDF719971FCC16F86B77A15C3DBA38AE12327C7F0D95CCFF0F56132FCACD90CFFF818C6A9A278C6E965718C339B721867730A1867FF1C65041C001881C6418CC0FB5719815FFA19412ED58C730E9F19E7ADC61917DEB93282D5AE3082F78919C117E718C15D1D8C8B666B1917C3248CCB734B195733AE31423BF98CB039154678CD242382ABC788F816C7B8B1F32EE386CB37C64DF417E3A6F11146F4F876C6ED980946CCDA0246FCFE58467CF24F46C2957C46C2DC2023F1D8614692F13B46F2EC1823B588C4486DD567A441838C74B53946BAAC8191F172929199F99B7197EEC6B89BCB66DC2D2B64DC1D2D60DCBBB89071AF2C88911DA2C178F0F609E361B68491C35BC3C8698E60E4AE1C65E4C52C62E4AF9B61E4DFDAC42810DD63141898330A332D18450C0EA3A87227A3183565147F4119251429A3C4669E51D2F29651C63BC428FBD5CA285F93C6283F4B6654F00B1815A23C4685E93D46C5976646657011A3AA3996511D5EC6A88EDAC0A859ABC9A80962306A9E04326ADE5C60D42EDDCC688888663462068CA627EE8C67BDBA8C66CD2846EBBA0D8C56AF2EC66BF14EC66BA38D8CB61812E38DDF18A33D7737A3A3F428E3EDA3D38C775A57185DDC1246D7759CD1ADB480D1BDC797F1A1BC85F1B1F532A357AE9BD1FBC091D1F75BC01868AD637CCA16323EBD9C650C5E56640C76A53286A03CC6D0402C6368288131FCC19131DC93C9181E3FCA1835441963DB048C311F2FC65706CAF83AFF9CF18DF583F14D7685F1AD6288F17DC755C6042E644C9C011953A7A61953F987183FEC17327E94B318D3E04BC6F483E38C99B34CC6CFDC6F8C9FAD5D8C5FCBFA187FB83A8C3FC264C66C751463B6339731E72864CCB9A731E6DEA733FEBAE933FE369119FF741730FEA5BA31E5DEF631E5F7E9321764234CC5C352A6D2F823A6729629536540C254F9E6C35415AD622ED2E63017FD2331171BFC652EFED1C854DF67CED458E5C7D4CA2530B53E0F309736AA3197C99633B50F693375ECAF3375E2BD993ABF4E3197C72630F5A8FE4C3D561B53EFA71D7385790D73C593C3CC95BAF34C82913D93E054CF04129598E4E30E4C78A69309FFD5612255F94CF4C23A26DA56CA64CA9D6032FF69FC8F2E93C56132B14B3D4CF6C2854CF6C9BF4CF6AD854C8E631793EFF19629A06631056BDF33F1E5979978C272265E719F294A1B618A66869992F57F9992F4734CFD6704E6AA8040E6AAF238E6AA37164C83CBFB9806A54A4C431505A621E0CB34F474671AE995308DD5B6308D29494C93D34D4CD325C34C53DD8B4CD3F1A3CCF5FEB7991B2E8732CD8E99303719A633377B6433B768CC32B7705F32B79C82985B9E9A302D0FE6332D6FD4322DDF6F625AFE72616EF31332B7E51D64EED860C1B4494966EEC4B3993B3B5C99BBD83B98BBA4464CBB1BA14CBB6F6B98BB370731773BD832EDF73F60DA7F4A663A1830980EA9C7980E6F9633F72EB363EED55DC9DC270A65EEF3B8C8DC0F3433F7F7AE651EF078CE746AA9623A5B2C643A5F48651ECC0299075F6C641E1CBAC374D3BCC6745F7886E91E10C274FF82300F292E661E0AB1671E7AFC9B79A82F9DE96196C4F44826333D5EFF607A9A9E667A598D338FB1DA9927F647337D7D8D98BE670F334FD9E8324F9DBCCC3C1D7494793A7F9C79C67D9A79F6CC61E6D98A5E66C0E37C6610AF8B19746386797E508B19FC678A79E9A021F372C76DE6E5E1D3CC2B1B8D9921F9BACC905F62E6B5C63066E8D3306618499319BE2A9019FE2C8119FEC1921971631733326F37F386E96166946232F3568E0EF3B6D30433365E83199BF78D19FBBE841957738F99C0E631EF243932938628CCE4D71F9929953C666AE86266EAAD0E666ABC0B338D32C84CB33ECC4CDBC967A67B7430336F9F6066751630EF71F733B3B59E31B34B8D990F064F311F7996311F452C62E6EFBACACCBF4562E6FFCA6316441C601695A8318B8DCA99C51F1F338BE77F314B343F324B5E529925BD35CC926931B35C6D84592EC49995DDBB99D5EB6398358D879935BF8A98B5A4A5CC5AA725CC7ABF38668390C66C48DECB6CE8C96636DE12309B889F984D1576CCA7CD19CCE7CA5ECCE77DDF99CFFFB0992F070A98ADDE20B375EC29B37DF3566607CD93D919A9CC7C6B7188D91598CFECBBA7C0ECDF19CDEC9F3DCC1C708F600E3CBCC51CC4F7328794479943366F99C356C5CC91D931E6C85F17E6A84A07734C95CAFCB2AC8EF9257694F995BF9AF94D18CCFC1650CEFC7EAB8A39590031A7D6A8317F3C7FCE9C5935C7FC9520C7FCF33B97397B4E8939FBAC9D393BFE9A393796C4FCB7479539DF9BC09CFFBA9BA5206D67293C96632951FFB0941235584A79262CA58E3296B27F224BE546104B75E361D6C21C88B5B013622D2AD2622D5E18C05A3CEEC552EF7ACBD28007591AE83C4B23F0284BB360096B49D96B96767F304BE728CAD2E98D652D8F15B3740FDAB174DFB6B156F66F60110CFB5944274316305EC102756258908B270B5DC361514DFC59B463312CDAF33F2CDAE7AD2CDAF7CD2C86F76D16B3BE8DC51CD8C7628555B1588FFEB258FDAD2CAC329FC5DEA6CBE2900FB038620D162FEF3E8B6F81B1F871722CFE480F4BF0A9922534DEC1C2CD3A59789E1D4BB4CB9025517BC292682D604944EF589224194B7AF8184B261965C99C3459B21F7A2CFD0E4596C1F25ED66ABA2D6BF5E7CB2CA3BA8FAC358766586BEEAC64AD5BFE86B5AEDE8965F2E834CB2C9DC0323FB78D65712E8765792C8CB5F5680D6B5B7F2ECB2A97CEDA8EFE656D9779B2B67BF6B26C0E8A58364F11D6CE747FD66E643BCB1E2A63D91F6D67395B8DB09C13BC58CEBF2FB05CD638B18E40FAACA3DB8B585E5E2B5927BDEFB17CB5AC597E63AE2C7FB95E96BFDD52967F8CEEFFEC63050CBE62055E516305D6D15981E39DACC08926D605DD47AC0B77CFB22EBC7BCCBA2489625D8AF6655DAA6E615D5E0CB2AE7ABF625D0D4E6185E4F6B1AEE95AB0AED90959A165BAACB02D75ACB08F3759E1158AACA8AD102BCAC69A752BE10B2B7A51372B7A3F97157D2F9C757B399915BF2E95159FF09395B863352BB1B68895FC69292B15B8C74A9B8558E9843DACF4DC83AC8C288895D118CCCA5C0EB2B2DE29B0EE2EFFCABAAF9FCE7AE0B09B9593B69EF52809613DCE2A633D39F98195D77F94959F55CE2A10BD6615CCDC6315FCCD65151EC25985C5DDACC29A13ACA2AA425631E90BAB783DC62A899A6695F9EE67952F90B2CAFF7F5E3173865529BF89557530F87FBA585587CFB1AA2F76B16AF669B06A57F8B06A6325ACBA6B4B59F59718AC86FFF3D374568FD534D4CA7ACAEF603D334C673D375367BD708B60BDF03AC37AF1CF8EF592F591D55C99C36A65AD61BDFE3DCE7AB3F616EBCD9F0CD63BDA3DD67BCE5F5617C582F5E113C0EAB9D8C1EAADDFC9EA5BB79035683DCE1ABAE0C51AFADCCA1AB993CD1AC964B146BAA659A361EF5963C2D7ACB1FB206B6C14638D7777B0BEB9A8B0260C2A58535A4AACA9CA71D6544B27EB879A0F6B7AF30FD674F677D6F42F9C35839E66CDCC94B17E9AC0AC9F09F1AC9FFF40D6AF67D1AC5991376BF6722C6B761666FD552863CDAF1965CDDB16B3E6A3BB3139D3024CEECF20266FB01653F0D4C4149E3FC7144DB331C5791C530E8EC254294A98AA85005B6897812D0C5F8E2D3ABB195BD4B614532387616A0C0AA6662FC1D49AFDB1C5CA89D8E2B8194C43CCC23412E730CD81646CC9DA1C6C89D3166C49421BA675BE01D34A5A802D8338984E573FB6FCFE2E6CF99C31A6EBD183AD50EEC4566CA8C556D8F9602BF3E5B1951F2E6244908B014A173120200203E6B531D28A128CF47613065D8BC1A094688C6CC5C5601F030C9ED2C0107B6B0CC9B0C7A8212518CDF92B46BB6E88D1973862CC94518C39B402636DDD82B12D0F609CB5BA18C7D61CE33CB7C6B8418D18F7F2798C9B710C13D8666282A8394CB8201E13EA7EC644CF1A31D1481C26B9D68949191E98B4600893EDB7C1562D6CC156ADFC831970516C752A8019EED1C48C96696046143A6694E88719BD57C78CB97398B1948319BF3B80AD491BC4D6DC53C5D6B494612639E730D3654ED806FF216CA3750C66F6E334666EB31A334F1AC3CCEFE7615B0F8F6156199D98D5233666BDDE14B3CE0FC676105E613BA88F301BA13FB6F32907DBA5F00DDB6D5289EDB60AC1ECC3306C8FC714B6A7EA3BE670C708DB1BF01EDBDBBB0973942298E32A796C7FE74E6CFFC021ECC05F55CCE95C12E6ACE882B970AF622E0683D841C80473DDFC1A73C73E63EE021EE67EFD0AE65EF6193B1AF905F3BAD5821DDB578F1D0BDF859DB0C3B193237D988FC90BCCD7F318E67F61083BA5DD859D5A6B8C9DDDA2839D3D8261673F7FC6829C61ECFCD2542C78ED322CF8A32776493915BB44BB875D3AE4865DEE37C142DE9FC3C2FCE6B1F0D529D8F5C797B1C83B5BB11B7B195814DD198B0AB6C26E96146137CB9E62D15917B198EE082CE6EB532C56A30B8BDFF20B8B77FD8E255C89C61242B6628945FF33D78BDDA18E6277527F6349572BB0A4B1C3580A5B1F4BF584B034E62F2CED6F1396BE5482653A376399F54BB1CC16452C4BB801CBDA700BCBDAA38265B988B1BB8BC3B07BB253D8FD1E01F660B333F6E0A633F6701B097BD86F8E3DE6ECC572EF2A634F8CB3B027F651587EB6182BA08F61054DE65821EC839538166325130A58E9BD5AACACA415AB1C68C0AAA6B4B09A0D2658CD857AAC566282D5651563F54B0E600DE735B1864215ACE18F13D6F0B7106B54CCC39A6224D8536911F6EC351D7BDEDC8535DB0561AD84DF582BAB146BEDAFC2DA8804ACCDA50C6B3B5A80B53503D81B7A2ED6A1DC84BD05ACB0B76FC3B077B9DBB1F7F207B1F726E358D792B35817D91EEB664D601FA28F633D9565D847B5D758AF951AD6BFD10BEB7742B1FE63EAD8A736776CD848071B41E6B011FDCFD898E012F695B21FFB76C902FB2EEF887D5F398E7D3FAF867D9F7A8D4DB64F62D3901E36ED77149BCEBF8BCD445EC566A2976233E386D8CFAC19ECD7221BECD7EB27D81F7A34F6A7FE35F677D14DEC6FC625ECEFB40FF6CF3310FB17AA89FD2BD761CB6DB5672B141E672FD0DBCA5E10E8C95E707E80ADC871632BDACDB1153DB7B395C663D8CAF6E96CE52B77D9AA5AEFD8AAAB45EC45EAAE6C353994BDD8C689AD1EE0C5D608D8C8D6F8BB9FADE90FB0B5A02D6CADD10AB6F6B23D6C6D3779B6B677025BFB0B81BDBCCF86AD6BFD8FAD3BB28CADC73AC7D62B5265EBD525B1575C43D92BF24BD82B5E5D6513669EB1017F5B368961C626A56D609385DFD8E42D4FD894F3381B717CC046E2FEB7CF3FB391EFFE6CD4F4169BEAA2CAA679B8B16943FBD9F4EA0F6CA64E329BD9BE88CD2ACB6263EFAAD8EC7C4D36AFDE8FCDEBA9620B9A2BD938FA908DDFBCCA16BDA9658B5D8EB1C51786D9D225EBD9D2A4156C19768D2D6BB167CB068BD9FABE5FD9FAA90D6CFDE619F6AAE700DB68C724DB687039DBF8620B7BDD698C6D720A639BAAA6B04DC39FB2CD4864B619E6C1DE6431C0DE34CB666F3639C0B67008615B6EBBC5B682A3D856064E6C2B0B23B6B5B9886DFD4BC8DE7EBD87BDA3D99F6D139AC6B6E95EC4B62D7763DB9916B1ED8155EC3D6814DBC1CF85BD576E2D7B5F681C7B7F843A7BFF9731F681D8E3EC030562B6D35A55B6B3C25AB6B39B84ED32BA84EDF22F9A7D487D0BFB48552BDB636C987DB479807D4C6F967D5CED26FBB8D8967D62BD11FB447607FB447708FBE4BA32B6B7E372B62F5387ED5B54C8F6B7D4639FE22E669FBEF6987D66FE24FBECB24BECB3F7DAD801B7FEB22F3C8A61072704B32F9336B0AF387D645FA9C4D857BD77B043F83FD921AF64EC30B8991D16A5C88E08BBC28EEC5067DF1C1F66DF9A3563DF36D367DFBEA0C38EC167D8319E71EC98C437ECD8231BD871A757B0E3866FB3136642D8492FE5D9C90DC3EC340F2B76BAF9137696EB6FF6DDD542F6DDB776EC7B8802FBDE8E2DEC7B8DD1ECFB6AF7D9F7F734B3EF8F07B2B3954BD90F756AD88F2855EC477624F6638329F6E31FCAEC27C20FECA22745EC62F93976711C8D5DDC1ECF2E9ED9C22E79ADC02E7D50CDAE34346057D1FDD85581C5EC6A54CCAEAB5AC8AE1B41D9F59B56B01B0EE3EC67F714D92F2412F60BF7A3EC164C8BDD8A5C62BF0A23B0DBE4FFB1DBF4E6D86DE818BB8D15CC6E338E62B70567B1DB5A67D91D3797B23BFFD7CA5B8F32F63BC53AF607D547EC0FDB03D83D2B92D93DDE21EC8F31DBD8BD088BDDFB7F7DFACA5BD8FD9E86ECFE6009FB93E15BF6F03B0FF6C8D1ABECD1F262F6183B8B3D567185FD6DB52DFB5BB52A7BB23C96FD035463FFFAD0C2FE1D51C1FEB36209FBCF5C2C7B2E700B7BEE66017BAEFA35FBAFAE37FB9FF0307BDE42952367FE95237799C791770BE52830AE7014DC9E7316BC2EE0289DA27094BEF7729457CD73547C218EAACBFF783CE0A8460F735473CA38AADFBC380B07CF7016090F73D4C69D38EAD77773342E6CE068C46DE668C4BFE66822219C250EBA1C2D9D50CEB2AE9D1CEDE4008ECE92208ECE2113CE8A03BD9C159997382BCADD392BDBA3382BDF3238C40E8C031C9EE78021DB3924A54D1C6831C281DE7A70C8642A87CC0FE1C09D7F390899C64146E739E8360E87BA298243BD3EC1A13BC97118BA7B394CD2790E33F80587F980C261ED59C0C112A739EC5B0A1CEEF46E0E2FA992C39F0BE008A8BE1C41F030075755E0E04B6B38F8660B8E38B299233353E6C836A773643E8B39AB5E9FE0ACFEB095630C34718C6FB039C6D35A9C35C4759C75D4A51CD37D3A9C8D802D67E37A73CE46370B8ED96028C7EC4B0367539080B3ADC08AB363AB276787CD6D8E0D56C5B18919E1ECCA3CCFB1D37FCEB1F3F4E4D85DBFCAB1A72772F6053673F64D3EE0EC677CE61C50CEE51CC879C67139DBC471D59472DC6AD23887CD56733C9256718E6E7EC1F1E25570BC1A0E738E49689CE3575F724E3A1CE578B77B707C3AF438BE56748EFFC1568E7FD859CE294939E7F4A1339CD381F39CB3A250CE59770EE7ECED144EE08676CEB91530E792159F73E9E006CEA5D626CED5F3D59CD0F4744EE8289B13AE0771C2CB3E71AE2B009C8818334E64EB25CE0DEA29CE0DE116CE8D82AD9CA83C9C73ABB08F136D99C3B90DAFE4C42A5B71626F7CE1C4BBEEE22468A67112921F7012DA5772123E9EE5243E59C849DA6FC6499A56E7A4C89FE1A484D773526E4471D297267132479D395916599CBBD67A9C7B6FE438F7264A38F7E5249CFB86399CFB83699CEC231D9C07DE519C9C4A23CEA389A79C5CAF764E6EE953CE93575F3979A77E71F25E4E700AB42B3945461739C594279CE2A3DB3825C3639C52AD144EE9FA684E79F8534EC5A90C4EA5B135A78A6CC6A949BEC5A97DB18153FBE31FA77EF96E4EBD9D02A7719CC86992B4719ABAD7719A260E709E7AA4719E296CE73C5B1EC879E6A9CC7996F998F3AC428DF362AF90F3F26704A7A5D091F32AC380F3AAFD14A72D1DE6BCE18670DEAC87386F0E1470DA27EB381DC52F389D5337396FB7BFE2BCE34939EFD6F770DE6F8CE5F4ECBACCE97D3AC3E983D5397DF4CB9CFE856E9CFE65CF38FDE4359C818826CE409137E7D3FE1B9C4F6577399F9AF538835E319C21BF8F9C61D509CE306B8033CC3FCC1995DBC8192BB3E08C7D8238E3C627385F16DEE37CF5AAE17CDB12C299D4247226CF377226A30739934FB2383F56E09C69D232CEF4DA34CEF4311BCE0C54C899191EE5FC29A8E4FC797A91AB9891C755FC97CB55BA67CD55FA7086AB4C0BE0AA3E6CE42ED29AE5AA9BBDE1AA67DEE56A2A7CE52EE91CE56A6F1372B5EF3873751ABF7197EFCDE5EAEAE97375E9AE5CDDE6BB5CBDF454EE0A157BEE4A7B152E61DB6E2EE1E34B2EF1751F17209DE002866C2E902FC70577B0B9A0671017AC97E392DA1E712179772E9411C4255F79CDA5A8FCE6529287B8A8D12E2E335381CB52B0E5B2576A71B9F5435C5E6D14979FE6CB15783FE70A0DB67385AF567371E3BB5CBC1AE74A0E147025111CAE4C7186ABBFAB84AB1FF38D6B3018C55DED7190BB3AA381BBBA7A82BB7A50856B88C05CC38FFD5CE3BCA7DCB5A3755CD36796DCF5DBB773D7E73CE26EF01DE69A91DF7037BBD77137C71A72CDAF1772B7E472B8961B54B9DB760AB956FFFBB5F97F8F9D1ADFB8BBFBF672ED3F7872F7AC98E2EE79E3C575C88FE43AFC70E53ACC1773F7AE7AC7DD1B9BC1DDC712721D15C3B88E4F7AB8CEF36DDC83968DDC837597B8AE95D7B86E9F2F70DDB710B8874A7AB9874393B98723D85C4FA7735CCF8A4EAE979F09F71829837B6CD35EEEB1B634EEC9CE9F5C1FBF4CAE9FDE76EE291D36F78C7C13F74C8439F7ACD953EED9DDA6DC80DA3FDCF3637ADCF39310F782FB476EB0CE1FEE254D15EEA58606EE95785DEE952936F7AA7514F75A289B7BADDB841B2A17C80D3DD2CA0D2D6DE3869DDCC00D7BB78F7B1DA771231475B8117DAADC88213D6EC46F2E37D2CF8E1B79638A7BE3EF24376ACF4BEEAD321EF756B5881B6D759E7B5B799C7B3BF72837F6CA756E6CCC3F6EFC49576E02A99C9B706F0937A1FC003771571937713E807B477F989B1491CC4DCACCE42665BDE1A61DDBC04D272B71D39B1DB919481537A3E61A376B09C4CD8ACBE7DE3559C1BD6BD1C9BDEB2FE6DEADE570EF2FBDCEBD2F3CCACD4E7FC47D40D2E13E5C0B711F5ED8C37D98F887FBE83295FBF8139B9B5BFD86FB64D900F7C98815378F14CC2DF01EE716814EDCA2D2226E51F3226E316ACA2D7172E196165973CBF0FDDCB2D57EDCB2DDAEDC0A43536EE5AEBDDCCA27C6DCCA0F53DCAA07DEDCEA85F2DC9AD7DADC5AA11AB76E7619B7DEA996DB70DE9ADBF8A49EDB9427E03EBDA8C77DB6C59BFB3CE633F7792B87FB42F73BF7C53D19F725BA83FBF24831B735299FDB6633CA6D3F3FCAED30CDE276DC4AE1764C5B72BBE4D4B95DB7D6703F8241DC8F777F727B4FA4717BAF2B727BE345DCDEBEDBDC3EF82EB77FCD396E7F7402B7BFB8833BF06C197760CA9AFB49750FF7936B36771018E00E1E49E60E2FEEE40E7BDB70876B9AB99F2FD87347A61772477E9FE18ED65DE07E516370BFDC4EE77E19F9C1FDD657C79DE8FEC8FD01CC737F6454727F0C1771A7876CB933A262EECC783FF7A70CE5FE0C26737F7E3DCEFDA5FA9EFBCBE432F7B7F17AEE9F8C21EE9F4FD6DC39CA79EEFCED3E9EFCB64E9EFCFB329E82591B4FE1A1116FC1BC324F313E86A7D8D3C053926EE6295BBDE52DAC0BE12D8A32E2A9A92BF3162F58C6537F50C653FF7E8FA7E916C55BB2BC95A76D7584A7E3E1C95B9E57C6D365BEE7E955D6F2563E69E611968FF208A0028F800A78847FD93CC8672D8F7C1AE3C1A7077888C22B1EBAB396C75099E6719255799CB47A1E977F95C7B76BE209B7ABF384B3ED3CC9EB1C9E8C15C8938917F364AF76F2569F5CC85BFDB88867A802F10C7F04F08C222A7846E33B78C6369F79C647AA786B09AABC75D910CFD4F9216F7D660A6FC3F67DBC0D2F42781BF107BC8D5BAFF336EE4BE359ACD8CDB37432E259567BF32C3F3CE76D7D44E46DE3A6F0B68D6FE25945C5F1B633DFF26CA22B793B2F2AF0765E7ECFDB657C82B7CB5681B7EBA633CFCEF231CFAEF424CFA1F53E6FEFE317BC7D9D71BC7D7F4A788E4E1A3CA76B2C9ED34F5DDE41D94EDEC179679E2B6F84E7E6F684E7CE7DC53BF2A99E77543D9C77746227CF2BFB11EFC4FA64DEC9557DBC9395EEBC9373053CEFC2799EAFFE5D9E5F760BCF7FFD00EF34E4CA3BB3D1911770681F2F20620F2F28D08B1754E0C43B97F58C77FEFB7DDE85F64C5E70CA35DEC5654F7817BD5C7997165FE05D064378970D9C7857D8AB78578F73795783B378570BEFF1AEBE34E485AC59C1BB1657C50B1DF5E285D905F1C2BC3279E15E9EBCEBC1C779D7EF5CE1DD38769017B523941775228C174D79C1BB8D9EE5C5EC7AC88B79E9C48B7D28E6C5D3C278F14EE9BCF8130EBC8417CF7989BE12DE9DF483BC24934E5EF2812FBCE4BE87BC0CC7BDBC8C646F5EC65C1C2F33780B2F33F6152F6B8B092FAB249077F7CC21DEBDD487BCFBA1A9BCEC6FC1BCECE9C5BC87176A798F0BE278B9DB6A79B94DB5BCBCF769BC7C9B05BCC213FB7945775479C5A253BCE25C94579231CB2BCD7DCD2B73F0E695C5FCE095CD14F2CA4B6EF32AAC9EF22A32B379956A745EA5C13F5E15749157D5D1C6AB01AFF3EAD63EE5D585B6F3EA495B78F526125EBD7338AF81DAC86BB8FA8DF7B4B58AD7BC6F0BAF257A90F71AC678AF0FB4F2BA6C72795D1E0DBCAE8BDF795DD93EBCEE6D645EF7E5DDBC0F126DDE87C63DBC0F2FCEF17A4C02797DAC605EDF9A23BCBE0FA9BCBEF113BC7EA5A3BC4FAAA3BC4FC71D789FCEBDE20D9E96F2069F9DE00D15937843B5C779C3C442DE3062C71B76C9E10D87EAF13EAFE4F13EBFF9CEFB7A97C1FB5632C3FB7E94CF9B5803F3268EBDE54DDC58CF9BA462BC29F3BBBCDF9FB6F0FE7C8CE5CD32D378B3894EBC393555DEDF514BDEBF3FE9BCF908316F7E622D6F7EDE8A2FEF4CE5CB5F00F90A0F3AF90AE50BF94A7A62BE52CE0EBE0A50CC5731B2E0AB44E6F3557AC87CD57F8AFC85C7FCF80B8BC7F88BB8F27C35F16ABEDABA32BE9A1785AF563DC457EB32E56BF0CCF81A953E7C8D192E5F73A7265FB363377F19C188BF2CE1275F57A783AF075AF3F5AE3AF05708F6F3892C333E71FB113E31B5950F642DE793EC2EF3A193967C58DD884FB9F6818F14FFE2A384413E4AFBCAA72E24F3A9600D9FE6AEC6A75DACE03322497CC693783E73A50A9F957E9CCFEA7ECC67FF7EC6E7FCF6E473AB92F8BC2B643E2FD5842F48F7E2E3CBEBF8B825818F7BECE68B6C9AF9E2B3D67C093D8E2F356BE04BF7C5F0A55E9A7CFDFEA7FC5541797C836D237C83F7E67C83893F7C835F837CE3DA55FC353656FC35AED5FCB5AB96F3D7A94CF1D7AD74E49B98CCF0D7A7D5F037A83FE39B3DEEE29B9588F9667522BE597D2D7FD39B46BEF96163FE96732FF816923B7C0B83F5FC6D722AFC6DBEB7F856CBD97CEB33EBF9D6D993FCED4742F83B233DF8BB6C99FC5DB3897C5B7E1FDFF6CA30DF363C97BF3BEF207FF797CB7CFB493EDFFED743BE4381017FBF962A7F7F8880EFB4610DDF695B1FDFE5D02AFEC173E57C37AE1FDFCDFA36DF7D571FDFFDF751FE913A2ADF63871BDFA320847FF48517DFF3883CDFABB08E7F6C4722FFF8AD34FEF15479FE891875FEC9E7737C9F5875BE4FC255BEDF5625BEBFD48EEFBFD39AEF7F7007FF94722FFF94530DFFF49B4DFC40D74BFCA0C801FEB9C01FFCF37DB1FCD07E63FE75E73FFC08451A3F623C851F49DCC78FCC3FC98F5ACDE047CD69F36FFA2AF36F75DFE3473F0FE4C71C5FC08F99FDC38FFBB8921FEFF58B9FB0F4303FC1598B9F180FF3EF447EE2277183F8490F46F969974EF3D3979BF033AFA9F1EFBE5ACABF77AE867F1FBAC0CF66DCE23F9CBCC87FE415C87F3CBE949FF7459E9F6F73929F7F74829F7F6617BF503B955FF8B1825FA456CA2F9AB1E2172F0DE2173F5ACD2FF50BE497BE89E45758EEE757B888F815A989FC8A26537EC5B7427EE59E147EA5BF2DBFCA1AE257878FF36B567FE0D7B15AF9F5260C7E7DBD84DFF0FFFB8DA3C7F8CF5B6FF39BB716F19BBB32F82DBBD5F92D33A5FCD7434DFC37DB6EF23BD43BF89DFB0FF3DF3A97F1DF7E0CE27711FFF23FC829F33FE8BEE47FAC57E47F6C99E37FECACE0F74EDFE2F74504F3FBD77DE30F681CE00F0E86F287D82DFCA19F47F9C30F51FE678F31FE088BC41FE1A4F1478F66F3C752D9FCB16613FE97AD89FC2F3523FC2F93AFF95F573AF3BF12B8FCAF9CE7FCAF710BF8DFF86EFC6F8EF2FC6FBEB9FC6F732BF8DF17D8F127EE16F0276F16F17FC075FC1F5E4EFC99D46BFC9FCC0AFECF8D1FF93F27D6F27FB58CF27FDB1CE1FFD1FACDFF53E7C79F7542F87397E6F87305ABF97F8DB6F2FF890181C2D27181C250B04061B65EB0E0195FA0582312287EBE285061BF11A858E80854B38D04AA3977040B1DFE08165EF3142C3A632950D3F017A879D3051A4347059AA47B8225AE1F045A3BCB04CB1EAC1168CF9E132CFFB740A07B2E47A09BD52ED0EB9709560830C10ADBBF02E271B600D8F856009C7C2A20ADBD2A20F5B809C8631704146F6701E562B100F9622F401D5802F494A5803A754C405BF041404B9E1630153609980DF7052C07A200B35D2FC06EC608D8521301FBEE7301276A5CC05B4910F07C23057CB36481E0F86681A0AC472078672E10B6A102D1930081B87B4620C98D15487E2F16AC22D104AB2EC508569FF92530B47C283036C0056BEFAA0BD6DEF712AC4B2C1798ACAF1498EC1B1598927081E93A6F81E99633820DA460C1868372820DBF4F08363E3A273033FF2230FB9926D874354160DEFA4760E1040AB63E5829D8D69421B0B20B14589DBF25B07E16F83F3704DB67740536B649029BCBA6825DAF04025BDA7781ED5653815DF280C0AECB53B0C75E53B0E76E9260EFE27D82BD3A0F05FBD32C05077E570B9CCE3B099C357F0A9C2F6F11B8086E0A0E4AF504AED28702D7376D0237F184C0FD8486C03D2F427058315970F8875870C4D64270E4AC9EE0E8FEF582A365DA02AF4571022FAF83022F5FA6E058518EE0788BB2E084D956C1C91491C03BF0A8C027F4BAC0E7BAAEC027A649E09B4B11F88E6F16F8D16C05FEDBC205A768C70501FD038273BA4704E7E5EB051734E404C195B3828BF069C1657296E072619CE08ACFA020C4224F706DA44910CA3E20B8AEBC54705D8D2288D0EA1544DCFF9F527D41E4B155821B88A5E0E6B342C12D936041F4BE4C41747BB0E0763F5D100363821837481073C64C10A7D42248384511241E6C112466EB0992E4658224E7244152C0A020B93F5590A27A5B9032F648905AA52148EB140BD2FE1E14642E0D1364726882FB8840907DCE4C90F34C2CC899D611E4FA0D0A9E3CDA2D78323121C8BB7A5D90D7020BF27D660405823C41D1B91441D125AEA0E84594A0C4265950FAF398A074364C50D60909CA513B417983B7A0F2C1464165395D50F9D94350D59220A871D416D4A65808EA4742040D925041C3B62F82C627218226CB3AC1F385FA82E7B7D70A9E7F392E78F1B04ED02A7F49D09A3A2278F58F2A78FDA04DF086F747D0BE7091A0BDA553D0E1E120E80C7E27E8ECFD2E78673C2B7877515BF0EECE90E05DF788E0FD1E4DC1FB2F0182AEA41141372752D06D705BF0E1A887A027D240D073CF4EF0D1FEBBE0E38087A0374559D0771811F4C390A07FA785E0D3895CC1A7B43EC1E06D3FC1F08DA382E1C47382917D670423797982D195298271D840F0C55E4130C13F2698B8372798F8D82998B49C124C7E8405536E01821FDF8F087E4C0409A60B9B043F771C16FC744915FC2EE815FC9EA608664DAF0966AF1D10CCD66909E68EAA0AFE2AD3057F9B18827FD025C1FC8D2782F91E5828E7764728976E20947B70502897F75E28EF182F54B095081718690A179CEE162EB897215CF0952D54B594132EBAFC5CA8967D5FB8D8F0AC50FD7DB55073F103A1165128D4B2A008B5ECE7845A1519C2A5F6AF84CB7E0F0BB51DC684DA6980503BDD4DA813A624D43D7442A89B7F4CA8F778A19040EB10121A3F0A89FA754212040949371709C9868642784BB610BE6224A4E4350811E91921B59327A4558E09197B5C84ACCED3426C61A490AD1128E4E8C1420EF58A90C34E13722BEF0A454E9A42690C4528737824D40F4D111AE8F084AB8377090DE79B84464455A111CF586864F35E68EC67275C2B8709D78E960B4D32F60BD71F7A2B5C1F38205C1F372EDCF08E2ADC18F34EB8F1A78270936E90D0FC92A1D03CCC5268DEEC2FB4A856115AF4AE135A4E3C156EB55928DCFAB645B86DC24E68BDB452687D2742B85DEB96708751A2D046ED96D06655B1709745ACD0D6F9BB70B7DA5DA1BD6E85D03E6581D0BEF4B7D0FECF45E15E78B3F040F290D0F9C835A1CB9646A14B4BB5D09D682674EF9D101EB2DF223C6CBF487838C45978F8ED6FE191B5F2420F9D40A187C54FA1C77345A1E7C3B5C2635679C2637BB485273EF5094F5A6D107A47190B7D1E1C12FA6B0F08FD3F4D09CF686609CFD4AF1206860A8441674A84412523C273965B85C1F24B84C14784C28B8F4B8497AE45092FBFEC105E31DB22BC923B2DBCD21720BC32FD5B78B5DC4278EDBD54187A68A9302C53240CFB182BBC1E3F238C84EE096F2C5B27BC417D20BCF9C85318FD3B4818335D278C95E60B631FD80913359E08136D09C23BEF1285490669C264DFBDC29426509856765398F6364F982EE7224CD7DF274C9F1C16666003C20CD702E1FD15AF85F7835E0BB3F7E709B36F26091F6C5B2E7C1022113EB41C153EBC9B247CD8B05D98B3DD5FF8E8618F304FA828CC3B8A09F3375C14E65FBF23CC9F8F1016CC1D13169AD4080B479E0B8B0C0F088BAF7B09CBF3C68495A2516165F93561D5FFDAAE5E972BAC0E0785D585FB853536CF850D16A6C2C6F7CB848D2361C2A78095F0D9E12EE1F3E5F1C29603A1C2960BFB84AD3D1DC2578521C2D7B47BC23741AB85ED668DC2F6505D61E7AAEFC2776BB484EF0E0409BB3493845D6DA9C2AECE4A617786B7B067EB4161CF6E7D619FFF55615FE72EE150CC72E1B0FF76E1F0A971E1F0CD05C2E1A46FC2CF8B0F0A3F6FF2157E3BB158F82DDF403865080AA7F71E16CE281A087F6ADE12FE5C1529FC75F39470D68C279C3B3E209C4BA508E72A170AFF9EC912FEF39F17CE9FAE14CE57A4E072DA7B70051A1B5730BD822B9C3D8C2BBC7E88ABFC56C755A736E1AA3FAAF185E81B7CD1FDB5B8DAFD6FB8DA4B235CAD45195727A9E21AF25DB8C681047C697F28BE74721AD7615BE13AB513F872BE0BAE4B9CC775CB1FE17A4BFA70BDD0DDF80AE638BE52B2055FB9898FAFAC5D80130E16E384848738E9A20D0E755CC6617E238EA81CC6D1A5229C1A4DC3A9AF7EE3B4032E38AD5D05A747D7E20CE204CE9026E18CE7E771D665439C15DF8A63FF5C70CE4A059C3BD681F3CEB4E3BC9ACD387FDB6E9C7F9F8F0B82BD71417B3C2EF8678CE351AB71D1DF05B898E98A8BF75DC6C5E7477129551D97DED7C165E4125C26F88CCBCCF7E2B29F9DF8AAC57FF0D50E1F7123D543B811C30E373A64881BCBF6E26B4CDEE06BDCA6F03553CAF8DAB637F8DA711037917AE3A6F62DB8E9C8537C3DE88B6FB009C537AE8FC137BA3BE01B038EE066DB2D70B38344DC2C6C05BE2904C237DBA7E2E63AC5B84559136E31CFC22DCD9B714B1B1EBECD2918DF56B212B75A29C5AD7609716B2A806F3FCBC76DF208B84D031FDFE9FD09DF951883EF6A77C7778D9DC36D63CB70DB22277CF7FB1FF81EE5D5F89E9589F81E722FBEC77C04DF13B01C7788CFC71D1E46E07B3595F0BD7ABBF17DD4BDB8E3C527B863F50F7CFFE05FFC80B233EEB4EF0EEEE456883B5DE3E02EAB0DF18319DB7057421DEEF66821EED6EE851FDAB00B3FFCD8173FFCEF10EE21DA897BBCFB827BDE7D847B56B6E19EFF4EE05E9470FCF84B0DFCC4FF753C1140C6BD0911B8EF2D47DC8FAE8EFB99C0B8BF75397EEAD157FC2CC5153FDB23C4039689F000783F1E18368D07ED5C8007DD1AC583867FE3E7E45EE3E7C80FF17376087EDE48193FEF3D8C5F3027E2176AFFE1C1703A7E3116C72F1D35C62F13CAF0CB13CFF1AB994FF0ABCFF4F010DDBB78C89D1D78C874101E8EAAE0E1B2A7F8F516221EF1FF581771DE108F78988847DE7E87DF883980471D69C1A3DEBEC06FE544E1D1BAE6787CCE3F3CD174024F2A3E8727CBABE229E03F3CE5871E9ECAD98FA7BEACC5D35C0EE359FEF9F8DDC02EFC9EE02D7E4FFF027E1F7C823F5497C37382BCF09C7A099E1B688B3FD983E2F93B9FE2F9791BF0C23347F0A22D017851560F5EF4321B2FFA6D8817633FF192134FF192113FBCB430172FAD3E8F974EE4E015E58178E5290A5EBD440EAFA936C46BEDBAF1BAA31D7883F106BC91EE8837EDD5C79FDE3B813FCF90C79F0F0078B39F35DE1CE18837FFDA8AB7DCFB8DBFE2A7E2AFC471F86BEE69FCB558116FB75A80B7576EC0DB476EE01D9B0978E7F27CFCAD5F05FE36CF1C7F3B741E7F97C7C2BB4CB2F1AEA17ABCEBFB55BC5BBB02FFF0B016FF7890817F6CE8C3FB4656E0FD0F1FE3FDF5B9F880C5103EE8D88F0F5D1DC0873BAEE09F8755F09165A9F8C8CF297C14CDC547ADF6E15F5652F1AF8E0DF8D7933BF1EF973EE193ACDDF854D110FEC3271E9FA678E1D3C5ADF8F4171A3EF3EB203EF3A71FFF6DB600FFBD3D05FFEDED8FCF0694E0736BCEE3FFEEB78AE498DB45F24E1291FC7B40B4E0C9059162052852F5AE14A936A58916224B450B4F758A165E668B1699F88A16CD6D142D360A17699C89162D79B35AB4644A20D2E25989B48EDC1669DDBD275AAA342E5A1AFC41B4F4A154B46C95A168596E916859A94CA443F820D209B1132DDF5B29D275F217E9EDCA17E98D69895670A3452B0E7C13AD64DE12ADAC5923223C3B20223ACF8940AA9908DCA12182263111D9FB9808AE54155110AA0839AE2842FACA44E854A888964B16312AFE8A98E70344D8FDC322CE95311167205FC455501271196322EE8B22116F71B488C7AC17F1329788781F7A447C3D96887F3DF2FFC1F3A648B0B25524202C1109AA434482DEDF22FC899D4834EA209275758BF4EBDA4506DA4D2283712D91E1F6FD22C33D9922C3CE8BA2353BF689D684BB88D6A1A62213C99CC8E478ABC8A4E1A168BDA6A768FD3199687DC82FD1FAAFA5A20D5C0DD1867583A20D470B451BCA6E8B36764E8B36FE5E283223D689CC767C116D3209156DBA9020DAB2AA47B425A85F64A16A28B258A422B208BF25DA0AA889B6DE582DDAB6B75D64E5F05564BDC34FB4BD892EDAB5A24A64BBD8556427A722DA1D5222DAB39B287238D12D72484914EDD55C2BDA475B27DAB7FB9B685FF131D1BE96F5A2FDDD29A2030F2522A767AB44AE0F9E8A3CB482441EDE6B441E45A0E8D8B30DA2135BD9A21365B9A293946AD1493B57D1C9B877A2930D41226F392B9177C47391FF5365D169A504D1E99668D1E98165A233DB3151C09B69D139FE9C2858ED9F28D8F68528D853280A0E0D1205DFFB9FCA18D1A553E1A2CBFDAAA26BDD2EA250D35E5158F27D51F8813C51F8B8BEE8FA3A6BD1F5B64AD1F58FCB44918523A21B7880E8C6EEC7A29BF7F345B76EED12DDA6CB4431EC6A51CCA66E514CE635519CE702515C50A12851F5B7E88EA99728891E214AE23A88922B99A294CE04512AFFAA2835DF4B9496A4244A87B444997BFB4599371C4499690B4599553451968BA1E8AEF16BD1BD856745F77C9545F7FE4588B2C72C440FB4B78B1E346E123DF42B15E528BF14E55CFBDF2682A29C3E25D1A3EF174505E40951D19A4C5151C50F51D1FC6751B1FD7351B1EB1E517158BAA864C10F518992A7A8D4EBB1A88CAE2A2AAF6F1795774E8A2A472E8BAAAEFF1155D7E8896A643F448D6A6C51133F4ED494C2133DCD30173DDB2F123DABF1103DCF96899A0FF98B5A3C1D45AF8EBA8BDADA6244EDFF7FD9DB33368A3A82E8A28EC146D13BDE94E85D5FB6E8DD378EA8EB2C5FD4DDB243D4FBCC5BD447C9150DBEF9201A9E0D157DD677127DFEFA5534621B2A1AD58A148D06BC118D963A89C642C34463036B445FF8C7455FB6A689BE9AAA8ABEDD908AA6CCBB453FB68A45D35A64D14CEA1BD14FBE89E8776291E84FC702D1AC8AA968B6E7AC68F6DB1AD11CE9B4E8AFE707B19C618858CE37592C1F33275E70BF43AC48FD2456F43B28561982C58BF6F3C48B0EDA8817932CC58BB334C48B2B3862F59F2FC51A4C77B146628858F3E82EB196CE4AF152D332F1D28161F1B22541626D0224D6B15821D6D9FA5EACFB4A24D6B3FE2B5E91AD2526B8F68A89FBA3C4E0878562E87F9FD0E40D312CAC14C3B5166278D84D4C71AE13538EFF11A3D53431B572AF98E6D32166503131439F2E66DC678899BB23C4CCFE3431ABD05B8CADD92EC6327CC46CD121317B7844CCD9704ECC5B4C15F3208E981F7745CCEF158805EF5AC4C267F7C5C2E606316EA02AC6D71F128B4EAE144B32CBC592F23F622972462C9BDA24D627EC13EB8BEDC506C763C506375DC4069FF4C5AB5D54C4865BD68A0D930F890D7F9C171BCD95898D8527C46BAB2AC4EBAEA062937BA1629392E56293C678B14997AD78FDD056F106E516F186E31BC41BC62E8BCD1AA862B37639B1D9A706B1F9C228B1799CB9D8E2D817B1C56B6FB1253B4C6C296D125BFE32105BE9FC105B37C9C4DB3BCE89778C50C53BB7AE15EF7CFF56BC6BEDB8D856D14E6CE7F547BCDB4A536CBF9528DE73D556EC4074163B5814881D5C9BC4FB17F889F7DB5C161F5801890FE03BC44ED5C7C4CE7AD962173F75F1C15C8ED855472076435DC56E9DA7C487A4FBC587ED6BC447F6FA893D1EDE117B3D9A141F5F71487C22564F7CD2F49AF8647EA6D87B77A4D8BB1815FB3028629F7B9BC5BEF169E2539442F1A9663FF1A9A9ADE2D3160BC4A7AFDC129FCF7826BEB09426BEA0CB175F8052C4170A69E2607EB0F8CAE346F1D590567108DB5A1CF2E38E3894B6451C66AA2F0EFB3F3711AA5BC411EC707104D7481C792B547C43EB9038EADE1DF1CDAC6BE2E85B57C4D15917C5B1BFE7C471963BC4F1D69FC5F141CEE2F8903DE2F8680B717CED2571025A2C4EB0D82F4E48DE2F4EA46B8B133D4AC489138DE23B0A3DE23BF7ADC449E7FBC449778E8A931A32C4C9D5B9E2D4688938AD205C9C4E8E14A75F2A156754458A338F7C116759CC8AEFCA33C577577C12DF35FD2CBE5F421367E7CD881FA80F8A1FC8E8E287513DE21CC661F1633F589C9BAA29CE7DF247FC848A88F3382FC579CE2BC5F94ECBC585D20A7161AE83B87040515C34F1565C3C7F415CB2E288B84CE3B9B8FCF1757179AB9FB82235585CD9B2435CA5F8505CE57F515C7B6BBDB8417997F8E9F771F133B95DE267C273E267EF70F1F3D41AF14B2525F14B20F77F0AC52FCD1E889BDF0F889BBB9F885B3813E296E4F7E2D7ECC7E2D7AFE7C46D6FD4C56D7D3EE2377B54C4EDE3FEE28EDD6471C7FFB5E85CB446FC4E6981B86B6F95B86B385FFC61B986F8C35E8EF8C38911714F619AF863CCA8F86376B4B897B2483C70C15B3C74F6B878A8D6453CD4E326FE6CF5443CFA524B3C36A6271E874DC413A7ABC49366DDE21F0A2DE21FEBEAC43F06F3C4331AB1E2999E72F1CCD831F1CF2299F8678B89F8575E82F8CFA983E23FFF0AC4B3A1BFC5733581E2BFABB689FF5D6810CF531F88E7773A4BE41EDA4B16C84F4816D8D84A1471B244E9BAB644E991AA44F9CB0289AAC64689EA0A914475D367C9C20D4312355FEAFFB84AD4F26C258BF59324EA675B24EA893B24EA6F774A344233259AFD8D92258D4B255A4E5912ADAC63126DF50C89F65E3789F6D81DC9F215D3125DE16B89AE3846A2FB4B5F42D81E2E213AEA4B88735D1268F93D09B9C84502ABD448602D4402D3BB25D4DD3512EA9EC512BAD571097D77818461B143C2BAB6588271FF4A381F6B24DCCD9724DC3DC612DE9C5022DEE42B91AA7849A49B4992557F5A25066889C4E0E498C470778BC4E8D577893171BDC4B899295923EB90AC694F929834DE92986E9A97981E0D9098BE5D26594FDC2659DF8349368E274A365D4C946C86AE4BCCC56B2596FB6625DBCE5848AC749749AC050D126B474CB2FDFE75C90E938F921D372B2436EC05129B1F6F24BBD6EE92ECEAF825B1D59E96D89EE894D89E2E91D816C54AEC8E354B762B7A48EC4F3D95D8D79C94EC31FB2771906F9438A85C95EC73F1941CC83E2171FA4492385BD54A5C4E0B24071D974A0E364F4A0EF6FD90B84E0449DCEDF225878CAC258737684B0EB7CD483CE4E7241EB17CC951F91189E7B513122F124B7242DE5072D2A84B72F2B5A9C45BD15FE29DE520F1091894F8328A24BED3C9127F67BEC47F365E724AF999E4D4CB29C96985BF92D34FA724679420C999DB8725673E8A2567152B2481CE07248109819273B41B92739BBE49CED90F49CEDDEC949C2BE249CEAB3D969CEF5C2809BED32F092E5D2C09AE25482ED2FF48AEB0BF4AAE8ADF4942E43324611AC992B0EA4449B8F90249F801B1E4BAA58F24E2D4B024E2719724921A2D89940D4AA2029B2437659D929B2ED1929BFFA625315A2449CC3A4B49CCE83249DCA11B92B8B460493CD829B973A05692CC5592A4D4EB4BD2A009499AFBB8245DE788242B335192F5244872AF2A4DF250EFB8E4E1AC9A24C7EB9CE4916A9EE4B14696E4711F45926BB25C921B7D53929B209014D4D7480A9AF32485BEE692C2ABD192C278534961D2ACA4C8F1B7A468B85252C27B2C29498125A5A9DE92B2A03149B9DC43494578B6A432E7A4A4B2F7A0A44ACF41526D9825A919B394D42E979334AC224A1A5C2B240DE3AA92462448D2387952D274F69CA429FFB4E469B650F2BC0E97BC28F391BC7C3923695E16276951DF256929F82A697D7F4BD2763342F266E506497B9EBEA4A3FAA8E4ADECB9E4BD8BB7E47DF943C9FB294349D7CB7CC9874529920F6D9D921EBC44D223D92AE9D9DB2FE9E97B23E9BDAC2FE9EDD7960CF02E4A06445F2503FB7F483EF9D44B3E75264A8656E64A86375C920C5B4E483E7F4A928C9A794AC60C072463858992F190E392EFEBCA25DFCFD749BE5F30974C68DE944CD0D52493A20CC964D86EC9E4AD48C9D43F25C94F155DC9CF504CF2EBAF92E4F74150F2DBC75CF2A7F3AAE4EFA640C9DF922EC9DFA92F92F983835239C8542ABFAD48AA127452BA70B3957461B044BA48694EBA0851972E3AB05DAAA6F943AA66D3205DFC7D9754C37D44AA6965235DA2F841BA848348B54887A55A87CF49B56E0549B55EDB4BB5FE5C966ACD75499776864BB58D73A5DA9F69529D7C8A54E765B354A79F245D7EF2A054570792AE74FC2C25387D901246B4A5C4F31BA5C4CECB52C07E440AB8EB4881901A2938E2292519744B497BBAA424C78D52C893252557DA4B61385C0A5FDA26852BCBA594961429E5FF4B172A8F4AA987E7A5D45B33525A6C96949EBE55CADCC39662EEAA522C6B448A0DC64B794FDCA4FC9B7BA402C379A9E092A71457BF2FC5DBF64AC5D715A5E2B918A964959D542A17239515A54B65CD4552FDA714A9017DBB74F5A9ADD2D501A952E3BF87A56BF26E4BD75D6F97AE2BD3969A1C89956E48C2A51B6ABF4937A66E966EACD6909A993F979AC512A59BE0EDD24D03E652737A97D45C6022DD62B05BBAC59727B50CF829B5BC9322DDEAFF43BACD6DB3D4CA535D6AEDA82ADDBE0C936EAFD5956EFFB947BA435955BAE30424DD7135406A139D22B5758894DA65264AED196A52FB7714E99E59B6D4C1DC56EA10B24DEA846D903A59384A9D5CC7A4CE821F5217CD3EA94B7086F4E0195C7A70DA51EADAFC41EAB66D58EAE69326750B1C94BAD3DAA4EEFC74E9A1604BE9A15F57A51EE6E952AF4639E931A357D293D835E9C9694DA9CF3F5CEA670448FD9DEE4BFD83E5A4FE159FA4FE6D02A9FFF469E999A7DBA467E712A4814AB7A5815FDCA5E7A877A5E7B21F4ACF556C929EDFD42F0DFEFF2CC1A907A49772A5D2CB0C487AC51A965EA949945E75CF945EFBDD2C0DE5AF9286CA50697898481AE1E02D8D98BD2F8D04CF4B6F7C95FF1F401A35192CBDB5A5431ABB6A501AAF9C238DF7A34B13F67A4893D35E4893ABFF4953552E4B530F654BD39479D234F2B034FD25439A19132CCD8CBB25CD9A8F91DEEF739366DB86491F1A7D933EBAF046FAB84A26CDEB2D97169CC99016140D498B8EAF96169D60488BFA72A4C5B6F2D23274525A96BA5B5A8EE54B2BB462A515870069C5131D69253C21ADF47D22AD5A8149AB17BC95566F0B9656FBA948ABCB0E4B6B4E4BA4B57A0FA5B5A6E7A5B5AFBF496B67574AEB80F5D2BAED35D2A62403E98B5DCDD297AB51698BBFB3B4F5EC3A696B98B1B4AD729BB46D4651DAAE5B206D779991B6FBA8493BFA5648DFBEFF217D37E82E7DAFEC2BED5A1E2AEDBA9126ED7EF046DAFD3449DAB3365DDAD3542AEDED5190F6455649FB868BA4FD8E6CE9E0A601E990B2B57488B75B3A74F0987428555B3ACC4E977E7E7B573A42A9908E3A3849C794DE49C7AF044AC71B7CA55FC060E9D78035D20967583A71D7563AB918904E66A74B67BA0F487F9ED291FE4A2996FEEA7A26FD2DA64B7F57BE95FEB9F04F3AABBB463A1B902F9D53B394CE6D5196CEDF4C90C90FEC9529A8EF97295C9493293907C89472BFC99409B765CA8FB5652AD82E99EAE67D32D58FDB650B85B1B245AE9B65EA24A64CDD545FA6A150235BFAF1A76CD9A52199F6DF2A994EB8B24CE74FA96C39D544A67B669D4C4F3B5EB642E9AC6C05242F5BB163BD6CA561A28C0896CA80C13C1978745046D2F8288316BC9041D7956450E45E1979E2848CC2DF2DA38C6C95A1DD9D32EAA685323AE5A68C7ECF48461F769631EAB565CC9389329651AF8C65972663797265AC673F64D8472719BBE09C8C935528E335E5CA04774B65C2EF7764F88DFF0700BDED32B1A3B24C7C8E23930E35CA641A9332D9F579D9AAA314D96A9C2333F4B693ADD3BB245BC75D243329549299DAD5CA367E7B2C337B5F2933D7B595995759CB2C126264964BED6596CEA1B26D472EC9B6FDBA2EB3BADC28B3964765D6064B64D6DB7A65D66DC532FBC3EF657B305FD99E8C30D99EACAB32078D1D3287F00499D3B7D332577C87CCF5C07999ABB39BCCCD582C3BA414273B747A87EC88468BCC438D2FF3C8A7C93C8AEECA8E7A0CCA8E7AE5CA3C494B649EFEA5322F4591ECB8AA5476BCF08FEC441D4FE613122FF36D5E26F3FDE22DF3D3F292F98BFEA3B0BEA3B97CDF38808B5048CA4A6435EC54A23EE3F9ECF17CF69E4919A5222A9A56F6485622230945595909C9CC4812B24AB6B2229411EAF7FD9DFBBCCEFB9FE79CE7BEAFEBFAE33287DC0222211EA1BE108FF7E7215E3ACB101F592AC4075307F1E97486F8457743FCFA65217E1BC110FFD7559000A7C390C0C7DA90C0E23C48E06C1124C8D90E1272EE3B24D4B018122A7C0809BDB71D12167E027247361472E7DD1148F8FB0CC85DAF2F90BBE57A9088BF8190C8433C48E4BBCD90285D4D48D4E54448342D0A728F920F89953A0589DD710072FF0A1D126F9B0549BC771D9264D00A493A340F49B2F08724855B4152D4919094DC839047329E9047C68B90476447C8E3512A242DD6109216BF15925E7F03923EA50F796A740792B92F05F2AC3C1FF23CF12D241B7A0C922DFC08C96F3380E46F2C430AF8F190824C1D48C1F020A450390752F83619520424428A6CCD214589C720C5699F202FBBF7415E3DBB0829931F82949D7F0029EB7B07295BBAF59F0648C53632A4A29C0579BDE90CA452D00AA9FC510AA95A938554EF780CA936D580D44D29431A2E68431A3C609086690948A3FA0E48A3B917A4E96BEA7F1B8016A4E5A112A4A56C1CD27A7709D25A7013F291FB12F271580AD251F803D2F9E720A4AB4F1BD26D7B0ED2ED5C0CF91CEB0BF9E23D0DF992A704F9AAB41B32B8FE0D32644C860C1DBF0E19CA5D820CEB1121C346F59061CB64C8C82E3DC888870264545E013276AF1332965F00F926F112F25D2901F21DB71FF2BD540132E99B039992EC834CC78641A6535421D3833CC88C5B2C6426FB05E487B41F6481F10DB2F0540459A4794316AF6D832CDE7B0DF9756D2BE477BF0364B9C90AB23C7516B26A5B02590DA34256FF2E42FE38954336CCC5908D437390BF1767217FFDCE40FE3E7E0DF9776F01F2EFE903C8BFE160A8443C052A1530F99F25A8F4640D54C658012A83D782CA3C53866EF9930EDD5A731C2AAFB206DDBE6B1CBAE38D1154D92404AA1C7B14AA1267095523B440D5DBE2A01A7715A11A9FEDA0BBC3D2A19AC268A8E6E50B50CD1FC550EDE4D3509DED21501D5C0954A7E80A5477DF0C5437140AD5ED2F87EA3D6F86EAEFBD04D577E740F71E3286EEBD940935D4F6829A664E40CDB6A9400F8E3C801E923A0B3D321001B52852865AFC6B851EBDFA0A6A65DE093DE6E1093DF6ED24F438930D3D1E79000A490F8442E5E4A0D09D182814FD010A7BEA0785FF62420167321471AE138AF4548062F70F42B10E33509CFA3E28FE461C147F3B0D4A80FE8012A29F4041E50828F8440F4A323B04A5FC6A8652897550DAFE0428ED5509941E3308A57F8A8732F0E7A1CCDFED50163B0CCA3E7119CABEFD07CA21ED8072851E506ED91DA84027082A7C1600151DF6808A3E7E878A4783A0E21923E889AFD3506B95C7D093A62FA1A7D498D0D3766E505B85BB50DB8BF7A18E32B350477C01D4F1C643E8B99366D073453DD00BBA2B50678C36D4B9180D75517586BA1CA883BA7498405DE3A1D04B7A2AD04B17A4A097AF4A422F2F4C422FAFCC41DD84B7A0EE665CE8D5302CF46A9509F4C68032F4A6532EF4D6B74D50CF5825A81732127AFBE33CD4EF550734E0BB35347059011A346D050D36FF070DC69E8386EC3E040DA5A442432321D0D01815E81DCBFBD03BA3E6D0BBA766A0775F1D80461891A1913ED5D0C86C1A345AC9081A7DFF39346640008D0DAA82DE3F6A0E8D3B140E8D4F99852604A2A089D42E68E2F47368F2954268F2D52168F2FB87D087DC12684AE425E8231404FAE8AE009A2A13077DECBB1D9AF6F026346D761D9AFE40019A9EB71F9AB1A91F9A21A70ECD78B419FAE44C2AF449420934B3C50C9A95F306FAEC1E049A1DB000CDA560A17996D2D03C2705685E7C1434EF130D9A37DF00CDFB3B03CD6FF480BE88F28716B0EF420BAA52A1C504776871C022B438682BB4F87139B424441D5A92A6002D197E0B7DE91B097DA58684BEEAC641CBC246A165F7B3A0E5B0086885F239E8EB963468E5F921E81B89C7D0377277A0D5C193D0EAD41DD0DA3736D0BA8BA3D0FA7367A10DF72CA10DED4BD026D96FD0A6021568B3260BDAB22686B6F19F43DB02CCA1ED6E27A1EDE17AD0F6E46568FBE78BD0F6910FD00EC33DD0CE3347A15DDA87A05D578CA05D05C6D0AE21036877C94F680FED14B44F680DED9B94817EFE780CFA79510DFAA5451FDA1F7E02DAFFBD063A20F30B3AB07A0D3A2496800EA5C64087955CA1C3A349D0514D4BE858B03AF49B9204F41B4C0C9DF0D6854E3CDC049D9C18874EA7EA427F18F7437F746C87FEC40BA1F37915D0159993D0D5ED0AD055B359E8DA161C74EDEB14747DB912BAB1D915FA2F6813F4DFB01C4CC2CA14B6E949374CF2A8374CF255064CF21B1326153D00936A65C036EB56C0A409EA30991A244CD6F22F4C967D0426DBF309B6E5CC186CCB454BD896D16B3039DBEB3079FFA330F97F4C9802CF01B6ED8C324C51A60DB6FD59194C492307A67C5A02A6127F0CA6527916A62A7505A64A3B0E537FEA0153EF1D85A9FFE4C176056AC3768B43619A1A9B61DA92EE30ED2B3761DA29A7613A465D301D9108A6EB7C0BA677E8084CAFF2076C1F11063BA014093BE0A40633506B87198654C28CE4A66046A8559811088199957BC3CCB39D60E6759F6187428A61874670B0C30C4BD8D17D1130CB6E69D8315D1FD871D38BB0E39F0660C77FDF8141F53260B0903B3038BC1A06F7CC80213F5F87A1D58D60E8987418E6481D0C7B8C0CC33FB18711F3393052A1348C9AB208A36BCDC0E88FAEC318AF4761CCE30630A6180D637AEF83317D4361CCFA3D30166A1EC6EABC0463836F611C78178CFBE40E8C570185F1B14E30FE820D4CB0560F13E614C0845D7898F8842B4C7CF71D4C7C3F0976026E083B31BA0CB376A4C1AC97B7C04EB10FC2EC0D7261F6D821D8996E3CEC82C53E98538F3AEC62B21CECF28F7AD895C61B3077F9D7B0AB2A3F6157755260D75EFC805D37DF02BBE9B40976F3B30AECE68F0D98873A1DE6317B14E615B60EF38639C37CFE4CC3FCBF9D8705EA26C002030EC1023B1A6181C329B06041382C38FC232CC4C40816C25585855A66C3425186B0D0043F58684D232CEC7304ECEE366B5844E4382CB22D1A16D9DF068B52FB058B69B281DD93E987DD2B5F83C559DC85C59D7E078B5F5F873DC0306009EC545842D0122C310D8425AE04C192740D60C9CDC3B04737FEC252834B61A9D53C586A6302ECF140082C4DC21496B683084B83DC84A511E361E92363B0F47F6AB027923F614F547A614F1CEFC03237ED8565AA7F843DA72BC2B273015876892D2C2F2002967FA10556A0DC052BD00F87150085B0A2243558F10E1958F1312F58F1C24B5809640D56EA35002B1D9387957EEB8195CEDD83BDB2768195A985C3CA4C7C6065E82DB032FF5958797214AC623B1356512C0B7B5D7E1256294A83BDE122616FF27A615522475855EA3358B51C1456FD2C1156B3A10DAB3BE80EAB4B5785D51B69C2EA4DBD600D75E3B0C699FDB0A65B8760EFF871B0969E3CD87B090DD8879663B08FAC2E5847990CACDB6E00F6F9EB2D58FFAE2FB07EF71DB0FE7023587F160B3678BC093674DE0C36EC370F1B2BC8814DCC99C126D67261937A8DB0C9EF91B029AD4ED8544F3C6CFAE4206CBAF43A6C267A0BEC87F11AEC87BD2FEC47FB1C6C0E09C0E66C37C3E635E661F3DAFFC190608BFBB7C216BFCDC07ED9CCC27E23F7C29655F6C356CCBC612BBF5661AB0F77C3FED817C0FE845AC2D62BAD61EBD539B0BFCE3B61FF266EC025A337E09BF3DAE1D26EE3F0ADDE46F0ADB563F0ADCB9A7039CB45B83C5200976F18826F1BFF0057946E852BC2C7E08A335A70C57965B8E2861F5C29E22B7C87463D7CC7C81A7C27E2137C27F13C5C39771DAEB24285AB665C84ABF67AC1D5779C84AB17BF83EF4E82C1773F13C135CDB3E19A909B702DE2345CAB561FBEE79C0B7C4F9D325CDBB01CAEF7C110AED72309D7978F80EF950987EFB55E86EFAB8A87EFA7BC831B8C68C00DC77EC1CD0E0EC10FEAF4C00F1A9E821FC454C00F125EC30F160DC0CDBF99C30F757F821F012EC08F2C9E805B2A9BC28F5DF2831F9F40C3E13FF7C281AD1838704A0D8E78BB138E785F0D473DDE06475B6EC0D1AC0B708CF65B383EC3054EA86884139AFEC29932437096F27E38EBF02538F7BB3A9C770007E7DFE1C0058F1EC185BE117091EB7DB8F84938FC042C166E8D5D839F3468839F0A96859FAE9A82DB0EFE82DBFE7E06B7C7C4C1CF1C4E849FDD3D003F1BCC819F4D4B843BCE0CC1CF4DF2E04E7401DCD9DD167E716B0ADC5549197E39EF2FFC8ACC47F895FD75F02BC1D3F02B6F0CE15786AFC0DD7E7BC1DDC924F8D5B04AF8B58304F8B54E3DF8B50D0BF84DCC30FC66EE14FC66E539F8ADA5ADF05B7F7DE15E180CDC2B7306EE95970BF7A9D387FBB485C2FDE71BE141A133F060AD2BF0E090027828EA213CD42E011EEAB4010FEBD68487130EC0EF7AD9C2EF4E4CC3230E7BC2238E59C263FBEDE0F133DFE009143F78E2D37E78F298053CE5F16978CA4414FCF19126F8E36E5D789AC479789AE26F78FAF67E78C6DB71F8D3A3C6F0A7020EFCB96237FCB9C307786E56243CEFE46D785EDA2678DE875A787E920CBCE0EF1378E1E6F7F0E20B7078892D045E52A2037FC9FC0C7F795A035E3A55012F0BEC8657551F80573F3C06AFF1F382D7796CC0EBC690F0BA4573783DE42FFC6D7209FC6DBD14BC519F0C6F84BAC29B9238F0A63918BCB9270BFE8E7E15FE4E500B7F37D5066F4D86C03F7C5A81B7B905C33B7AECE19DEA59F0CEC76DF0CEB72DF0EEF81078AFCA7378EF0326BC37DB0DDE3BE507FF1CA207FFFCA00CFE051F05FF72351B3E70A2053E70850D1FFAD5021F2E7E041F9E1A808FAA25C1472975F0D1BAABF0D1017BF898B3337CCC65093E563B011F1B29878F5B9F878F3F3E0A1FFF7C043E9146804F419BE0D3572CE0D3DE5EF0E94A4BF88FC01DF0F900327C5198045FBCBB0FBE185B0B5F7CF91CBE8448852F85EF862F6542E02B4E17E1EB6796E01B27DDE11BED9BE17F67E5814D870700C9035280343E05908E780E4867C001599F6560CB9BF780DC956A40AE6D372037F41C90773D0928B0AB01855008A0F8FE36B03DF527B03DCF0BD8BEF61150FAD105ECD86709ECDCDA01EC9C6A01948D0D01957E1F40658900A87EF907A8F5FE06D4DB30807AFB496057FC2F60377807D8BD610868D5BF06F6142E017B3E16017BBEAA037B164580DEAD1A405F6111D86B3D04EC8F34000E3C3B0E1C582A070C0A6E0046FDCB80B1D92460B2E71460929C03989A7703A6D9CD80993B1A304BA8040EF6D80187554780C31A418085F416C0F2C965C08A360B589D5D00AC22C5C031BD52E058E106707CFF0C70BCF02100B1D90440AE8E01B0595500EE5206C0FD3E01F03FD100C23F0E407EA00228AD2C00D5E60860EAFD01ACBB0B80CDFF01E08D0F0078E425009F1307108A0180F8B51F004FCF03607A3740B2CB0748C95600E9E920403E8200C8378601CACB0D809A7609A0C95D07E83C3AC0683004985F26018E5D1CC03BEA05F0A6A40021150F08ADA78113BB5200EBA025C0BA220138597B1F382DFD01B095DA05D8393800F6A79E02F6AF720087178F8133E7FB80B3EEF980E3881670FE8618385F2B093839900167CC06E05C48062EA2570017D328C0E5D361E0CAAF05C0EDCB08E036A404B83F1F046E98D4033788A7815B2757010F6931E0E9781CF0A68C03DEB19280775C25E0137013F09D3D0CF829EC00FC9CF1805FDE5BC0BF61140828590082D81240C8340884958B803BAF9F00771D748008C2381011D20A4456060131361B404CBB1670EF7D07103B7C07885D8F07E2E20E01719FF381F8784F207E511E488C1E06922EC40349CB1420997E024866F500C9C348E0E19E6BC0C30A45E0E1221648B9180CA472D780D47A37204DDF00487FFF00C8980D009E228681A7FFF602599D54E0D9A30DE0F98DE7C0F3A733C0F31C43205B461AC8BD220472DF7A01056F2581828FD781C28552A0A8AE1E28B6DF03147774012F75B601AF15A381D7575B80D7F37140A5AF0C50F99A0A54BEA5036F2654802A954EA0EAA23C5075850754D55B01D5FB9480EAB8A3400D010AD4CA0980DAD34340DD6A29D0B004019AF4148166CD54A039E237D09C9B01B44519026DA947808F0FDA81F6F158A0D36813D0F92714F8B46001742939005D6B9A4077EF04D023E302F4EC34037A1D3E00BDC148E0738827D05F61037CCD38027C1D9505066AFE020383C1C020CF0B188C4B02069B3E02431E0F8111D99BC0883D1FF856B51598A0B90313CC35602AF23030350202D3DBB8C0B49229307DFA3B30FDFA00303D6D09CCF52E013F37B7033F0F35018BFA23C0A2ED6360B1480DF895ED06FC6AF90CFC0E3C012CC16680E5070F81E5DF746065890CACEAF9036BD2B780359D0560FD8521B05EC3003648506083E500FC25DD03FE19131012340584C48B830889B91884A4EE1242F2C52784B4611D42BAF00A4276DF16849C4E0542CEE719629BC634625B732842515F05A178230BB1BDF83442C9241CB153722F42E50180509DC843A8F1F210EACBD2885DD2D3080D9301C46EC31788DD63BD883D0FC310DAA63B103A012F113A357C846EA605422F321BA17FFE1C62AF1C07B137EE36626F4E3A62BFA317E280DA5FC481878A0883030D08A3AA8B0813EA3CC2E4F2518449F44984C9A32084E9515984992E0D6136700771105F8D304FA94098B79C471C9ED14058DC2847583CB88E386AA685384A8E421C9D3C81B03CD68BB03C2B465839CE21AC3C5510C73D2E218EC7F62220079E21A0417711F0EFCB08E0B01E0280FA2080C83708249E86403DDD84400DB523D0C1F711E8161202E32D8DC02AC423B0827004EED45B0431201941FAB80B41DEDD88205F2D4550F4B21094163D04B5642F82B6EF2882D6EC86A00FB420188137112C7D27041B1D82604F552138B209084E9F0942F0EE014230BA1D213C2044085D6310E2B40D8435F932E2E44D3BC429421BE2544416E2545F15E2B4E827C2D62005611BE78BB0CD9447D8A93311761875845DA322C2DEA21C619F3A8A7050094738A41E479CD13F823843B2469C8FB54138E93C405C9C10235CC83F102E9DB388CBFD09882BEF3A106E8FDC11EEE451C4D5A648C4B5922F886B6B1E88EB532F11D7171F22AEAFD6226EA8D31137960F216EDED140DC2CFA82B8F9FD2EE2D61A07E1655186F0BA9B8CF0CA3A84F0866620BC1D5E23BCBF97227CF51211BE075311FEE606087FA01AE17FB50BE1DFF21B1184802382A53511C17D4388E0D5354498F15F4418C4141156108EB813B60D7167700C113EBC8C8878F6001179241811396789889CBF8688C12723EE5DAC45C44A1C43DCCF3D8688DF5183881F6D4224C80C22124EBE4724BA1E4624E6E62312AB861049BF2E2052BC5F2152CAF2118F3CC310A9053F1069BFAF23D2CDCF22D263B2101912F2888C660BC493605FC453BDDB88ACD034C4B3452622FB480E227B2A0F9143F882C8C9F045E4342F21728B7621F2CCAF21F2EDD188170A2711053B6F228A387B1125988B8897878E234A0D2310AF261B1065DC1144B9D65E4485F46F4425CF14F146CA0051BB3289A8036088FA880B88FA3136A241648068087144343C2E433406B5209A246B114DB87044D3274B44B3DD7FCE3B209A5FEF43B4580B11EFAF5C46B4BE8940B4CE1521DA469D116DDF24FFB38A68371842B4A70B111DB6D1884E1F3CA2F34110A273210FD10DD623BA6FAC22BA5F0B115F6CFB105F1641447FB118F1553509F15520420C1EB986181CBF8818F6C9438CA6D62046DB8988F11D1E88F19F2E88C9C6ED88A95DCD88E93E59C4F49A0031B379183113688F9815FB21E6AEA7217EC21710F3726188C51B8188C59811C4AFFC3CC4528E3E62D9BE00B15C1F80588DB641AC8EE522FEB83D40AC052F20362C0488BF87E5117F6D0E21FEBE2941FCBB1D84F8576E82F837761D29716D0629353387DCDC4047CA1A034859A436724B4218726B140C29278A42CAB9D62115B60420152EE191DB389348C5060E72BBB210A9B42F16A9E48942EE14AD22775E7882DC59EA8954968D442A5F8322D5BB4690BB0EFF416A6C6E426A38142135460E22352F4823355F0F21F7149B21B513FE20754D6A917AF76B917BA3A0C8FD47A690FB4BDB90064818D2605E0369F0471969A87F006918A68C34220D204DD5A291665F379047522E212DAA759147BB7C9096016648CB674790C7E131C8E3372290901D0148C8CD3924347F33123A760B09DFD38D8473BC9000EB2312A8F889440CBE43A25F7721715226489CE369242E2B1209C69E41921C929064D66D2479261F49793B83A4EA7D42D256F622E97A702443A90CC99C3144B2251F23D9C56424BB8182E420762339D1EB484EF337247F3303C907CD91828271A4A0AE0F293CF31129DA3B86144B3620C59414A4B5DB79E469E954E4697424D276DB04D2CEE630D2DE530579E67609F2CC6319E499E736C8337F359167A56148C7AB4CE439AF1AE445B01179317A05E952F504E9F26108E9FA460379A9BD067959C10179F9D167E495AFCF906E6B91C8AB1039E4B5EE4BC81B9B3B9137B6EA226F14DF41DE8C3143DE4AC6236F4DED457A98CE203DAD97909E1900D2338785F4F1FB86F4590191FEDF9F2003D6AF2203771D4286B87522436A5E2043631E20C30BBE2123B6DD4046386291113E9F90912A4C6454C10B64546B1B321AFF04194D9F43DE1BAA41DE9B7C878C652521631B2F22E3649A91F1FB36211F68EE4726589A2113E2BA9109FF7D9FA8DA8F4C926944A6D8CF2253AE8523532A2F201F355E45A6492D23D39042645AA23132C362109911E7837CEAC64366EEDE84CC2CBC81CC7A9087CCAA66239FDB9C40BE087E8B7C711F817C51F41A5990B3842C3C9A802C84FE4696946D43BE3C178A2CF5694396FE5945BE52C020CB0CD0C832C01D5986AD42963DD88CACF0EB415684D8232B522A9195178790954F16906FF63520AB0C4C90D5EE43C86A9F3164CD81FDC8FA53D3C806A55FC8067706B22154806CDC37806CF43246BE8BDE8C6C79F91CD97A570EF941FB34F20322FABF95F435F243ED28F2C34C3DB2EDF806B2EDAA2BF2A3C165E4C7A0ABC88F5FA791ED775C901D01E1C88E643AB2F3020FD9599F86EC1C7983FCA48D4076795521BBD2D790DD77B6237BE4D391BD9B9F207BD16AC8CF23F6C8CF13FFE57C0272C0CA1E3970351D391053891CF85B8D1C2A32408EEC1F438EFED8831CD3F880FC56CE417E3708477EB76C43CEDC852367BA3721E71E4522E7D5D591F38F49C805E273E482433A72D1320BB9982387FC7D751FF2F78319E49FE7F7FF538F5C6342907F8D2B90FFA67B51122577509B763C456D32B343493A2AA1249F4BA2A47E1E466D8E59476D1EFD80924E22A364BC4350B2520528D9D3DA28D90E246ACBED13A8ADC71EA0B61DFE86DAE6F801B56D3D11A57889815292484729B559A376B835A076726028E540314A79088E522121502AD4CF2895B3FB50AA556528B5CD8F511A2E75284DF96894A6CB7E9456D73C4A6B651EA573D601A55BDB8ED2533546E9C504A2F41E63507A7F0C51FA46C750FA364928FDDA2B28FD4515D43EC95CD481120D9481541FCAC0270A65681B8732DA6B8D32D9ED8B323D168F32DB678432A346A10E3E9C40995FB0471D5253461D6A96441DFAA1873ABCF911EA70522FEA884331CAC22F1965E9B188B2BC9387B2CC2E45591DC1A0ACFCD751C7F85B50C744A6A8E38851144C231B05DF3586024A7FA380DA241422DC1C8518E0A0503ED328546D370A35B786422F48A330F97F50B8FBD1285CB1050ABFB90685CFCA44115DCEA38871CF50A4A7522852610B8A223243D1525450F4520B14237403C532CC4071327450DCF09B28C1CF6894705403258A398812BF75439D902A4559EFC940D9EC3883B2C1C4A16C686E289BEE1A94EDC92D283BAB59943DFC0BCAA10E8A3A336E843A2B938F3A7B178E7294D98ABA90D08A725A9144399717A02EBA0DA05CAC22512EB47D2817A11ECA2597897219C941B9C6EC465DBA6085BACC7B8EBA62F10975753380BAFE2C0875737322EAA64728EA664C2AEA16331875EB7D17EAD6F85B9487FB7994D7A61994D72D5594577A07CA6BC605E5D3EF88F2D5D983F2355E47F93E0E43F9EF7447F93F2C4405C43BA2028B1C51C1AE5AA8E0467F54B8C3182ABC751915919E868A261F43C5FC6845DD53C5A2EE6547A3EE7F4E41DD5F7746C57F3A828A1F3444254859A2121AF6A392B60FA092758D50C977BFA252B6D6A3525053A8947628EA51CA27D4A3F70C54EA291F5406FB12EAE99EBFA8CCE9CDA8CC3F202A4B83897A66958E7A36B005F53C5305F5BC4E1DF5FC7D3A2A5BF6262A3BB8009523FA84CA8DD544E596F7A0F2E825A83C97ABA8BCCF202ABF5A12F5223B1955F0330555DC5D8D2A512B47BD74D541956A59A24A9B3251AF36A25065BA5F51E5985C54F9C020AA7C1E89AA381381AA9CCD43559B5AA3AA4389A89A8F26A89AD9CBA8DA91EDA83A5721AAEE5E04AAAEE81DAAEE670CAA616705AA81751DD534ED857AC7B8876AB10C42B570FD50ADF292A80FBBDA519DF7B9A84F6A45A82E935C5477512CAAFBDD5354EF666F54DF91DBA83E9763A8FE190954FFA2126A40348F1AB804A206A36751C31ACEA861EDEDA8E1A6A7A891C3ADA891638F5123177FA346296750A3A75450635371A8F1B815D4B76A0AEAFB5F07D414C3093575028E9A659C42FDDC3E899AB757442DB84DA01695B8A8DF07DD51CB7BF1A8E5E801D48A2111B5C2FB895A1163502B294BA8F58920D4C6793BD43F8B4B6889AA3EF4A6B0B7E84DB16568C99C7CB4D4C15D6829CE17B45468285AEA63047AF36A345AD6BA14BDE546387A2BE32C7AEBE37F68B9E405B4BC750B5A01968256F8D08956581E406F5B3E8B56CC4A422BB6A9A315D75DD1DB8B00F4CE196FB4F2F54EB472743B5AF9231AAD529F8756E9BE85563D7E08AD9AF91CAD26770CADA67E0FBD8B3589DE755312AD71CE10AD313D8BD6B425A135EF98A1B5B6E5A0F71C9F46EB0CE9A1758F84A175118A683DBD45B4FEBF1FE8FD05FBD1064FF5D0A6050D68B394F3E8435789E843CB0CF461711BDA9267823EDE2689863CD346435E3D4343F5EFA2611AFBD13096041A7EC2120DC49D43032907D08882503432D9078DBA328646CDAAA231A7FAD098988F686C9B231AAFBC8E264ACDA38927FAD1E0D11E3449350B4D2A884293AAB5D154EE109AEA4B45D36A2EA1E96ECB687AFD15349B884473BFEE40F3ED75D002F269B4E07B255A94F5132DFAFA122DCEBF8C3E3147415B1F6B405BCF6AA34FD65AA26D1836689BF0EBE8D3E020DAF6FE5DB4EDB36F683B5A0EDA4E1484B6FB61807668798F3ED36483762C75439F277F455F101AA12F04DD425FC83D8076D2F88676DA3F8676129D423B0F9AA32FDE1B44BBAC85A35D7FFC465FBEF312ED767E0AEDAEF20DED6EE884765F3B87BEDAE580BE61378ABEF5CE13ED0126A03DFCB3D15E5A07D05EF68FD1DE3B27D1DE770FA36F5B23D1BEA64CB46F562DDADFF6323A201C830E48EE47073CD98E0E7C55860EFC60830E1C99440753A8E850B934745895087DC7E012FA4E161D1D5E094187773D464779D3D0D1EDD5E818C7CDE898173074AC611F3AD6F82A3A2E92868EDF15848E7F11857EF0D0129DC0894227DC39824E98F647272D3E443F0C59433FFC1E807EBC4240A7B9FC40A71585A0D33D0BD1192B7BD04F3E29A29F7A0FA033D72AD0CFE0E3E86729E9E8672F39E8E7872FA19F93DFA39F6708D1D9ED87D1392A17D1B93E02745EAB1EFA45930EFAC59F93E882E9167421D50B5D68874197B4EF44974283D1A5C1E9E83234065DC6D046976FB0D015F766D0AF03D7D195866BE84AEE717465DB69F49BA972F49B85547495A531BA2AD00A5D558B4557BD15A1AB7B48E81A5138BAF6563BBA762A1EFDB642806E0CB74637163F46370EDF453759DD4437B77AA3DF215CFFB3817E3F1C806EDD7D04DD1A2546B73E7A84FEB0F60BDDA6B61BDD5664866E6F3242771A1E4477A6F9A33F09E5D09FFE5E41778376E8EE0016BA47BC80EE6B93457FA9A6A0BF2C3C460FB490D003D34BE8C11F96E8612B3E7A7868043DB23D183DAA55811EF7CE418FC75D467FDBFB16FDAD5B1AFDBDAE133D611A8F9EB0B88C9E84ADA02703CCD153BBFDD1B32AC6E8B9AA4EF4CFA049F4CFBBB6E8053F117A91308F5ECC3F865E3E96885EBE04432F7BDF40AFBCAB46AFB2D3D07FF041E88D7BF2E8BF88ABE8BF285F8C84693166934C196653F3778CF4C91F1869BF548CCC8600B3E5801B66EB437F8C9C3E072357F81B237F4312A3F0E10C665BB30E66FB41038CD24C3B4669E1186667883C46D9761746A5EB2B4615FB02A35ADD8E515719C5ECDEBC03B3FB621A4653AB00A319368ED1828660F6B8FA60743AE731FA1057CCDEC008CCDE7F9E987D47DA30FB042731FB7FA23107A80CCC812C4BCC817A558C01760563B8351B6378858631FC5B8131A972C6989A16624C0B1C310739C318F3DFDB30874EB9600EDD7F8739D4DD83B13067612C1A6C304779EE98A36E173096DFCE608E5596628E97ECC04024FA30909D5518286E0603974FC6209DF330C8011D0C4AD61383DAC5C2A0C4321854B0220695B00983338DC3E022FF6170635618DCDC030C1E1A81C1374C620836473160270C435ACEC5509218181A2910430B476098668118E6E9971816F93286FD4517C35934C4F08E6562F897C63102D22D8C204A1B233C328F117DF5C058879CC39C546DC3D8F43FC29C72E5606CE561183B832E8C43CC03CC99B541CC998D06CC39853E8C93D4598C93A50CC6E9662EE6E297571857556B8C9BAA32C62D6E07C6EDCD28C6FD583DE61A491773EDBFBA5E1FD2C7DCF86C8BB9D9988CB9B92089B995598BF1307989F1705CC078F88D627C3CE331B7B5BC30BE9CE3185FFF408C6FB71DC6774C17E38F73C5F897796302224F60023E646302A5CF6102E5C33141BE5A98E0A1324C28AE0F134ABA8AB93B108F897050C344164E63A20DE530F711544CDCBF094C7C5A3E26C12A1893F07204936878119378360093383F8F491E73C33CDC79059352998349792789497D698849D7E061323449988C57FD988C494F4CC6F261CC53350EE6E9A1064C96A62F26CB211F93F3F1072667710D930BB3C6E4C257307999DF317915424CFE6E4FCC8BF419CC8B0FBF308562754CE1DD604C51EE4F4CB19929A684F1065372038B79B97112F3CA270153D6D58A29E7FEC1947B79635E774763DE7C6CC6BC198BC5BC994AC3D48A9E63DE3A25631AFCD19886A86C4CC35232A649F705A6A5F729E6BDC718E67D802FA695528A69FD1E8A695DE5625AFF06613EA63661DAC3CD313D259B317D3727317DF167305F862A30FD87B230FDF7CB31FD256F305FDD9B3103A3119881D525CCE0C42DCC90091E33FCD20D33FCF72766E4CC16CC28838919F330C58C770460BED90F6226F48E6126667231535C1E66CA898F9919D8869995FC82994D6CC1FC94F3C72CBA8D637EB19E607E65EA61964A37639686C330CBE7C231CB1E0B98E5D61398154B57CC9AF54BCCFA6908663D7F0DB35ED78FD9E05DC56CBCFB88F9AB7410F317730B2BA979002BC598C14A391FC54A5D3B8895E39962E51C54B1F24BFDD86DB9BFB1DB2A7AB0DBBEFDC32ACA9DC62A9E3C8DDDDEF211BBBDBD0ABBD3E22676A72B885509F1C4AAFC9AC3AA09E858B5E808AC3AD917AB1EB21DBBEB550E76F75A3456EBE03FAC96951C56CBF30676CFFE21ACFE4C3E76EFFFAD7FC4EE3BD68FDD171385DD577718BB5F6202BB1F5A8A35AC8BC21A9541B0C66A565813B56B5893BDCE58D3C3E7B1A67F55B066030958B3252DACD9C65DECC1B43F58F35775D843B636D84367A4B187350BB087DDDCB047936E61612BB558786015165EF7080B2C66611166F358C439172CE2913216D1EF8C456D76C5622E1A62B18887586C8B09967079144BF8700C4B181AC0127EF1B0E4B27E2CF5661C9626338EA5995763691DAA58F6362F2CDB4A16CB31CEC3728E1CC2724DACB0DC533D581E308DE5451960F9CD7CAC50BA0C2B7C638D15450F61456517B127FA84586BDD08ACF5D220F6646408D6A6FC3AF694E233EC29E346ECE98D50ACED7FFFB47F3C85B59F0DC49ED953853D7B7912EBE89C8D7574A9C09ED761629DC94FB1CE8260ECC58C1EECC5D158ACAB7F25F6AA631CF6EAD729EC75CF30EC8D0A13EC8D3922F6E69771AC17BC16EB05F660BD2672B15E6B3E58EF8E4CACCFD65AACCF5D3ED667D61F7B3BB211EBBB3B13EB7B421AEB179F8C0D74E360838FE46083FD0E6083A75CB121327FB021AC93D890B5496CC4B67FD8484D2C364A7C1A1BFDA3091BB3288FBDFFFC1F367ED7476CFC4B05EC83FC2BD88427A1D8C40A1C36E9DD3B6CD28F7DD86409196CB2851936F9993536793C15FB30D80B9BF28E887D7453169B7A0BC4A6B77DC53EF5D7C066B25BB1996FBE60335765B039300C36274C099B1F72179B3FF10CFB626B30F6C5FE3BD817D1646C81420AB6C0EA3EB6807C015BF83E195B84D88A2DEE30C496EE6BC3BEC2D5615F654962CB0658D80AC5EBD88A0204B6A2D50A5B315C85AD947F86ADBC8DC55636EEC456AEB760AB7B37636BA42DB135D05DD8DAE7BDD8FA93046C7D6D2BB67E0AC0D6FFD3C2BE0D9CC3365CFD8E6D689FC736E2FDB04D5556D8E61DE6D877C49FD8770EFFB02D522AD816999DD8960325D8165E10B6E5CA2F6C4B853AF6FD67236CEB1E056C6BCA4B6C6B9733B64D028A6D6756633B8AA7B0DD5789D81E1B036C4F400BB6EFB705B6DFD412FBB5DA1E3BA8F7113B78310D3B5865811DA23CC20E3D8BC40E1BB66187AF7B62873752B0A32F25B063CDAFB0539FDBB153BF7761673621B03F621F6167B5CF61E7BCBE627F3EF2C02EBCC1621753B3B0BFE687B04BF1BAD895EA61ECEA121CFBE78700BBF6E22A6E134B1AB7A9CF1B27F9AC0027B52F0C27B5F601B779601627BDB28C937135C2C9467FC0C9FE32C76DC1A9E3E46E3BE3B66D5EC76D731EC06D0BECC4298A8C71DBA71C703B1E91713BF14771CA87BEE254DCDFE3547B6038B5D707706A9F15716A3FC438B5C57338F53D3138F582DDB85DD20F71BB158EE0B4EC75707BF43EE274306E389D973B707A53D3387D953C9CFE3E144EBFFF246E6F190EB7B7F9286EEF280C67B2D30A67627E1F67828EC199787FC499F43170A661589C19753BEEE045779CB9340177E82B1C7798DE863B12B91B77D41CC01DEB88C7411A2FE36035E138D8D43D1CFC9B110E3E998D034C6C71A8D65A1C86518AC3057271B8B84738BCAC158E6041C6119D8B70C401071C98D38A23D98CE0C8D983388A951F8E52EA85A39ACCE1686B6E38FA7D2C8EB1C917C732D7C4B182FED37E19C7AE70C6B1BBDFE3B81FF570BC8F4138C1CBFB3821F3344E38D288138D29E1C4AF6371D6D34CDCC9C1229C0D691A6713B1823BE5B81977EA8526EEB4F979DCE9B824DCE9F1469C6DD2569CDD216D9C7DD7639C7D7F29EE8CFD22CE517E3FCE91F004E7E8A78A3B9747C0391DAEC63911C7714E6F5B71CEB0069CF3DBD738E7D1709C9BDB579C5BE6169CDBEB1E9C5B2D1FE71EE189BBA65B88BBAE9286BB999D81F31063701E759638CF3D06B8DB65B7707EA3AD387F4E0F2E40A51A1770621E17D022810B74FFAF24FD61B8A04D29B8A0A3EDB8608B1C5CB03003173A388B0B2F47E3220A4370911273B8C84DA6B8C8174DB87BDA09B87B2C255CDC8D7E5CD2E53BB8647A352ED96E0997DCD98A7BF88D894BB9D48A7BA4CDC03DB251C53DEA94C03D76B7C3A541B9B827B7927199E915B8AC6F6EB8679B0271CFFDAFE2B20FA4E3B2DF8DE0721EC7E072A62C70B9A7EC71B9A1C771799A505C1E80C0E5398CE2F25B0671055AB3B882EA8BB8A2492BDC4BED2FB8977B5D71A56A1DB857375EE25E257CC29585EFC1952BA8E12AF465719511D9B85A7916AE96398D6BFAEF5DCDDE345CF3B793B80F583CAECD118E6BBB7B02D7F63D02D78E5AC3B54F23701D16625C07F937AEE3D34E5CD7B96FB8AE700D5CD7C83D5C2F0587EB0DDA89EBFDE382EB2339E13E87F9E2FA3D9EE3FA5B99B801962D6E50591E378CD9851B3E538D1B79698D1BA9D9891B79771D37F2FBD67FAB5E2F6E5C2B1D37EE3E801B0F31C57D9BA9C67DA78870132E32B8896629DC64E50FDC94C273DCD47635DC543112374361E166BE28E066E621B81FB25F703FB655E27E68C071B39A46B8D9E31771B3C5C9B8D96526EE6728805B00DFE2169205B845FE63DCD28756DCB2E1306E391A855B7EF315B74287E2564107DCEA2F15DC9F67C5B8B5A830DC7A380BB701DEC56D38BAE13682BEE33666B5717FFF9BB17FD15F71FF66C7F09BAEDCC66F7A70102FB9EB115ED2660E2FD9E38F97D2C1E2A52E50F052B9F3F8CDAA7A78E906102F135B8197E918C5CB6AA6E1B7EE8FC3CB15AEE0E5A572F0DB064DF1DB26C4F8ED6561F89DD63378E5846F7895FA41BCAA301EAF3A538A575DCAC1ABF509F0EA5EB3F85D28247ED7C952BC86F15DFC6E3B6DBCD6D309FC1EF65EFC9E2A39BCB6B4115E1F2DC4EFBB9580DF7F8284DF6F5B89DFBF548D3FB03487379054C61B1C99C51BE0C6F1861E717863281A6F7C5A0F6F7CE11ADE38A0126FF2FA09DEF488006FDAF6096FFA91843737DE8B3F54E88A3FB2D9137F64AD1C6F813E823FC6A4E08F6F83E18F0FCBE3A1961FF1D0C2053CB4DC110FFB618387275DC0C35F43F1C0941A1EF5781A8F7EA18A27EDC6E24945397852CB5B3CF96C2B9EE2A48BA77A8FE2692DD278BA7B3F9E1E368767D54EE1D927F2F17C9C149EEF508D17EE32C29FD89489B76E44E1AD37F0781B87F3F8534164FC69F13ADE366833DEFE7B06FECC7829FEBC5239FEC2AE18BC93FD6BBC93F336BCD3C231BCB339147FD12905EFA2228DBFDCF911EF460FC5BB79D4E0DD82597877FD35BC7B6039FEAA760BFE3A270A7F3D31107FC3E434FE06F733FEC6C21FFC8D3579FC4DBD1378CF5027BC97391BEF55F814EFED7B18EF7D5F1EEF2B1B86F7F341E0038224F0018B51F8A0B657F8E084787C70AE001FF2590B1FE6731D1FA1A28A8F683B888F3CD08B8F0C35C1472179F868C3317CCC8F0C7CCC6F137C5CA1053EFEF908FE818E13FEC1919DF804CC197C42F04B7CC22717FCC3838FF10FB3F4F18F4686F0A99A41F8D40059FC63A804FE89C30FFC13377DFC93A7C5F867A84EFCB3CB61F8E71808FE7922887F3E6B8ECF39B888CFD5B2C6E7D59DC5E7ADE3F0F9BBC7F0051408BE30918F2F3A10832FB6D88B2F7EB1822F21B4E35F5AFCC397915CF0E53BF7E1CB1BEAF0E51F4FE22BF44CF1150DA7F0AF933CF16FDEA6E0AB7CDCF055DF02F1D59B73F0D55B22F0D593AEF81A993C7CCDF6397C0DFF29BE66AE0EFFF6C133FCDBC4607C63FE08BE79D36BFC3B5219BEE56831FEBD6D01FEFDF7B3F8D662037C6B933BBE750082FF786D07BE3D1E86EFC125E37B3EEAE27B6B19F83E5704FEB38D22FE736100FE73E976FCE79E2FF8AF1350FC00E2377EB028113FDA918C1F630CE2C72AFBF0630D19F871BD62FCF7470AF8EF75A3F8EF6D07F0DF7F26E1275516F193641E7ED2F6157E2A44063FED78083F3DA58E9FD901E0675865F8394926FEA74D0DFE67790D7E41CCC1FF3E1180FF7D6D11BF4451C5AF12E8F83F7D27F17F868BF16B3AFEF8B59A32FCDA672BFC7AFB56FC3FEB9BF87F7391844DCB3708926E3604C9426BC2661773C216EE5EC2D6C11B04F98D1E82C21757C236E555C2B6691141515046506C9B20284EB711948E43084AB84282522040500A9922ECD85C43D8D97D96A0DA354050A7E711344F661334C36E10B42ADE13F6703613F6DC2F20ECA91F25686FBD4BD00D7B41D09B9C23E8DBEB12F4575A087B2FB512F6A68711F62EC912F67DCB25ECCF7E46D89FF390B0FFFD3D8241D518C150CE8660C8F12618665C2218B566118C7E3C2418BFDD45309957241C0C54251C391D46B0A82B251C15C810A016E70930AE2201C89F2320F7761090D5E10464FF0E02CAEF330163812160C0290296A64AC0E6671270CAAE04BCE43A016FA348C0BBF712F02B080241712F8128354C209EF842A0DC1922502B9F1268B42304DABD9B0456D51281AD9E47E07CAB26707EA510B8B79308DC5573023F0B2088F57710C4E22482B8EC06E1C4994C82B54A21C1FAF55182F5B02BC146AD9A700A1B4D3855F883703A2A9C60BB4D9360EB7A9060FB730BC1F61797E0A06546389B4124389A2E131CE35F101CFBD709E7E3DF122EB05F112EC49E233845D4139C854A848B57BF125C7A2004D73E0FC215068AE0BED9887075CB39C2D59862C275BB6B849BE500C123EA3AC123A999E0F5AB83E07DAE85E01D5D46F0EEE4117C2E8D117CEE2F1102063C08819BCC0941B6C684E0FA4D8410248910526A42081B8313C266520961EBA70977D67309E1756242F87FBD895CA821449F26136216B409F7646F1012B6AC1212D3060889BDFFE5AA1C2169773A2189D840487A7F9190B263819012A24F4859D94E78D4B242486D784478CC1A20A4494E11D20E5F26A4CB4A139E3C2A2264A28209993F7F129EF91208CF2241C273BD3D84EC283542EEFD7442EE1B6F425E742321DFD49790DFB89B50B0CD9650645247282A922614FF702694F892082515BE8492DA1EC22BD67642B9D64FC26BF406E1B56D23A152EA0EA1B2BE88F0E6C24142D59829A181F39CD0F03989D0F8DE8AD0B8104578777B88D0E2184F787F288EF0BE8A4B6875DD4168FD2922B4FEB527B419E0096DBC5442DBA53B840E762CA1F39114E1531F96D02BA54BE8C3A810FA22D6085FFCF2095FE98F090326D58401EE1461C0F60A61C0F3016120A88130906A4F181A0A240CA34C0923B3C684D1077CC2D84D8030AEE84A186F7B44F8F64C8FF0DD229230D99C4B983EB94CF831C225CC6A9F25CC656D25FCFCEA41981FB1252C28FB12163C46088B1175845F1075C2AF1226E1B7E006E1F75B59C2D2133861A9FE3AE1CF4345C2BAE62FC2FA870F840D392BC2863082B0D1799CF00F9A49F8375C4794704E256EC25C234A5923889BF79C244A47151165842E4499407DA26C6C3F71CB912D44B9D431A27CE419A2A2A32F71BB631E51497A99A8547199B8C3F8077167943C51F978215155F09CA8EE9C4FDC657793A8E15A4DD4FC3947DCF34181B8E79301513F864FDCDBFF9C78609D403444C4108D98AF89460F1D89C66DEB44934D32C443B161C4434D58E2E16F5F89474A7B8947597CE2D16F9944ABBBE6C4E36025114E3A4344EA1410912F6789A8877D44F49F1122660B8288393F48C4B87C27625CDF1109E966444293369128FA402426DA1189437A4452710D9122AA22D2B09B88B4AC7F44E65177220BE94C64AD63881CC33744CEC16222E79E2691331E4BE46E7722728D0122EF61109137964BE4AB1713F9C6434421A29E68ED174A3CA94B23DA004B449B7B25449BDFFB89A776C4114F553388A7FE96124F8B2388A7D348C4D3B53D44DB0D35A29DE96BA21DFD14D1FEBE36D121458F78A6FE15D1F1A01BF11CC38778FEE039E2C5329078714C4C74995E26BAC6B289AE53C1C4CBCA70A29B8C39D19D9A4A74673811DDCBBA88EE7528E2D58257C4EBD4F3C41BE2B3C41BB52A448F4B27881E59BE44CF892F442F091BA29FE12BA21FBD9EE8E74C24FA9FA825FACF8A89415333C4E0878BC450F73062E8A397C4B0A39F8877000DE29D9FC3C4880F9BFE432546DEAF2046293389518F2E12A30D90C418E551E23DBF0562DCE955E2036943622219434C825C2426057089495F5D89296FC6888F1A1488A9FB0F1153C35E131F9B2A111F333F12D315D788E95FC9C40CC66DE293137AC42785D6C427EF0F129F19CA119F578511B3773E2066AF5D23E6BDDD44CCD73024E6EFDE47CCF77A492C282F20167DB326167F312596547E25BEC4EF21BE8A74229685BE2096AF9D26BE3E2D4B7CED7685F8BACA8EF826F629B15A661BB1D6723BB1EEA48058E74022D68DEF25D6BFCB21BEBDDC4E6CDAFD83D8ACA3486C55F727B6FE7C49FC70DF88D8A6624F6CDB23496C9B88237E3C644FECD82C47EC689E247E527B46EC8215137B5407893DDD3C622F2684F8C5CE9BF8C5BD82D8AFA94AEC2FEA220E9C73230EE35B89C3937DC4517C36716C9790F82DD68BF8ADFF33F13BD692F8FDF169E2F7D57DC4098DA7C409443C710223459C32FA4A9C3A5B4C9C8A8210A7D961C419DE0FE28FD119E22C549D381BF79138FBF818714E53489C5BD026FE2CBB489CBFD74C5C18BE49FC7D2393F8DBFB3571D9FA007165EE0B71ADC291B8D63D4A5CAF3F46DCD0831137C27D88FF643CC04DCA77C04D37BAC04D1BD9A0248A094A91FE809B7DD24059AF62704BED2228AF1A08CAEBF682F28B65A0C2373B5071680ADC0EBC06B7B71E06956C144025D783E00EBD2570A7C91570E75F0750394C0654790405D59209A05ACE75509D4604D559145023B401D4589B05775F310135C534509BF306D4B67D04EA281580BA979E82BAB16870EF3D17705F8936B8DF6604DCEF2604F737FF06F7BF3B051EE82A030DE60341435B3668B8BE0A1AF16441E31D44D07863143429DC029AFC7737D3C33B40B35155F060920668AE9F091ED6D0022D48E6A0E5C52AD0EAFC15F058E50A0849F9074213378130D40208E3DD0661B1E5202C6F2B08F89A80C0A30B20425B0422E9FD20CAE80A8842BF05B11E0520F6110AC48E8681F8B5589080FF0412E1BF4162AA31086E9A01C1B43A906453F49F49902A2B0B528F4C8054AF009076D803A4CDAA80F4AD0520FD2808D2E71741A6391F64060120EBFC20C89AB300398124902B380272572020DFF325C89FB8050A6CBC4081533528347600459E72A0685E17144BBE004F5853C053164EA0ED7E57D0363318B4338E04ED2C43417BC3FF5CBF06DA973240FB7631E870FF3F950EE059153A7896D3069E2DF8069EEDF6041D5BA6C10B169FC10B7681A033F6217891D903BA7C37032FE1F780970D92C0CBD1FEE015C964F08A6C2878C53902BCEAF518BCFA220FBCBA7E00BCE6510B5E8FC18037357F8137ED63C09B674DC09B0F8F8237FB9E801E2A3B41CF103CE8D9170D7AA35B406FB00AF4FE6101DED61F00FDEE6B82FE7A76A0FF8A2718AA330786919DC0B0D66B60D8F730F0CEF32A30BC8E0BDE2D4083778737C0C84F0160D46159305ADE128C392E03DE5B180263A5F5C0588B6360DCEA35305EB90F4C78EE00265AEE03135D6AC124A9123029ED3E98BC2F117CB87A0C7CB8A10EA64837812972E7C114BD213085A8033E72FC4F2D044CDDD40DA64E3780692FF5C1B41A3A98F66937989ED20266B459814FB6DB804FA17BC0CC03BFC04CBF48F0F92645F0F9E770303BF528989D650EE624958039C5CD60CEE80330D7CA18CC23DF00F3029AC0FC763BF085E647F085E939F0C54949B050E20C5878DD0A2C0CF0070B678AC1A2740258F473052C5965822F9332C0525523B0B4EB09F8EAE71DB02C44117CB31B0B56BD75066B647F833541A3606D3A19ACDBB31DAC4BFF05BE3D7E007CEB9F0536C80E800DB12160C3C3E360B31A1F6CEE8782EF6E3F005B3BCE831F28DDE087BC58B02D15043F7641C076F35CB0BD3806FCA4D90F7E4269809FEEBC03BBA6E4C0EEE44AB0FBD553B0B7A312EC8BE804FB32EE825FC6D2C1FE3DAEE0D7083CF835E912F8B578173810C60307F2DDC021673838F43E081C7DB60D1C537D0F8EA56981937D74708A5D0C4EAD1C00A7F7AE81D3439DE09CEC18F8737E0F380F0D0117CFBD05179B59E062C741F0D7C418B8A4F8015CDAEE0B2E2DA5817FBA7AC1B5CD5BC00DC3509244D95DD226BDFFF86C21C934DA91642FFA93E4A4B449F25C22497E4C4452C8D02429BCC922292C7248DBCA6249DBA958D2F6C406D28E8C34D2CE132524656A344979B186B47B9444D2B4EB236905AD93F6E8A3497B8A0C48DAD725483AC85C922EF08CA4FB4B8AA4DF314EDAA7759BB42F32867480AE4F3A50914C3A301F443274A8261947A5924CDF7F231DFC9846323FFB8874C8D58374A8C18C74A8E922E9D06418E988E338C9E21A997414154F3A8A8F231DF51B231D1D322659423C4996D40992E5B40DC94A4E8B6435174A3A7E6E8974BCFE0D096AB28D04CFAD24C15FA148C04E191222C88984D4819390869224A4F01E09F9568A84C22F9050937B4998A9B3245C520E0937C322115CEE93881BBD24D2B15324F2D6381275CF7E12153424D14C7F9218AA1624B6FC7B12DBD895C4AEE823711CB4499C4B3B483CE72912AF309B24040E9084DFD549227E234974A28F74425E997422639074E2EF30E964C703D2C9219074F2178764B39547B2E9D0259D5628229DBE5349B2B563916C6F0C931C0B5F932E58E9932E644D922E0C9B929CD58D48CEC16F49AEA9FF4897F2524997430F906E4A27926EEDAE2379345A93BC3A58A4DBB7B124FF08095280CC2429E008851434F08F1432AF460AEDB523850E6891A234BE92A21CCC48518BEAA4E83B48D2BDE27652ACB10129766E07E9FE075D52DC8B6252DCCC1D527CC025D283C49BA444FB6452923C8694A4D14F7A48FECF4414E9E14F0829E54A08291567484AB5E1921E1B47931E0F1592D2DB5249191679A4A7F536A4A71D72A4CCC65FA4AC8945D233A9BFA4E7922252F6313129DB9540CAF67D4DCAF57B4C7A01DF2015E89A900AE2F6930AEB6A49453BDF908AFC0A48C513CBA4124228A974598D54E6D2472ADF2B417A7DF435E975328554E93E41AA5C2B24BD319C24BDE98691AA2C4648D58FDF926AB8C9A49A6BAF49756B1DA4B7D393A486740952136F13A9596A17A9F97423A9F9AA21A905FB82D472AA81D4D29D4A6A59D523BD3FE5406AE5A9935ABF9B913E6CDF436ACB8492DAB28B48ED2FB2489D66F2A44FA79F913E15BE20753DED267543E7499F714F495F863691BECCAE90FAFD6449FDF7A54903E755480361E9A4C1CE6FA421D126D2B055166938D28734313B4F9ADCF19C349977893439C0244DCE3D224D1F7E4C9AAE1F26CD9C9227CDEAEF26CDF9BF25FD3C6345FA19F587F4F3A111695EED09693EBB81B4907492B46895FA9FE7A4453C99F4DB4899B41CD2415AC1B149AB522AA4D5A052D26A7A3369EDC95FD2FAD61ED2FAE521D2FAA31FA4BF9A57497FDDB790FEDDB7244B0C869125BB00B2948B3679F3850364E99A64B24C3F852C3B9242DE925047DE92C121CB818164396A3B595E32882CBFD64A5610EE202B9A5C242B3E6F272BF6D992B72BB491B71FBB4BDE9EBD4256BA9B4BDE490C232B57349395FB4F9155EC0F9355CE049155EF9691557BC464358752F26E43265913324CD68C6592B5B4A7C95A3047F21EA4145907FE9DACF3B891AC3B1046D60B3127EF35D949DEFBB7976C004B221B5C59251B095BC8C65987C926776BC926AF17C826E30FC8661167C8668364B2B96D3EF9F0F00CF948BA27D9A23C9D7CD477837CB4E333F9E8AF4AF2F12DAAE4E3DF8F9021CA9E6488F56D326421890C8B9F23C3DAE7C808FB876464194846AEB491517277C868CF1A32BAAB828C51CF24E3F6E791F1944B64721F974C9E0F205336C1C894A278329D944E66A4FA9139A31C32675C86CC752E27F37563C9FCBB3264FEFD0DB220DE832CCCB845164EDD228BDE6B93C5FF3E914F1C3AF79F67E41375E9646BE347E493042BF2296734D936944FB64DDC46B62D9620DBE91B91ED5929E4B3AE34F2D90E22F93CBE887C217D85ECE47B92ECACE34776DE3B49BEE8934FBE38D44376B1F622BB34EC22BB1E0A21BB728BC8AEB574B2EBAA1AF9D223807CA9B0887C59768E7CB97E8A7CADA88D7CADD1957C7DF303F20D9401F9A63C8C7CCB1643F6F0D3267BE6BA91BD3522C83E6027D9A70342BEAD8927FBFA7F2207B89C26075C5E2107BAA691831E6690838D779383BF249383174F9343A0E7C9A1D47072586C3DF9CE8E4572CCB56FE4989B53E47BD593E4FBD1BBC8717567C80FAEC6921FF8669313C0B3E4C42BDEE4C4F4A3E4A42D87C949DA2C72D263677272FE55F2C32D26E487C666E487E138728A5410F93154969CB6FF2A39FD801139C3AA8FFC64A72FF9496806F9A9EC4BF2D3E9647226793F3973CE9EFCEC5628399B5F43CEAE1C20E770C3C839C5DDE417171BC8859C4272D1966E729121975CB471805C7C9E4E7EF9D299FCF2E37DF22BD443F2ABE71FC965ED37C8E58621E4F2B37AE48A6043F21BB72072556632B95AE208B95AD2875CBD579E5C1D9B48AECEC7906B54AF92EBBCA4C86F316FC98DDA06E4C6AF0FC94D2E2FC94D6F02C94DB3B3E4E6B879F2BB9D5AE496ECFBE496F50CF27BA303E4F7C310726BD810F9C34F29725BC02372472F83DCB92F94DCF55F7FBAFD82C9BD4742C87D7DE3E4AFE605E4AFBC11F2D7D326E4A19ADDE4E133BFC8C38D5BC823FFF578F4E409F2A8FD16F2E800963C3A0D278F75C2C9E37E7BC8DFB6BE244F049491271A83C893F113E4E9FD65E4692B1E7946D44EFE01394DFE91144D9E3D7B8A3CFB358F3C2778449EDF5A499E57FD459E6F5523CF7F7A4DFE656E41FE05C1917F0B9F9297B30F92FFDCEA24AF9193C96B75F6E4BF2B6EE47F3BAC2912E7D814A92F048A34184A91B9FE98B2C5BA9BB2C55999B2C5AD89B225349FA270E31845A1E63145D1FB2265FBD626CAF6734B14258A374555F607459D5A4C515F91A1EC92CAA3ECBAD347D1487B4AD94D2CA3EC2E76A568AE3852B4FB07283A75EB94BDBE1A9403DC26CA01FE36CA814A38C5709725C530B69A628420538C92AC2946F3148AC93111C5343D8E62FA4E9A62461452CC836229E6655CCAA1571D9423C64B140BAF118AE51D058A157D3FC5EAAD29E5F8CE7ACAF1CC9714C8A5050A500FA700237C0A22509B8288ADA3A01CFA2898239B28F869270AE1E4090AF96C3E851CFA5FBEACA490672F5168E45714FA47690A63EB2F0A73814861D1701416E303851DE54C61271CA070551014AE810385FBF50945F0D58222DC544411B9C7504EEBB4514ED7F5506CB7FCA6385CDE4D39E3FC8272E6259C7256D18D72967C8A72D65A8272363689724EB39B72CEDD93723E569E72E1A413E5824311C5C9D486E274D491E26C7490E2E2BA93E212708EE2BA6383E2EA7094E21ADE4FB94CB845B952F99A72557A9172556D8472359F4FB976488372ED7C26E55AEC1FCAF5F579CA0DD360CACDBAAB148F6D67289E72CE144F0893E22970A5787AF2295EBD1694DB45A114DF3B9514BF2F4E94800C4B4AD013554A508D981234F85F0EE952426A03282123D194B003BF297794CF51C2B9FB28778D362891BA244AD4E9744AF4956A4A0C5787129BF292127FFB2925BEDB84F200594D79E0EC4D79D04BA224184A5212EFB12889A987284979A394140D3C2545B78C92123F427914974079BCEB05E5B1C93025ADBD9292D6CBA4A45F2250D24B7A29E9D57729195293940CB087F224578FF294AB4EC9BCC6A364ED3C4879F65783F29CCFA03CFF2841C9C9C652723ADF53723961947CF9504A7EDC01CA8BED2E94822B199442442DA5F0DD2D4A918E14E525218FF292BA8752DA9A497975AF9A5276F004A59CB44EA9787B95F2DA449352A9DB4779B3FB03E50D2D87F2C6B58E5295224FA9E9794AA9F9AE4FA965AC536ADBBA2975A77229F5036A94B787AC286FFBCA290D3D32946693BF9466C702CABBDC879496DBE394F712F294F78A28CA07957ECA87875A940FDD87286DF3FB281D6795281D6D3F299D4EB394CE9936CA27CA074A978288D2231CA6F45C1DA2F41286297DA4504A7FB90CE5ABBE1965E0268A321083A20CCE5A5286106D94214E296548BC9F3274B28B32F4A98032AC2AA40C7F73A78C0C2A51C6B68551C67C2E52C6AF4851C63DE5FF9340190FAFA77CC7BA51A608FE94A93338CA545B1D65BACA9B3223738A32F3378CF2C3A28AF2E36A20E5C7CD1D94D9AA00CA02684AF9B56789B2EC7C84B27CED0C65B93987F267DB04E5CF99FB94B5AC6794F54DED940D7517CA06A781F2B7C495F28F7E99F2EF1F912A21AB409508B94CDD94EC40DDF4FE2E55F2BE047573EA7F5AB5A95B6413A9F2FD09D46D5D2D54C54E2675C7D7175495B8BD5495975A5455F5775455B728AAEAF55754D58C6754B54D58AADACE3AAA5AB821552DF93D75D7561DAAC6E829EAEEEC0EAA26D989AA850AA16A9F95A4EAC4CE50753E1FA3EA51BAA97A972154FDFB4B54FD5102757FCD3275FFB78BD4034D135483ADCB5403084835F97B9E6ABACD936ABA3D976A764C9A6AF6FC3DF5E0ADBF54F33C38F5D09E19EA615D25EA611326F5F05537EA11A30DAAC5692DAAC5F76B548BDF70EAD1B82AAA15F523D5EAD40C15D2FE9B0A4D255361AB9BA880570E154D00A968CFB354DC962E2AAEE42095309C4805A1342AE9E90295BC6640A548EDA6528A8E52A9FB0AA934EE672A1D7D81CA24FDA4329B0E50593DAA54CE412A9503FEA0F20E1652F92D07A802A576AA20E20D55903B4F157D29A58AB7A851AD038CA8D6CFCCA9B61753A9B63962AA9D551AD5A1589E7AE6C427EA992857EA99D560EAD9E4575447582FF5DC9721EA79A31DD40B1AC9D40B0FDAA81796FF529DEA3BA84E5FDF539D7DCDA9CE3514EA65F241AA9BC50EAADBE5AD54B7B62754F7AC7DD4AB7B63A8578DBCA95783CBA8D7F5EE53AFFFD945BD116440BD91544FBD79258D7AABB094EA11708BEAF3C78AEABB2381EADBE04B0D98D4A3062A795003C512D4C0B0DBD4C0A2256A70198E1A1A54410DCD76A486FE2051C35EBFA186CD2652EFB4BCA0868BADA977FB82A811D799D488BBF3D4982D5AD47BA268EABDCC58EABD4F8FA8B111ABD4B8E35BA8F1EB7AD4241D6DEAA3B7FBA88F2F7652D386AF53D3E58DA9E9E2F7D44C04859A995241CD6C98A566D93A519FED57A43E3FFC8B9ABDFD1835DB2B9B9ABD7A9D9AEBC7A2E6ED92A7E63747500B82A6A905E3C5D4C29332D4C2F5CFD4A257FAD4A275396AB15A16B5F82F9D5AB27B2FB5B4B3875A261453CBE913D40AAB286AA56E3EF50D7A0BB54AB7985AF554815A1D0E526BF92C6A3D7D83FA56A44F7D1B7296FAF68D31B5B17B86DA7481406DF2B9497D9712427D3737427D1FA34A7DFF7B07B5F5F65FEA07A40EF563ED766AFBC9146A07D980DAC9E5523B636AA99D4909D4CE99FDD44F974AA89FF2D1D42E99226A575A22B5BB5587DA6B684BEDFB6F16FA1C73A8FD106DEAA0C429EA60892D7558F21575C474963ABAAD8C3A5EF98DFA2DCA86FADD45489DB2D9449DBEBE973AFD2185FA63AE923A7B690F75B6BA953ABBE2479D6F7C485DE8BC42FD1585A6FE8A77A6FE3636A12ED1D8D4A5B37BA9CBF7FCA82B8351D455F0067535F214F58F523DF5CF7D0275CDF716757DCB23EABACE0675FD660675037B88FAD7B785FAB73D88FA4FE723F55F852DF5DF48174D02739AB6C9DD8B26853B4CDB2C314DDBECBF40DBFCAD8826238FA1C958EBD2B6EC41D1B686DAD0B6A686D1E43EFBD2E435B7D2E4FB8B68DB5C57688AAFEB694A110934A5A44B34A546186D273395B6B3E4154D45639EA6D285A7A91BD7D1D44976B45D3274DA2ECD529A86C22A4D53E1174DB3718CA60560687B946ED0F65002697BD220B43DCF83687B7AE768DAA8569AB657094DE7C65B9AAE612C4D5F2189B657F094B6D7F6246DBFCA226DFFA325DA8134659A41CB4F9A61A434CD28F10DCD78E41ACD643B896612E6473395F0A799A5C7D0CC7AF0B48398EF3473CF40DA61BF0ADA910779348B14059AA5019D66B944A059058DD18E998ED22049541A1C48A7015B8ED39003D634E4F70B3482D6031A71FB131A083EA6914D3A69647F071A396E994651B7A351DE606834E5BB34BADF3C8D1E7898C6E00FD198EC261A5BAF88C60ECEA7B1576FD1387490C6A36EA2F1CF1DA3F1AF96D004CFC669C2AEFB34113A9D260A65D34EE83CA29DF83E483B79B68766733D8F76FA591DCD2EC98DE6D0728AE6D0F5917626FE15EDECF5469A23DC80766EED29ED02BA9B76E12E9A76E1D95DDA8577FE34278B5F3467FC499A737722ED62CD28ED72C2079AFB6E2BDAB5BB36B4EBE88BB4EB7183B41B0EF2B49BFB5269B78EA7D06E2D6EA579648FD23C51CF68DE99D7693EDFDED1FCCE7CA0F95BD9D102AC2369815BFC69A1B3A6B4A857C1B4E8653A2D66E41EEDDE87355AEC1E055A6C43142DF6671F2D9E224B8BCFD7A43D803EA425DC2FA125A2026989E7BFD312AFF7D2127DD8B4C40E162DE9A80F2DA5F10FEDB1B990961699414B2BBC40CB8067D19EE8DFA365498A68CFA50B68CF95256939C04B5AEE72272DCFA89596771F4ECB7BAA46CB8FB7A7BD30E3D25E982BD10A7C556805FE876985DA59B442EA1AADB0FB3DADF4E03E5AA9E7335A65523EADEAE12B5AD527295ACD83265ACDF2775AADD6595AEDEB5C5A9D2C8756977E865637F98656FF2586D64001680D42695AC3290B5A531982D6F4478DF6AE8646FBA02C4F6B83C4D0DAAE2DD1DA02EED0DAED405A7B401CAD7DB99DD6B1652FAD233193D6F9B098D659A840FB14ED4EEB86CDD3BA9F85D37ACE47D07A2E9EA3F5652BD33E174AD3BEECD6A1F5BF7C48EBEF3849FBAA779D3670718E368CD4A18D445EA48D01CDB4B19A19DAF80E65DA77E605DAF78B03B4891E1A6D12D8A04D3E71A54D0D37D3660D6768B33643B4D9F70F6873A71D680B6429DAE2A565DA92C335DA92339DB654C9A42D7F54A2AD1829D256D5B7D35677C5D3567B6ED0567F93697FE85F687F3A3FD3D60F5FA5ADDF5CA1AD1763E912CAB7E9526807FAE69937F4AD54025D6E5F3F5DBEE22A5DE164027D9BFC5DBAA2CB285D31599DBE63FF56FACECB1D74658290AEBCF196AE62E241570DBE4F57DB6C42D7A8D942D73E5A4ED77E134DD77EFF9D7EE0D612DD708B3BDDF0D14FBAD1B601BAB1DF19BA711C9B6ED2534A37EDE2D0CD2EECA59B3DD0A71FBC3A4E3797FB4C37CFB9443F9486A71FD14FA25B7062E81667EAE956386BBA55502DDDAA7D950E1D76A6436793E970A4231DE055D391630D7454F71D3A66F11A1D6BE845C786DCA463D3B4E9D85A773A8E6E4CC74DA3E8B8F9353AFEDD4E3AFE832D9D6803A5835F9ED3490C333AA9499A4E8E33A393AB16E8F4D16B74C6A9593A23BF8DCE7AFE87CE96FE4467ABF8D339901B740ECD83CE19BA42E722FFD079176AE8BC4BB374DE8D423A7F044117A834D2857E9BE9A23F3174F16935BA383D972ECE8FA38B0B8ED04F3CABA1DB2455D36DDA75E9367FDCE9B633FA74871647FA9997C1F4F3064DF4F36F2FD39D5FB5D22FEA78D15D147FD05D83047437F855BA7B7933FD9A4629FD063799EE71632BDD63B486EE297D98EE75E51EFD365391EEABAB4EF7FD45A5FBE9DFA40728BFA007207DE801B917E9816FDAE841ED41F46089397AB0D7367A08E1133DC211458FEC1BA7472E78D0A3B414E8F74E15D1631991F4FBEC3A7ADCBF657A7C7017FD81FB5DFA83771AF404E2557A42C6297AD2DA2F7AB2EB2C3DF986173DB92C979E2A25A4A7AAD8D21F475CA53F6EBF484F0B90A4A787EFA7A7CFCED13376D1E819C219FA93A1DDF4A73BE6E85987D5E9795EF9F41799CFE8855A66F452D9797A6919965EE6A9492F8B09A3BFDE61447FE39C45AFB5BE43AF2DF9436FBEC5A5B7849EA2BF5F90A777BA26D13F0D9DA377E55FA077AF8ED17B86EDE8BD8213F4DED88BF4DE84287A6FFF35FA67DB567A7F7228FDAB06923E1037471F48CCA48FC005F491F270FAE85B803EE6FC9C3EE6DE451FDF7C933E1EB1993E5E788E3EDEA841FFE66D40FFEED246FFDE26419F38799D3EA9E84C9FAC04E8D37635F4E95B22FA0CF40EFD47823E7DF6D25FFAAC971D7D6E9B147D2ED791BE68769CBE68EE4D5F7484D07F97DCA32F5987D057900FE92B1F8BE9AB9A03F455431BFA9F7B32F475A1157DA3A4892171AB8BB1692C8E21E9B0C690B2D9C2D88CAB61C8F8FF60C8A4C218B2A1A10CD9873486EC620E638B6104436E8F36433E93C6D8267AC450742D60282E383076146A31944FA53094CFD218CA957B182A651B0C955A63869AF163861AEC2943ED9E98A1D62BC7D8257B9BB1BB3495A16968CAD014EC6468599433B41C480CADD17A86B6C325868E4D0743A719C9D03DC660E8DE7CC6D07B52CED0379063E8FF04197B298D8C7D241AC34056956190E0C330921A661885BE6018F7DE641CC4521887850F184784418CA39FD90CAB17FA0CABD7DD8C632A1D8C63FF448CE3F5FB18D06DEF18D08A15065C35900178CF30901EA10C948711032317C6C0B0261918711003B7C79E417C5AC100FD3218E4421D06F54F3583F9C094C17CB1C8E0CE3E6008B7CD338417FE32C421EF18D6A1EA8C93E478C6C90F62C6C98F728CD3700CE3B4A73FC376F53EC3DED087E1A0BE83E1007BC770F01B6438B67C649C17A931CE0FF318E767AE32CEAFA7322EFC66309CAC5F319C3A2A194E135C86B38D0AC3652585E15A26C9B8A41DC2B84C32675CAE99675CEE8532DCBC9F32DC757630DC73200CF7B641C6557218E39A610DE3569513C363DA8BE13D758EE1F383C8B81D58CDF0A37E65F8ABA633FC3336330207698C20CD6046B0EC0823345A96115A20CD08330E62843F9D62DC2D15302216541851FE818CA8F04D8CA8F43D8C18CB0546CCF5178C7B0F5F33E260558C78F5DD8C07D1C38C04FF0E46E28D5946E2F238E3E1CFFD8C945B198C9447068CD4D209C6E3CDB28C747C09239D17CDC8DCF194F1ECB20EE359BE37237BBA9291BD6CCAC831ED60E4E08D1839E72718B9EBA7187952EF1879677A19F9EDCD8C177B1218055C22A348E717A3382E8851FC2399F1CA4A8FF1EAD50B46B9DE53464536C0A8A89066547455305E9B39322A655718951F2518953FF5186F703F19556900A39A876454877A32AADB5C19D5EB198C9AAE36461DAF8451E78067D47D5E60D4CD5B32EA7B93186FCF2931DE7A32196FDFBF6334E436331A6B048CE6DD6A8CE6F4AF8C77359D8C16FB59C67B0B0DC67B0F3EA3D56C89F1E16319E3C3BA0CA3CD12607C64BA313E664A31DA53AC181D8D868C4EEE18E353733FA3CB89C8E80AFFC1E8FA7898D14DB662F444F9337AB2FA183DD5BB197D4FA2197DDD14C617DB7AC65789BF8CAFAE528C010A8131B42EC118AE6E678C3CCE678C6FA131BE8B088C89C3B7191377FB1993F6BD8C49275BC694512B6306F061CC263C63CC6DFEC198D36B65FC3C94C6F8197C8931FFDF593CDBC858B2EC622C1F1A62AC8A5D18ABC9D28C3FCAF68C3FD5DF196BAE9B196B550A8C8D33ED8C0D7F39C6DFB43CC63F7B1AE3DF3A9929A1A7C3DC94709C29A9758429D991C5DC8C8E614AE3A499321FD498B2B20F985B1E2F31B7CCEA33B7BEC860CA61BE31E5AEBE63CACB5C67CA6B0D3015642F33155CC699DBA615998A477B998A5017A69269347387FE3A53F9723553A5378CA906BC65AA5D5D67AA956631775DF266EEBA26CFDC9595CADC1DD2C7DCFDF73D5313DDC0D4BCDEC1D47C39C5D4EA5E656AFDB165EE894F64EEF97397A9BDD6CFD4778532F7424E30F7EDDDC4DCFFE02ED32089C634BC51C6344A71621A35AC318D0F6398268ABF99269C64A6C9DF01A6E9092BA659D63DE6C14373CC833DDE4CF3487DE6A19E38E6A15E03E6615A05D3222096699168C73CCA7BC83C9AA4CE3CDAA2CAB4D436645AA96C655A156730AD0619CC630B6B4CE8E7BD4CF8E66026BC289509FFB8CE0478B94CE0F6192622DC8C892CEB62621AA599B8EDFB99B83D3B98388C2A135F7D9449EC9C659286E04CF29F6526F5358A496D4B66D225F94C7AE549265BE62C93DDADCBE4C8553139B3EE4CAE972C5328C1610ABDAF314537694CF1ED04A60DFC0BF3945E02F3B42AC8B4A54F32ED0EB29976FDB34C7BDB18A68302C074F078CE74F039C7743C92CD3CE72F665E687AC8744257339D4DCD98CEF5F1CC8BADD14C97D0F3CC4BA462E6E54D68E6158D1F4CB74B3B986E1F9B99EE0536CC6B4324E6B55FB799D7B31598D7072298378E7F647A3844313DBAB7313D0957999EFF7C985E91414CAF5E6FA68FED15A64F5626D3772F8EE977B88FE9E751C6F4DFDBC7F4675C61FAF3DE33FDCFF398FEB9A8FFAC3303B6AE3203C415CC80AF6BCCE0C57166A89907336C68807947EE19F34E8B3933FC792E3342718D1951779519894D62463E78CA8CAC6431A315149931FC44E6BD437ACC7B151F99B1F422666CFF6BE67D175DE67DB772661CA58919675DCC8C738E60C6B97633E3AFC4301FD8C5331FC4B43313A0FDCCC4CA066692CF536672C157E643770233C5499F99F24D99F9C8CE8899BAB2899931B8CC7C62A3CCCC544E65665ECF6166D1D698CFB05ECCECC633CCEC0F8DCC9CDF8ECCDCF623CCBCFB4466FEA50566FEE775E60B097DE68BDBCECC82745F66C1B825B390ECC72C5C1B67168D68334BFECC314BB34C99AF0A3E325FFD9961BE5A5B6396BD196296C79C6696172930CB278F302BCC7D98AF47AA986F9E8432AB73FA99355106CCB746E7996F8B6E311BD789CC660A8FD912D4CC6C1D9A63B6AF1E6576529F32BB6F3E66763F596276FFD9C7EC79CC61F63989995F226B995FA63D99FD4BD1CCAF17BB99032D6ACC210553E6D05E1173E8C32DE6D09767CCA1B954E630BB863962F780399248638E45439963654CE6F7BE52E684431B73224A863919F595395928C19CDA1CCB9C76B8C79C653F61CEDD9963FEACCC65CE83FF988B273C994B7946CCE5F014E6F2E01A73650F9FB9F2653773B5EA0873ADCD9EB9AE31C0FC1B6ECBFCFB7027F39F0DC0FC17AACF92F899CE92542E6249D21EB2A4BAFB59D207BEB1A44B1FB1640EC9B3643C6EB0640A1259B2FB1A58B26E13AC2D928E2C39D5572CB9773F58F2DC7A96FCF52FAC6D322AAC6D6AB1AC6D2C0DD6B6804896E272376B7BC043D6F6A672D6F671039612B282B5E3D55996AA228DA5B6FF374BEDB7264B1D93CD522FEA66ED7A246469EDF661ED894866E9CCE8B274366C587AD7CD597AF170D6DEA041D6DEFE70D6BE3DE758FB6FA15806C0359641432FCB60F208CB60599F65F0A79965D851CA326A6D631943D02CE32B1B2C930C06CB4C1FCD3AF8F802EB60238465EED5CD324F89621D1A18601D71FAC5B2B813C33A2A98601DED9F61594D26B38E353E611D5B26B08E37B6B18E2FD158B02D2A2CD8188D058F4B6021640FB21082332C84CF0A0B519CC942AA1F67A1FB9FB13011862C50278B058E6F62810B1F596493E72C4A51138BAAFB9A4513F5B2181D8F598C6F27582C0D1516CFD790C57B9DC0E23724B104DC5296D0769925F49961099BCB59E29A9D2CEBB114D6C9994BAC938B0496CDCD7E968DB73CCBE6C931D6A95B7B59A74DEEB36CCF4FB2EC55CEB3CEFEFACE72BC816139D95D61B9804A2C972513D6A59362D69537F62CB7FC3C96BB653EEB2A35817575258675AD71987543E910EB062E9F75E3520ECB0316CFF2B812C7F25C9D6479431EB17C5E3C66F97C2B67DD2695B07CCD4A59BE47D2587ED2AB2CBF9D77597EF17896FFF916967FD33C2B5063921508EC66057DDAC40AEB7761DD39D0CABA1314C30A2F38C2BADBFA90156166CB8AC07E62457499B1A29E7E63C5BCFAC0BAF7759E15BBCB9D15AB19CC8A3F0F65C57BB359F1D961ACF8B124568272012B89B48995149DCB4AFA2464A5249D65A56C64B15267D4586976B6AC345F7F565A148495DEFB84959157C0CAF8FA89F5C4ED3FDFCA584F5561ACCC7F5F5959BFEEB2729F0858793E0EACBCC40156DE0F5956BEEC21567E4E3C2B7F3282F582B09F5534F999558AD363BD3A4C66BDB2AA66956BACB2CA0B6FB12A1C86586F968758D5359AAC7A655F56C3694B56A38D3BAB99F38AD5B2EF3F168BAC0F4806EB431E89F531C797D5AEA5C96A4FF063750468B03AB139ACCE914AD6A7CFB7595DD4B7AC6EB633AB47638DD5E31BC5EADD02B2FAEE4CB0FAFE4AB0FA2172ACAFFB9459035711AC81DA7ED620FF0C6BB0628935E4BD93350C73620DDFB5678D7D6E608D4D29B0C653FC59DF2FD8B1260CA75953DDD758D30219D674780EEBC789A7AC1FEFDEB366F7BD64CD52535873E65CD65C93256B3E209635FF758EB55867C6FA857FCCFA35F78BB5642BCF5AA6BF61AD6C46B3566277B156E7EC597F7A4759EB7F1A597F1336B325748BD912876FB1373D6D644B16FD644BF117D852217CB654F471B6F47629B6F42E19B6B4268D2D73CA9D2D733B99BDA52994BD1551C7DEFA7C075B6EF7185B5EC68E2DFFE8325BB119C256B27DC1567A718FBDA3CE80BD1305B055A4796CF5A81B6CF55F2A6CCD6A7FB616CF97AD159AC9D67A65CEDED327C1D63E9ECDD6667F63EB285D60EBA414B275B5DAD9BAB954B69E48CCD6F7B4FC8F1F7B5F5D1EDB40AD8D6D6017CE3601B3D9079B14D887BE3C611FB190611F09B1665B442EB28FE90CB28FE53E67431E3F6043EDFAD9B00B5A6CF87C331BC967B151D2B96C749D908D2960B371FA696C9C1D8E8DFBEACDC62356D878BF65363EF5009B28B1870DA64EB1C1FEEB6C52E0129BF4E32B9B2255C1A69C9B6553AF39B1A9FE5A6CDA3D119B8E7764D30B46D9CCFD856CE6817036D32A91CDDE57C4E61C80B3399C7236C7AD84CD8DBCC5E666ACB2F9FBCAD8FC5B4FD87CBF45367F219F2D4858620B1B7BD9A2243C5B34E3C4B6BE66CD3EF556897D9AF38C6D6B5ECDB65DB8CCB60B4D64DB65B4B1ED9E36B3ED3EED63DB0B76B0EDFFDC673BC097D80EE782D80E9934F699633FD8671EED603BBEA9669FF327B19D0EABB39D66386C676632DB396F37DBA582CA769D63B12F351E645FD6B7645F16AAB32F3BEF655FAE98645F5157665FD96DCABE72329B7D6DD28E7D6DA3987D3DCA807DC380C1BEE5DCC1F630A2B33D085BD91E0F76B23D5A37D85E6357D8DEBB33D8DE77DCD9DE6F1DD93EC9336C5F17013BD0FB053B58EE3B3B440EC60E9DD06687D5C6B3C31A7AD977B40AD9E1CFC2D8774FB1D877F38CD811F71AD891BB34D9916716D9915924765483093BEA53313BAAF7093B3A348A7DCF6713FBDEBC881DEBFE947DBFEF1D3B0EF7801D4F8F62C79F6D62C7DF68633FF0E8643F681C67275ADF603FBA35CE7EF4DA81FD387A373B6DDB79769AA2343BEDF83DF693AECFEC273F8AD999063C76E687FDECEC98F3EC9C811A76AEF22776EEA9B7ECDCE064766E12959D4738CDCEFB30C4CEE73F67E75FDACECE1FBFC37E51759C5D64A1CD2EEA6C6717FB36B14B6EB9B24BBC4FB04B0A0EB04BD16FD9A5F4D7EC57D558F6AB9E1176997316BBBCB3955D616DC77ED3B38B5D65B595FD363C91DDF8E01AFB3D11CEFEA889657706AAB0BB22C6D95DADCEEC6EABFBECCFB1A3ECCF9F0BD85F6E7C627F894D67F723CFB2FBED17D8034E38F680FB6FF6C0CC65F6E0735DF690610F7BA8AE943DA236C49E40F9B027D84EEC09E1227BEAD2207BEAC92BF6CC2119F68F5067F64FCF40F6BC632A7BFEFC37F662D40AFB37A38AFD9B7398FDFB84267B69AB3C7B697F177BE93089BDB2E71A7BC56984BD129FC3FE835564AFE9B7B1D74E45B3D73923EC0D0917F6462A93FD172AC7FE67F99FE833EC7FA5148E84B71447B204C3910AD6E06CEE8271A4179F7064A9961CD97BE59C2DCDDB3972650A1CF9EF751C05997C8E62249AB3F3E01C4765EB104765E00447956DC8519B3ECDD9F5A69DA38531E368175FE2E8580670742FB670F4AF9B73F62A5DE2ECEDAFE6ECB3BBC0D9E7FE92B3FFAC1F67FF352EE780EF6B8E817D1AC7A0D99F63FCEB27C74C738063F6B89173D0A19473D05996636EC1E3989F9CE21C72D3E41CB9B49973E4DA43CED12C06C7123CF79F38CE713D750E747B30077A409103D7D8E0C0D33E7100392207485DE300B3831C84911D0765B18F83DE64CF41673EE76078251C3CDD83830FC8E0E0BF14700806521CE2C10A0EF18C0787F84C81034AB973C07BB91CB0C39D4312CA72484B361C727B3E87DC15CEA1583139946F461CDA5111873EB8C461C0777118ADF51C4E6D2087CB2AE570B92C0ED72196C373ECE0F0FD55390200CD1114B573C487E238E22A01E784E32E8EF591CF1C6B4A35C73AAB817332F528E7749B0DC7CEF532C73EF40FC74187CB71B861CF3913E3C9399BF592E37804C371B458E79C8B2BE75CC848E15C784AE238E93CE2384B5EE738CBFDE55CBC52C971B1A5725C1E2A735C53D19C4BC806CEE5A67ACEE59E368EBBE017E7EA0F6BCED5D51CCE2D4B0CC7532390E3494DE3789EFBCEF15C70E47877DA737C6E2E71FC6EE572FC95DA38817E0D9CA0B3444ED0C0142758E6062738F43727F83D9C131AF288137ADF8313B6DAC8B9A3B4C209D7E271EEFED7FFE84E2E277AA09C73CF85C989950338B119CB9CFB8578CEFD651827EE582327CE03E0C4451DE3C4EB7B70E2CFFEE4C4FF4BE13C68157392AC8E7192DECF731EFEF79E949E61CE230D554E2A99C149CDF9CC497339CA49FB66C1499B57E3A42D9DE2A45F90E1A4A74B7132DC189C8C6B4B9CA767619C2C155D4E56E4534E56D60AE799F57E4E36A783937DD291931354CBC99F32E5BC488EE014D91CE19410DD3925694F382FA37438AFDAF09CF203284E456E25E775C7154E25ED1DE78D1E8C534DF2E054FF76E3D46D0BE5D45DBFCDA98B8DE3D42F7872DE8E20380D777C380DCF65398DD40B9C6645274ECB33E17F3A392DFF2A38ADB8FD9CD67C054E6B830EE743A13BE7439B90F361F119A72D6137E7A36C15E7E3BE74CEC7CFE59C76E42D4EFB2897D3C5F8CBE9E21EE474076FE6F4600A383D49D7393D8DCA9C5EF430A7F7FE214E6FCB114EDF7323CEE7FC42CEE7715BCE9797BA9C7E9F5A4EFFB7C79CAFD3E99C01512367586A9E33A27B9E336A91C119BD2FE68C2D9772C69DBE71C673D19C6F0D299CEF0A519CEFBF9638138C62CE54493A67FA55026726DB853333BF8FF363A594334B50E12C7ACF727E356B737E2727719664C49CA5B460CED24B47CEF28EF39C959F0CCE9F1675CEDFC826CEBF0378AEE4B35EAED4481257DAE0DE7FFE72653456B9322D535C9985ABDC2DA142AE5C8C0357EE531D57C1AE95AB782A98BB7D653757E9C10877E7AC1757055CE1AA5C3ECD552D57E2AA2D2773D54B445C0DA3A35CCD80635CAD285FAE765C34577B489FABDB6BC8D5C3DDE3EE35FDC9DDBF7F947BE05614D7D04FC8356CE9E01A0E7CE11A2979708DCA915C63E829AE71541FD7E44C09D7E4DE49AE493D8E6B6A0172CD252AB8E6336CEEE16DA7B81676AFB847F52DB8961A4D5CCB7FBD5CAB233BB956F536DC63B017DC63B3282E42EA3D17E1B0C845446EE7226FFA73314A495C0CE129177396CEC5845EE562AACCB898DF525CEC0D3B2EF8339C4BEE6AE292C71CB9D4A0212E6DFB592E33E52F97756417975553CF65372A7239AD3E5CAE7A16977BC484CBBDC8E272672CB942A5ED5CE1251157F4EA38577CE522D7BAEC0DD7E6AF807B2A32997BDA2B9C6B6B769E6BA7F99C6B470DE5DA5D08E13A9057B90EF6E9DCB31706B867BD4F72CF51F4B9E7BCD6B8E7C2BAB84EBB54B8CEEBA7B92EAB1CAE6BA832D7F59E16F7D2BEABDC4BE5ABDC2B77DBB9EEB222EED58807DCAB6FDF73AF456CE55E9BADE5DE605B736F5466703D19615CAFA3E7B901425F6EC029476E40D1036E60D1116EE038971BBCEEC30D39B2CE0D49CBE286B63CE0DE49BBCBBDD3769E7B67E31E373CEE12F7AEE7366E2493CE8DCA96E5467D4671A3C5546ECC294F6ECCAA09F73EB59F7BBF399CFB602C8F9B908CE4262A1CE5261EEAE5267BD87053EC2F735366EE7253B9D2DCD4D1666EFADB006E7AEB5D6EC6F5EDDC8CE7CBDC27AAD9DCA7460ADCCC283437B36A809B35BB8BFBAC42939BADA3C4CD8E71E6E6EC76E7E6427E7173D383B9B9554ADCBC710AB7A8FA11B78445E49614E5705FB61DE0BE1ABFC97DF5EF37B7ECF2016E59A60AB7ECC50E6E79E6776EC51575EE6BB79BDCD72527B8951E29DCAAB81C6ED5DA2AB79A55CDADDD99C7ADEDF2E6D60F7CE6D6AFB772DF3A7FE3BEEDCBE6361C92E2361ECFE736865DE136B9E8709BDEF4709B4D26B9CD768AFF69E33697F472DF1332B9ED7BDDB81DCDEDDCAEF6CBDCDE7C056E5F7E23F7732D85FB65CB0AF7CB7A31B77F4B0EB7FFC404B7FF653CB7BF7637F7AB4506F76B9B02771092C21D7C758B3BBCC6E18EFC1EE28EAEDEE58E9D49E18EDD6170C7CDC7B9DFDE4673278FF77127DF88B853075E71A72ACF71676F7B73677391DCB94F77B83FF77DE5FE9CFEC49DB7F0E72EACCF7217377570173FDEE5FE3E8AE4FEFEBB87BB7CE01977359AC4FDF39ECF5D5775E2AE5343B8EBFE30EEFADD69EE5F4E07F7DF910FDC7F2407EEBFDB723C09A6374F52E6334FD2588AB7D94A8DB739CF9AB7B9AF9B272D63C9939EFFC8933DA8C3DB12CFE5C953313C05F7E73CC59F5D3CA56819DE8EA157BC9D9F7279CAF35E3CD597EE3CF5989D3CF53A024F8358C8D3F8C8E4ED0EEFE0ED4ECDE6ED9EBCC9D3849FE1693AA4F334CF1AF134AFADF23497FB785A92B7785A77E6787B6ED5F2B4ABDC78BA92DB78BAACFFB291C5D34BCEE4E92F0979FB649B79FB7F35F00E7CDECC33C0823C83867F3CC3FD089E31D691674C75E119477DE219BF47F14CA3113CD3FB3C9ED9C224EF90FD5BDEA1891CDEE1F3FB7987E3B13C0B713ACF4AE22CCF4A8DCF3B263FC43B263CCE3B76EE0D0FFE618E87C0B2798817DE3CD47D0F1EFA6C220F9D55C1C3BC69E461EA067998B6651E961AC7C3976BF048D6253C32B0C4A3769AF0A8934A3CFAE52A1E3D379DC794B8C4636F5DE3712D4778DCC15B3CE1B69D3C71CD34EF44952CEF44972DEFC45A16EFA4B922CF664B0BCF0683E1D9242278A73B0EF26CC15A9E6DB51FCFAE06CFB3FFAEC173B8D2C43B8B3FCF3B5BF199E7285BC573245CE7393E4CE59DC395F2CE3524F2CEBD3FC273B2B1E239C5B8F09CD9D23C17D81CCF357A33EF928A37EF122C887759BA8477B9E915EF8A411BEF9A7F2FEFE68F03BC5B84789E87F1279E27C998E74590E679C568F2BC5DB03CDFF0449EDF96429E9FA73DCFEFE97D9EFF48262F40E71C2FE0A50B2F705B252F10D4E5857CCAE3850C1BF34267137961A5685E3882CB0BBFFD8D7757528217899BE34591667951BC115E54D5042FDAA69517B3FB0C2FE6BFDADD9748E4DD5F94E0C54BF6F1E2235579F1DFAFF112164A788F2EFAF0D2CDDD78E977DFF19EBAD8F3329B3EF0B2EE56F3B2AAC779CF340FF09E091479CF8A9FF09E97FBF1B2CDDC78D91F4C7839F45DBCDC0A11EF45F65F5E816933AFD0C08657BC6B3FAF78FA11AFC4B893576262CA2BB194E595DCE8E4BD94FAC52B8DEBE5BD3A56CC7B9555C77BD5F89357A618C22BAFB0E555685DE7BDD674E3559A50796F66B9BC1AD11F5ECDCB3BBCBADFD6BC7A6814AF9E07F0DE4A8DF31A8E9CE035A26EF21AFB70BCC66580D714A8CB6BFEEDC27B67A1CC7B177C9FD7A27A98F7BE6E85D77A3C96D776CE8BD7D6B58BD7EE3EC2FBE4F69DD7E5BA9BD7EDB2CCEB036B787DA536BCCF2162DEE7F1B7BC2F3A27785F4F7CE20D9C8DE50D1DDDC61BA9FFC91BDDFD9C374AF1E68D3A9CE68D7E7CC2FB66BBC89B4428F1A6B65DE34DFD19E3CDE416F0660903BCB96A7FDECFE405DE6F1B03DEEFD727784B890F784BCF6FF2963E60794B7FEA79CBD809DE0AFE376F359BCF5BFD14CBFBA3EFCB5B37A6F2FEEA20797FF123BC7FABFFF89B6E14F037B52CF1256B6AF952CB44BE0CBA812FCB08E56FDD3EC8970BEDE5CB9B78F2E5EF6CE5CBB734F3153D54F98A796B7CC59AA7FCED1E1CFEF6C852FEF657DFF94AD51E7CE58F87F92A9D6B7C75309BAFFE7799AF7199C5D7F00AE36B34A7F177F30AF89ACB727CAD444BFE1ED9337C6D9570BE362D95AFCDAFE1EBC63AF3F5A47EF3F55FBFE0EFF527F1F71DBCC4DFF706CDDFEFDCCD3FC0B8C83FD052CA377AFE936FDC40E29B407EF34DC8AA7C135128DFCCFB0BDFDC6D1BFFB0C21DFE119B41BE459806FFE8DDADFCA34950BED5B1CD7CABDBA1FCE3D927F8408E0E1F7185CC47341EE5A310FBF898636B7CCC37041FBB55938F4F72E4E37BCCF984E84F7CA2BB251F34FEC32717F9F32932917C4A2C844FF39DE1D32BBEF2E9BD897C66BF3E9F7B70379FCB6BE0F33787F00526E37CC19969BE105DC917325AF8C2162E5F5432CEB71E8DE1DB2665F1ED7EEAF1EDFE7CE15F58CEE73B4572F82EA31FF8AE2370FE95002FBE5BD125BEBBC09C7F535A967F73CF02FFD691AF7C8F9B5A7C8F1821DF63B287EF29E1C3F7442DF03DF18E7C2F9F62BE57ED71BE577304DF1BD3CDF7D9E1CFF7C97EC1F70D1EE3FBFDB5E4071E42F103C93BF941A2317EB086213FF8FC103FF8EA477E0810C70F6F4EE0DF657DE0DF5D7ECF8F78BC9D1FF1EE0D3F6A17841F05D3E7477115F8516D06FCE8274CFE3D3336FF9EBF34FFDE7037FFDE0A867FDFE907FF7E983E3F4EB68A1FA724C78FDF07E7C75F47F31FFCC2F213963CF8893F0CF90FEB25F9A9D610FEE31D49FCB48DE3FC74FC3E7E3AF73A3F43FE1BFFE92F157E66A20BFFD9D6247EF69F617E8EDD457EEEA337FCDC86367E1E53819F57D7C0CF7F98CACF4FC5F1F31B33F82FF4E7F8856F73F925F8147EC9F738FE4BE32FFC97A1A7F8A5194BFC57C347F965E733F965AF7FF3CBF9EBFCF24E7F7EC5CB2DFC4A7375FE1BCB8BFCAAF26FFCEAA923FC1ADDAFFC1AFB327E8D8F1CBF56F605BFAE7E90DF0814F19B78E3FCE6356B7E8B812FBF0528E0BFFFA8CA7FDF11CE6F957EC2FF4874E2B7AB10F9ED704F7EC7882FBF73DC94FF4920E677D94DF0BB8AB7F17BBAFEF0FB0CA3F89F53CBF95FAE83FCFEF15DFC01432E7F2004C51FE4BFE40F6DE6F387085CFEF08329FE883E9A3FA6A7CF1F9789E78F0FFEE17F3B41E37F7372E74FACEBF0A7EE96F36786FCF8B35253FCD97E90FF336F8CFFF307C09FAF8BE2CF2F0DF0175A52F88B13C3FCDF16EDFCDF5F1FF1D7B4EEF1D72D2DF8FF9E9809A4305B05526528C1E6DFCB02E90A9A40BAEBBF9C7927D8FAFBA540CE225420FFE98B40E1F1B840A1FD9340D1AE5FA0180208B6DFFC2850BA431228A52408769C0D15EC54E812EC34691728ABF0042A9187052A7F9E0854ABA7056AD74F09D48A1B05EAA10881FA9F8F825DC3BD028D934C81961C4AA0559523D0DDC513E81EEF11E88EAC090CDFDE111845DC15180D3C10182F3C1698908E0ACCF4360466BC0481991742606EB65B70E868BAE01079B3E090E0A0E088738FE0E8DFCF02888DA2008ABE2E80C9CE09E0A52801F022568059E009B0D6E1027CA89B8028794D40AC321280CA850250D54E4096081650E22F0AA80EF3021A3D5B4067780818A9D7058C814001F31B4EC0DA522BE07C0F1070FFEE10F0ED360904598602A1D5B440F8812F10D17E0A4E383D16589B150BAC8F6E17588F7C129C0C170A4E69960B6C2FD0040EF65C81431F46E0F07D9FE0CCB619C1D9729CC0D1565B705E295070C16EB3E082CF90C049462C70D2230B2E1A3C12B876D40B2E8DD4092E9B8F0BAE144F0BAEF4FB08DC4F780BDCDDED05EE2124C1B51235C1CDCFBD028F2D348147384BE0F98A2AF0D527097C1700815F4289C0DFF29720E8749B20F83A2808558815847ABC13DCF9602AB8F3A75E107E524D70F76A9A2062525F10FDC8481003140AEE05BD13C4BE5116DC37FB27B88FDB2488BB262778B06F4390B0EB8A2041BF5890D41F2448764F143CFC6E2C4899BF2678D4DD2478345220487DB02248CD91133C465F15A4C9ED12A4411C051997B8828C36A620F3579120E71828C8D52D13E416E909F28C3F0AF21F44085E8CBD1314BAAB088AD6D504C59DA68292DA24C1CB5EAAA042BA5350715F5BF0BA3353F07A442478638D1154BD5A1454C7E80A6AF61D11D436470BEAB6A409EA2FBF10D4A7A70BDEBA21040D929382466B1D41E37FB568C22F099A2DA4042D27A98296055FC1FB530F05AD33438276EB3C41A77C84A0F387AAA0EB7692A037C343D0B7CF4AD077EE92E0F3E082E00B8F20E85731140CD88F080627EF0B0617860543331D8291E6BD8291B64EC1283A45309A2C147C137909BE2DB304DFB5F609BE5F79249890382D98684709A63CD20533DB3709662AAD043F720605B3FAED82D99E46C142D669C1EF1DB982A5B57CC1AAE727C11F6925C19FF79382359B25C17AD30FC1DF6B22A1C46F825072DF15E1E64B0E42698B3F42E9381DA174E12FA1F4F44FA18CD267A1CCB95B42D91B30A1EC4C82708B5A89504EE6A450CECC4528D78714CAFB2709E55F380B15E014A182FB66A142DA9070FBAB7342A59978E18E209470477F8B706746AC50559E26547D7241A82E7153B8FB3854A83BB255A82FDB2E3472DB29347AA328340ED2141ABF70119AE80F088FE8FF165ACA380BAD92E0C26350572104681542C34D8430752721EC788D10165E238467B609118AE642A4E78610453F2944096E095157FA8598CC4A21A6CF5C88AFD11592BB6B84147B0921AD1325A4EF9A1332692221EB4A82902DB21572D20C84A28A1F42EBB8AD42EB950EE149330DA18DCF01E1A9B230A1DD19B6D0DE435568BFFA4578A6695178B6FAA8F0ECC455A1E30182D0512C233C27382E3CD7B5283C7F982A3C7F2A5DE8141D25BC221528BC421F10BA65BE11BA8DDC155E6D0D115ED7620B6F7CB929BC357945E8318C127A9D68127A9D74147ACB8A85DE2B97847E1330A1DF828C30701B4718A29E2E0C454384A15139C270535961F86FB23042D55A1875A647187DBB4418A356278C79AD29BC477B22BC3F4312C62D4E0A1FD08D840F7CE3850913ABC2C4A62861921249986C17274CF691102607E60A93377E0A5355868469F041619ADB9C308385143EB95C2DCC543F26CC8CB824CC1CCF1666E9480A9F1D6B143E2F782BCC46ED1666FBB70A73187DC2BC4FAEC2BC7F9B84F91332C217E66DC2828B9B84454B286171C890B0E4CC0161C9CDFBC2D29B8DC2575936C2B2F6326179EE1BE1EBFAE7C2371DDF84550E7F84555FF385B5F7C784759F1684F5A678613DE781B05E18227C3B451736183E16360E7C1736995D17361D9713366D1C12369B5085CDDE52C2E60EA2B0A51E2F7CAFFB56F8FEB691F0FD1719E1FBFE52E1078313C20F2F1D841F2A3B856DAA8EC2364F5F615BFE6F61BBA491B01DFF51D8FE982DECA8B61376894E09BB493F84BDBFB608BF1CF923EC4FF3117E3D45170E6CA9110E460D0807334C842397948423A59AC291B506E1E8F10BC2515F5038AEB24F38AE1A2CFC265D2DFCD6B34DF86DB84DF8DD3C5AF83DA154381161219C18FA2A9C04D0C249BCAE7032FEBB702AB14E38734720FC79FC8170A1F29870D517255C93B717AEAD670A37BCD8C27FE7964512B05E91C48508D1A6323F9164728C6873DA5FD1E6960E916CFB7DD116DBA322B93D3491220225529C96146D97AD1529BDE3887678388B763CD929DA312529DA492C12EDAC1589549DB244AA5EFD22B5901591FAA28F68972B53A431D725DA8DBC29DAA34913692F9F16E9F809453A0D64917EC221D1FE2A77D1FEF10FA2039B502243AF1A9111B35064B2DB4E64523F2932056645A6175F88CC0A9D4407E51645E6DB8A45871CB44587860F8A0EBFF01259B49D111D851D141D4596888EDF668B8EE71D134122AB4490D46F2278DA09113C334D041F448990556122D4E14A11EAED61115AA02D425F8688302FE345D87DED22EC48AD08DFE42302596322304647044E8D8948F385228AD16F11F5355144C3058BE8CD9A2286DF4311A3DE5CC4EA5011719ED48AF8C87E11BF502812FC5E1059DB1F12599F97175917D48A4E3A54896C963545A7738745F63F47458EC54AA273F820D1793719D1053FA6E8429E96E8E2356591ABD44791EBEB8BA2CB5BBE892E0345A22B1B74915B9D9FC83D0527BA76784D747DE49FE8D687DB220FB296C88B7E41E4155024F2FA9620F2BE4A15F96F7F28F22F4D12054C7F1405CA6C160546AA8842F44C45A1285D5198B7AAE8AE698A28E2A2BD286A6F8528F64E8AE83E9127BAFFD752140FC911C5A7BE103DC88B1625E4368912160D45492ED2A2A4E04BA294FA34D1A38BD744A9B20F45E99087A20C9C99E8E9EE0BA2A74680E829F857F4F4798728335B5794B53D52F48C401165BB968AB25FC88BB2AB9745D99D0451EE8E68D10BDBBDA217374A4485BC5C51E1A550519191ACA8A8705454D42B2D2A9A1E1515F32E894AEB1F8B5E5D792E7A15F89FBE7551198126AAB89B26AA88BF29AA1C7B28AAF1D012358C99891ACD0E8A1A1F91448D83BEA2E62435D1BBDC0451CBCD0E51DB694951BBCF3951E701BEA8FB6CADA8E7C4B8A8E7E21B513FDD55D4EF1A22FAFAB547F4F5D7B26800592E1A082A150D1AFB8B86962E88864B964463DBCC4563F91CD1B8FA66D178D54ED1F7574CD104BE5234719A229A84D3443FFE9BBB1FE6B744B376AAA2D94545D1DC9E1ED19C4EA468AE695934F75B52B4F056245A14FA897E8306A2DF4D3CD1B29DB368953523FA93D12BDE64CB146F5A2D156FBE5D2E9656F010CB94AB8865FDB78BB7CAB0C55BAF3B88E5727062F9AC2CB1C20B2FB1E25A8078FBADFDE2ED6FFCC54AC7B4C43B0E588A7758CC89775C3F23DE91754ABC13E728DEC92B102B23616215CB79B1EAFA98584DD954AC66FE4BAC86AF11ABC72E8935AC5062CD6B0A62CD218C58ABEFB25807A526D63D2714EB7EFA27D69B6D12EBCB6D13EB0FC589F76EED11EFE5EE10EF3D7B567CA0E496D8A0C8416CD4B54B6C2C7F526C7CD65D6C32BD496C569326361B258B0F96A78ACD3F3B880F97DE121F697F27B6B8705C7CB4F7B6D8CA2B437C6C5B97F858A4AB187A2C5F0CCDD61543EB4E8BE1AA5A62609FA61891A52746AE9E13E374ACC578430D319ED02BC6DB778B09C72AC54413673191D32C26BFDA25A6E025C4549E97982EB922665E51100BB49E8AC50AAD62F1D15CF109FF93E2136D80D8DA65A7F824302DB6197C2D3E75F1A5F8F4D7BF625BF329B12D6FB7D8F6A286D86E4C5A6CF7DB596C6F9F2EB6F7FA2BB6FF4E173B78026287578D6247CE7BF1B9C73DE2F3DFA5C4E7A72BC517E005E20B934AE20B0B53E28BC463E24BAA79E22BE165E22BA3BFC4EE40BAD87D64567C4D9B2EBE76A85C7C8D6928BED671587C6D052ABEAE784D7CDD2F5D7CF31A5D7CEB9EACD8A3AD4DEC69A02DF68C37127B191A8BBD8024B1D79328B157C54EB1F71913B1CF8DFF315C9FF1587F5100C065A7610BD92219D1946494110DB4D0B3F7DE7B3F76D92B2D2B229215A50891AD229499868C1245CAC8E8FF7FF1FDDCFBF277CF39F777CE1D004817960021213B0021EFC180B04F6C40D87804209C2806843F05032236AF02227CEA0011FE3701917A370051CE4A8028D07540D49BCD80A8BE6540343F0F1073420C88817B03623E2A00623F5301B10BB280B85E082099120548E928055C27AD006E1C3005DC386303B8410D00DC5C9900A42F680132FC5B01991179806CAD16C09D37370139EAAF0139454980BBB8294041F61640E1CDE380E25E16A024F005A0447C0B50328503546C22002A86FE012AF765022A5F7C013CDAE20E783CE5037892DD09784AB3073C4DDE0CA8AEF803A8C99F06D4FC8A06D4AC25029E5D3D0FA875B301D4BEFE0AA86B0B00D41F8000EAC3A580E71D758046DD0540A3D143406B5624A0F56325A0DD4506D051C602BC34DC097875DE0ED0F52404D06D6D02E846AA00BA5F5F07F42896007A59EE803EC45E40DF2C09F0766304D0FFBA1730E0B21730680F070CC94E01864EAC0186869400439F14012349070023BFF700DE0B7A001F0425800F65FE80CF7809602C410EF065781A309904044C162B03267BF880C9A565C094C766C014DC16309D7F00F03DE33DE0875234E0073616F0F3D227C0CF2665C09CB92760DEEE33609E4F06FCBA7307B0507B1EB028670058DCDB065876DB045841E60356060E0156CFBE00AC76F600D6D68E00D61F8F00D69B26011BAE44C0466D28E0DFA111C0BF633B809BDCC14039140F285F2002CABF000215AEFE022AC4DA02159BEF00959EE60195731280CA7F2D809B03E6819B83D5805B2CEF03B7AAE0815B2DD8C06D7A7780DB6E90806A4907805ADA52A096CE0A50E79A0C50F7E469A0C1C028D0A8F907D0A85F1F687CF619D038341E68B2B7166876C71EB87BF417D0CA5004B432390FB43A700E68C58E015ACB8501AD3B77036D5F2C01ED4D314007D5FBFF7B0374E0A281FBB89F8007468E000F1E98011EB26B031E7E2A051EEE08051EF1F3063A1D68033A7590804ED349C0A32DB2C0A3F39B80C7FEC2802EF66781AECB494037FDCF40B7E67340778405F0B85238D0E3CD6FA0C7477FA0E7D54F40CFA643402F3604E8F55B1378F2140FE8D3B70BE84B08079EDA9B083CC519029E118F01FD567480FE767F80FE651460C08FD7C073F70281E76D158117F63D005E74EE055E7C6702BC38A30EBC94FF1B18F8FC053048F52C30E8E749E0E5F1074040B70408F2D80F044DDB01A17BEE00A107E94068D53320FC662910DEF517888C610151E40420AAB81B88DE0503628CBE02B1C56820EE840C10171F05C4BB7C02E23F1C0412CAD38084E79540E2C74020796805481DBA05A4CEC701694A3780B4584B206D3215485B08073282BA81CC662A906DA50D641F5F00B2039C801CE72D408EE03D90672301F2A7168002F33F40814B3E5072DE0B28F9BE0694DA3D044A37BA8021616F8121F54AC0900F6F8021D3EDC0F0BC63C0F0373EC0F0F743C008DFADC02B3EEF8057C46780319E8AC0F8241E30FE7A1530BEB40C98583C004C2A3D024CD649012643F1C0E4E837C094133EC06B3947806987BE01AF7FCF03DEF0F205DE0CC5036FFE8B06A6AB6381E931DF815915F5C0AC7F7060F6F97FC0EC10156076C90C30E7F97160AE0707982BC807E631EB8079499B807973DAC07CED5FC07BC445E0BDA8356001C61F58A8A90A2CBC280F2C4CF90B2C6CFE09BCEF9801BC1F3A052CAAFE0A2CF6F702969ED102963EBB052CBF9A0A2CCFCC0556DA32808F3D6781551BA1C027FD1BC06A4B1EB0E6320DF80CB903581B4E07D6D577001B0A6F001B77FE6FF43BB099EF006CD147015B6CE280EDF74B801DFFD753A78A18D899FB1BF8B2370FF88A990FEC760A01BEF97C16D813A509ECE97E08ECDD3507EC4D3E0AECFBDC0E7CA797057C976B07ECCF4400070F4402073FCF0347769A03DFFFB5048E7E7D04FCE0B41DF8B1E324F0136F09F879DC16F8C53B1A38B1E9087062261B3859DB0F9C5CDB0C9C32DD0CFC9A9D0F9CAEBC029C6E69047EAFB0007EFFDD0C9CD995019C09C7036792EA8033398BC099B524E08F5A5DE04FE467E0CF2847E0CF5B6EC0F9F9B7C05F72B2C08597EBC0DF7AF5C0DF2711C0DFB41BC03F1617818BB4A7C0A537FDC0BF6DD7816B97CE03379A9C4132AC372005A3FB20E5F527A0CDB651A0CD923CD0E6DE0FA0CD7D26A02DB925A0AD6225905AF511907AFD759086E90B90C6250390E68F3A9056F97E90567B1F489B9E00DA71C90CB423FE04487753374877673148B76119A4E7B505A4F7000DD24F3403ED3CD100DAF9FE27C834E01FC814F61064FAA61464267807322F65827621874116B0FD204BE72E90251A06DA7D8204DA63A20BDA734515B4E7051FB467D008646D6203B2CE7600ED53AD06ED335504EDFB8907ED9F7F043AE804031DE46B810E1D1C071D42AB811C957E801C7749414E5B55414EC70B41CEA00E90CB255590ABDC3F90FBC437D0F19323A0E365EEA0134047D0898FB9208FEACD208FF16290B74200E8647104E864BB3DC8A7590CF29DFA063A238C019D85DA81CE56F682FC375641E76D7440E78FD24017C50CD0A55E2828F0340614C8C28202530F83822453A0E0CA301030E6260842DA0B829E0B07415FBD01C124DB4188784310E2B70D08B144042149A920B460068469A78370EC3D20DCAD6E103E671E845F9A041144B741C453AA2062A62C88625701A2381C0651CEE341548757202AED3E883A9B0CA2E1BD408C04318869990C62152881D8BB6E8338175A40DCFC1B20FE016D107FC10A244C7005497215402187EC40A1879B40A195D1A0D056795058EC515064381374E5C675507463182866E9152856320C8A430683E22FE78312D2FB4009AF9541A972ADA0D42824E89A7A22E83AFC09E87AD114E8FAC759D08DCF3CD0CDC001D0CD6912E816CE11941EE304CAD83208CABC3502CA2A6C0665DFBA0DBA830E04E51AF041795166A07C902628FFC61F50FE8B6950FE7237E85EAF31E8DEC4395081E20950818F045450721C74DFC20874BFCD11F4C0CA1DF4C0F630A83836155452FF09546A650F2ABD030195913E801E4EB8812A1DBC4095E05150E5DA07D0A35308D0E3ED6DA02A7520E889B70BE8E9773F50F5AD53A0BA1F1850DDEA2F50A3010FD4E851086A5CB8096A7A58036A7E16086AFEEA0B6A357202B5269D06B55199A0B68C2050A79003EA7CF11BF44AF813F46A703BA8CB6A37A8CBD512D495F3BF112350B74F05E88DEE12E8CDB50E506F351BD4679A05EA7BB519F46E7C10F4EE5F11A8FF563A6830E00968F0EE63D0E0921C68A82A16349C950B1AB17A011ACD7E0A1AB3FC0DFAB2F52A68FCC863D038F929683CDD0D3411E50D9AB8610B9AC8EC034DDA4782A64291A0A9849FA0E9EB72A01F5A4EA01F002168BEF31FE8B7CD07D06F1A09F4070106FD596482160D7781969F9D01AD3C8281FEBEB003FD9D5606ADEF7B085A17BF02ADFFBE01DAE876016D7CFC0D9671390E9625C98065AF2B82E51DD96085EA52B0A2A51958310D0256EC2C032B41D2C04A35C96065B30CF0E6681178CBA14FE0AD385FF056F13A785B400F785B8423785B6A1578FB9969B0AAD401ACFAAF0FAC66900456838AC1EAEB3FC11ACF0F82353EEE056B3A8F80351F0781B5A40FC15AE10E60EDD3EB609D940CB0CE8B19B0CE9B78B0AE511658B7080CD6E3D982F5528BC0FA9AE1607DFB49B07EBD3B587FCA1E6CA8DB0A3634C0800D972E828D584FC046712FC1A688FD60D3E12760B37B54B0F9F073F0AECC64F0AE4FBD608B983B60ABCBE3E03DCF7AC0B621CFC07B5F5981ED47BAC0F6DF92C00EEC4EB0C31F7BF03EB42FF8408A0CF8C04755B0A3F816D8B1B60D7CC4B6157CE4DE34F8C8F209B093E320F8E88E64F0311B29F818F32CD865B519ECFA3907ECB66C063E5E7B117C4284077B60CE803D2D96C19E8FADC05E176AC1DE66A560EFC019B077C579B0772F097CB25217ECD3A20AF6590900FB26DA837D17F6804F6933C0A7DA3AC0678E2681CFAA8682FDFE8E82CF237783CF87CB832F2C0C82033D9AC081CB21E0C0D55970B0EE7EF065BA0118AC9E0086E4B98021AFB8602862160C3B4706C35AE3C10835073082E8084669BD07A39F41C1986FD6607C402B189F9E08C6775E051364D5C1440B20985C5401A6FD3005D3EDE6C1F4261298F1A007CC94A78099451C30FB8F1B9813DF0DE63C7E0FE679BC02F3776C060BBA7E80C5BE3FC1E20F256069823D58DA8E004BC7AE82435E70C121431EE050A33A7028C1081CFAE514386CC708382262011C91A70D8E8C3401474E2E81AF2AA980AF163C065FFDDB088E317F028E3D79151C2F7E084E88D601277A6E0727F1FBC1C97FA7C129381A38D5431E9C1AB9059CFAF92AF85AFF26F0B54543F0CD537FC037EF45836F83FF826F274C836FDF9B03A7974480EF9CBE0FBE533103CEB11D01E794268173DDA2C17721C6E0BB9864703E7F0A5CB00D0DBEEF77027C9F720D7CBF81052EB23E0B2E723A032E6665824BDA12C1A5CAF9E0D2650B70F91E7770B96DC0FFAAC10FE536831F229F831F4606832B0FDC003FD69A0157FDC9003FF11C003F3997067ECA6080AB2D1E819F9D5E023FEB2A043F5B15816BB1E6E0BA3929F8B9C753F0F34B35E0E7C4297083D76D70435B33F8C55C1DB869AD1EDC6254026E3DFF0BDC9A6C076EFD4807B7DDAC07B78F18815F1ECE01BFB2A0835FAD3D03779D7D0BEE22B480BB6647C0DDC377C06FDCE1E0372C1D704FC16F70EFDF37E0BE8004F03B3326F85DE93478E0E40278B0662BF8BD793CF87DA5003CDAA700FEE0620BFEC87802FE581601FEF8B4063C96760EFC05B11B3CFEE6307862F02378924B054F66E882A700DBC05FD94BE099DBC1E09FB876F0DC0503F0C2FE2CF0C28D9BE025B928F0522D1FBC3CB61BFCF77A03789DD500FEB78903FE97FF05B2498C80C85DD683C85F0C8228806E42141E344094235F42946FD54354D8EF202A0F1F42547ED740B6780A215BAE1F846CA91C856CDFDE09D9DE710EA2665E0151CBC341D44ACA20EA7553100D99368886FC2688C63217A2B9FC04A2859142B448FF203A444BC88E413464C7A70488AEBB36440F7400A257FF0AB2F3522D64679313C4606927C450970E31CCFF0031AA3A0431EA8985186B55424C28E51093AA4988C97034C474FF758859CE3E88B93911624E7903D9E5C58758CD5741F62CA640ACEF9F83D8DDAD80D8950541F65AFE86ECBD670ED95B6B06B1EF1B83D8AF8F421CB68443F65DFB06D9CF4343F67FAA821C3E448338B61C84380E79401C3F8C428E88B110A7DFB59063EC7310D73502C43D9A0E71BF7D0A723CC01DE2B1F21EE2A93C02F1446A433CC335209E0D27219E331088777C27E464E657888FE73AC427F528C4F7ED51C8A91DD690331ACB9033991720676D26207EAA7B207E15569080C624C839D502C8C56D36904B8FD62181555A9020521704ACEB0B0117CB4060EA18084C0B02818D3321F00E1508DAFD0B041DBC01C1447D8660AA5C2098654F086E9B3E042FA140F0453B218443EB10D28B8B10F2CF3A08E51D0E42E79C87303566214CC02A8419570D613F4143D81B91108EFF7E88A0FE3644949B0409F37184845FDF0F8930508144846D854469D440A23EB842A20D5321D1BBE190E80F069098C39390D8808390D87728485CBB181237730912AF7910123F990F899FAE81246C0A8124CA5021C97224484AFB3A24554A825C93F1865C0B7F02B956360BB9952084A413BB20E9E96848FA5D6B48A6B13C246B2B1092D5D40BC9260F40EED0C62177368221B9399190BB672B2079767CC8BD8B8720F76E98430A4EB3210597C320854AAD9007122548499D2DA474D32948B9BC3AE4E195679047FCFD90C76E5690C74C79C8E3BBE720556C47C893BDCA902719769027B55A90A7C05448F5A18790EAA31E901AFE33C833DA66486DDE2B485D2F1C527FE725A4E1461AE4C5F50148D3F04B488BFC334887423EA4A39B067979C80FF2B2A20DD2F53B14F226FA31E44D0A06D263DE05E9357184F486EE81BC35B902796781830C88DE4306248D90A1280BC8885B096404930019ADA8808C7EF802F9F8FC24E433F727E44B0A0D327EFB0264E2390D32C9F5867C3D85864CEB8443BEFF1A85CCEC8880CC6664417E520A203FDF7942E637E121F3412D905FC7E720BF05B590458118B2981D0459FCD404592E780259EE3F0159D14B84AC8803212BC5DD90BFCED39055D94B90550B07C82A2412B2C6E143D6FDF640D621DF21FF4A2E4365A1BD50B97DF7A07211B350051539A8C29745A8A29A0C54B16611AA241E832AE56742959A5050656555E8E6360054A5190BDD92AC01DD4ECE87AA3A294255833E40D5344550F58C11A846B40F54230602D5DAD605D559380FDD01380ADDC10341754577A1BAA59FA07AEEC7A17A6D3E50FDF848A8A18911D448FD30D4E87C37D4A8FF16D4D4BC186A2EDF07B5B0CB875A3A3941AD6889506B87DF506BB106D4F6D63EA86D9500BA0F5D01DD37AF04DD7FEE04F4806336F460D96BE8A1C0DDD0433F16A1873BB6401D5FE9418F3C40438F9ED2811E8D38083D9A630275A6FD823A7F70811EE3E543DDD634A0C73388D0E3A52ED013F27A500FE30EA8A77334D46BD353A8F76E75A8F7D522E8499E107A3286043D397100EAE3E300F5BD7316EAFBFA1AF4D48F3EE819842CF40C250D7ACE673BF4DCF7BFD04B258AD0CB41C350404D3D14C2034361D9B7A0F0D42C2882B40C4596DC8422D7995094291D8A82374331437550EC9A148A1B2985E2FF254209D91C28E123084A4AD90B25A59F8752181D50DADD075066742794A3FF1BCA05EC870AA14A50F189875071793C54B239142AB529834A0526D010DB356888870E34E4F24B68E84D276868CB6168583F1C1AAE7F0B1AFE6D373452A3081A696B088DEC780E8D1CBC0B8DC2DF8146558C41AF6CFC865E459C8546FB6843E3A647A0F10197A189D65C6862D706340958054D1245439322AAA1290710D06BC832E835FC18F486AE0FF4E6F30BD0DBD96ED0745955683A1DF7BF456846581234639E01CDF4F08466696943B3510ED01CF06D680E4C1B9A9BED07BD7BE602342F6C165A8078032D68F185160558428B42FCA0C554476809C5155AB6D3135AF97219FAA8321CFAD8DB0F5A45FB0D7D42DD0A7D92A60D7DF27E3FF4E9A758684D801DB4667A025A7B48165A77F136B43EF935B4BEA10E5AFFDE15FA3CF704B4E1520FB4F14E30F405B91CDAD41E016D3EBA15DAF6E80DB4AD930AED303584768CD9403BCF1B423B6F58405FDD8A81BEAA0D83BE6AB8007DBD3504FA1A9200EDDA6408ED628E43BB4264A1DD9F52A16FE63BA03D6DA6D0BE692FE85BA3B3D0B7CECFA0FD0B03D001E605E8FBFDA9D0D16B4DD00FDBAE413F9D7F0FFD843800FD5486828E6DA9808EF90542C7BAFBA0E39137A1E337BE41C7EF4440274FAB4027095BA1934F92A15F9F3D837EBF7C0AFABDAD0C3A730B069D45D2A13F109DD0F9EDF7A1F3CB0FA0BF0A9E41171C33A00B7921D0DF6662E8E258257409EF095D3E7F0EBA7C271ABAFC7F9C96DFA1A1CB6B86D0BF363CE81A712B74AD5D1D26238C826DCA20C136FDB481C959B8C2E4BA8B610A838330C5AB1A30E5841A984A71046CCB9710D856AC366CDBFEA3B06D0823D87662354C157A0DA6BE2B0FA6011987695E34826929C4C074BE88617A7200D8CED3B9B09D510A3003592398C18E1098C1D52698B10914666C5301334E3C0F3301B360A6FB4B60661A4A30B33E1F98F99D93B05D91C6B0DDCD50D8EEDFEE30ABF956983D4513E6F0F017CCE11B0EB6EFAC1FECC0FB2ED841F225D8A1B6059893BC02CC79D014760CA8027339960C73DB2A0373B3FE0EF372568179FF1C849DB4BD0DF3093783F95618C04E4D44C1CE3C8A819D19BB06F3E304C0FCC31461FE190330FFB997B073743DD8454B1958A0E10318E0C2140C803B0D034417C200B92530E09E6018ECA7020CE1120D43568860C8DA5B3014A201863EBF04C3DEDC01C3B66C83119E8EC228E56418F554218C9A5C0FA3E9AEC198570EC0B8EA4F60DC1B0C1877D60226F46E83093FED828974A661A2906B30B1D66998986D0D93A20A61E15A0760E1969B61117F00B0C8A3DF61574ECDC3AEDE44C3AEFE3187259E7B0B4BA4ACC252A69EC05247AB60D78336C3AEAF8EC06EB8EE80DD743287656A3E8065D2B1B02C8763B02CE47D58F6D63E58F60E322C87700E967BEC282CEF8B02ECDE902BAC20EA38ACD0B5085628D8092B0CFF052B2CF87FBF6A0F2B32BC042BFA100D2BBEFC09565CF20056B2F51AACA4C71F56BAED0FACB4D11E562EE4C2CA4B1A6015A13AB08AA63058C5C43AACF2BA0CAC4A751FAC4A0709AB824FC19E944EC09E5468C39E92D3614FB36FC1AA9163B01A321DF6AC89047BF68A006BB81F066B68DB0D6B0E780B6BFE0881B575BE84B50D6260EDF1A5B00E3E15D6712D0DD6397A18F6925302EBD92203EBFD6C0FEB8B5284BDAD63C1DEF9C4C0FADBC1B0C177AEB0E11F68D8887B23ECFDCA35D8E876C2FF6661A389BF601FE44EC23EBCCF817D74AD857D793C059BB0BB0B9BB41E834D99B6C3BEAD3F864DAB3C807DDF1C0BFB6E02817DCF62C166063D61B37360D80F430BD88F8D23B0B9C87CD85C973AEC77F0006CD1A805B678320BB64A1B85AD1389B075DE6DD8BFB1ADF04DB117E0B2BC55B86C8C055CDE5D07AE44BC0857D9710BBEC5BB13BEA5A100AE9A5C0357ABF684ABF540E06ABF7EC3D5D72070CD295FB8D64D1A5CFBBD055C376A375CAFFD0E5C6F4104D7BF9F0E379009801B1EB90237528C841B3DD90937D64A831B5FBB02373198849B143E809BCADD809B3A95C04DC927E0A6C3D17033935370B357B670F3DA29B8F98C067C97E102DCB25F0CB7FA711FBE075206B7CE1C805B7F07C16D8A87E076382CDC5EB7116E6FF705EEC0C7C10FBB3F811FA630E08757CDE18EC618B8A30408772C69811F9974833BDD3D0A77FACB861FE538C18F2EED87BB189AC3DD1CF7C0DD26EFC3DDB76C871FBF4A857B14D1E1DE317E709FF26CB8AFDD14DC17FC1B7EA64D117EB1AA091E681C090F04B6C203BBBFC0032717E1C1EDD3F0CBC9CD70C0F9363804BD06873999C291B36670D4773B384643168EBFF3174E881E87137F84C249BA13701257194E93AB81336AE7E08CF91A38FB7B179CB7A30BCEBFAA05174D82E1623C152E66CFC125936B70E9BF727848C8697848F71B78E8B95078E8ED4078D8FE0FF0B02C1E3CE2BA3E3CD24B04BFEAE005BF1AAF008F193583C72CAEC3632FE3E1B18D6EF038C75DF0B8C93A78BCCE323C5EE20C8FBF770C1E3FA1024F38140C4F283C0C4F4CD28627A508E0A921FBE1371E6BC16F8CEE87DFDCFB097EF36508FC76CA77F8ED7A2378966D3B3C97FC179E9B2E86DFD5FA05BFA79D052FF8780E5E2846C0EFE306E1C59B80F0E2D817F0E2B47FF0E2353F78C9502BBCD4F53ABCD4D7135E3EDE047FA8690FAFB89A03AF58A6C02B4D51F047D8CFF0C79173F06A8923BCE6413FBC361A01AFCB7F0B6F945C82370D94C29B0F7C84372FFC8137FF5B80B7D4A8C25B0638F05693FFC7F3BD3AF04E551EBCF3380AFE5AC705FE7AA20AFE7A231EDE6D7118DE1DA905EF1940C1FBC4F7E1EF9C46E0EF1A33E003C642F8D0D74CF870900B7C24ED1A7CA4CF0A3EEAB8021FDB1A01FF22F70CFEC5680C3ED1130A9FAC26C3BF7E83C367401DF099E2CFF0D943FEF01FB2D1F039AD41F89CB727FCD7583E7C017A0DBE801F872F693C812F7DF381AFE8B7C257331CE16BE144F87AD84BF846500BFC1F290C21C3788F902D3B8D9093B98B90DFB48C903F5288905F0420141A27104AC14508E55E6FC4E611CAFF92105B545F20B6DDFE855035B543A8A94311EA27E4101ACC0308ADA20584B6851B42E7441862C7EB3B881D0B5711BA6EFB10FA2734103BC3AB113B336D110689B710062B2608432B6D8461AFECFF440893E32608B39A658479E25184F9430AC2BC560B61D97605B1FBF365C41EE44D8475E12CC2E65838C256868BB06D3F85D8BBD68870501F41389C2D44383C8C47EC8BE845ECE7FB210E5DDD8A3894E98A38F2D01DE1B4F924C2191A8E70AE20228E85ED41B8461B235CBFE820DCD26B11EE0623080F253384C7B35984175205E195E684F09A7F83F0B56A43F87EE4224E4D8E21CEBC8D429C25F2109794D1884039062210108C085251400415DD43005C4A104062320238E48780BB1210F0737A0874CD3E0466AD0A81FDE085C0C15511F8E8D708C2051F04C5B1194149662128F35404EDA51D82B12712C1FC0144B0C253111C450182533C87E06AD820B8DD0608BE0D0B21825C418872AC1012C52644889B2322544A478485BE428457311057CDD71131FB461131D72E21628D0B11B1C93588D8EA0544ECE77644EC643D22CEF50722AEAB0E111FFA0991E07B00915898894862C922926E1F4324775E40A4862623521FB010D722AD11692B671137FC6E206EDC9C43DC0E8C45DCC6B622D2AD9211E9290F11E9EDFD888CE72444C67A3D22D32C1B910DB882C89EDA84C8217D44DC95EF46DC9D5346E4FD6941DC4379230AD3DA1185AF7A100F5E24234AAC25880A4D3344C59579C463B944C4E38B7B118F17BC104F3FCB21AA73B310CFABBD110D2BB98846F8314463643DA2B16800D1F8CC0EF1827715D1A41F8F687296205A2E9822DA2175884ED155C4ABB620C4EBE38F11AF579A115D72FB10DD4F35106FDE1F41F4FCDFDEDFCA7D41BC0D7443BCEB5746F4133D110373018841AE1831546B8178EF6385F8A0F41BF1C1D01BF1F1711CE293C276C4A4450C626A3F0DF1B5FB19621AB28C98FDDE8D98DB398F983F0543CCC74E23E6BF94227E396D462CBCD440FC7E988F583C598F58E43720562C3188D50B4B8855110EB126ED47ACFDDE8358D7B98AD8108622368A6D10FF145F21FEE5582265542F2365CA9490F2764A4885D37F918AD31CE4E6410A728BEC4EE496BE29E4D6583A72EBBD09E4B61617A46A0017A9FAD40AA96E9D8254E7AA22359A16901A538D488DD53748ADA8B348ADE8CFC81D092648BD3DBE487D7E1C72677A3FD260E73FA4E12F75A4916914D2E86831D2581D8A34E6D7224DFC479126933548337731D2ECF726A4C5B664A445A632D272B80E69F5240FB947CD12B90789475A072E23AD59BF90365106485BEDE3C87D7B1E210FA48A9187D5F59187ABFE211D93A4C8239B4E229D1BCC90CE3F57902E39FA4897FE56A42B5F05E966F504E9914F467A3ABE427AC5A922BD32AE23BDD68D91DEB3AF903EF67348DF7A31D2776D0379CA261079CA018F3CDDF80B79F6C008F2ACAF31D20F2C83F48B0722FD19179001976F20CFD9EC439E3739813CEFFA0F795E00455E34112103852F90410D1148E08E13486003000982C92341E20224D8188B043B0520C1011548F0032612F2761409D557434283CD9030C20212C6F882442A962291AE1548DCF15124FEB016925CA38EA4CA3920A961E3486A8F0992762B1649E708918C537D4846F25E24A3EA0D92D7BB05C95B7B82E47F0523058782904283B348D11D15A438A41629B1788D948C1F424AD30C90D2B287C8106D6F6408E82E32643A1A19A6834586BF18474604F090114159C8887C1564E4F60FC8A8F45FC8A87B36C82B1959C82B4FB0C8AB46D7FF37838CBB2444C6BDF246C61F0722E3F30C90891C2632CDB61A9956BB1B99363282BCED2F834CDF2241A6DBF520D3C3F4919998706456E03564D6F801E49D041432575084BC7B48842C041D4516A92C218BB46C9045C7439045DD24E403F906E403357964B1EB2CB2E2A200F978CF3EE4E3F074E4E3F17DC8A7E435E4D3D43964754B03B2761B02594BD745D64ADD9175D71E231B025E205F345A225F0C9F47363D6B4636AD36205BB48E205B6851C8164937B235DF15D9B6BB1DD94ECE4776BAD7223B617B919D237F91AF2EFF43BE1625217B5DEE21FB8E03907D991F906FE592916F432E20FB35E390FDDE95C8FEFB11C8FE695DE4B0C22C7264F1327234E136F283D669E487D664E4C75410F2D34763E4677F2CF2F3452BE4E79A12E458320339D694871C177C464E3232909305C1C829B928E4D4576FE4F4C207E4773B3172068645CE425F207FC29A9173EC71E46F6B2CF20F8483FCD3F814B948D9895CAA55462E7DFF8A5C713E8EFC3B0D42AE05A622D7B52790EBFB4E22FFDD0B44C9142AA36416B7A164C9B62879890A4AA1791AB5991F8F52D9118152B1A846A9A034515BEE19A2B6AE7E476DBB1986DA56F618A50A4E47A996E3516AEF56511A1109A81D5BC651BA4ED528DD5E4F94DE8E78949EF92E941E1E80D24BB88232D4DC84322ECA42197F9D4599149BA34CFDAC50BBD62250BBD5DD51561521A83D720AA83D2AB928EB1FDA289B6306A8FFE73DD43EB383A8839BDB51073DED508736ED471DD9CB41394D77A29CB33D51C7B696A28E1341A8E3A973A813B70750273A2D50272686519E0BEF515EDF5B50DE8F4528EF5607D4494708EA243D05E50300A2FC134250E710CDA80B6A275017CF1C475DFA9C890A0229A2827E8EA382839FA0827F5F4081A5F128C8C4060A9AA18082E9E5A060ADC3288C260785F98B41E13A1650F83DE751F8A9201429CE17456E714751369A50D462368A76260245EB3740D1995751CC072A28B167074A7CAD192549184149C6E450D2942F28691118251D64A0429FDAA222F6A8A222FB0FA2625C6D5031A7CB51712F0A51F180DFA84485705492C6282AC9ED162A05E28E4A898943A5FEAE425D8306A1AE49DA50D7EAFFA2AEF50950D7D55A5037AE57A26E46FF45DD1ED88E4A87C6A2321005A88CA95654E6DE0954E6A17454E6C55A5466AA192A6B5B072ACB2D047567D80695FB440F95675780CA2B4942E53FAD42E5AF9E46155B57A14A9E84A24ABBB25065BEDB500FD35D5015877FA22A205AA8CAB83AD4A3CB38D4E3D7B3A8AA2B1F514F1A62504FD165A8EADD375035692AA85A1367549D061C55C763A11A6AB7A35ED013514D3BFFA09AF7DD4135E70CA15AF5B6A35A07D4501D385D54C7720AEA65642FEA95A016D5A57F18D5E5ED82EA12D7A1BAD67350DDF903A8374A8DA837988FA8B7EA41A8B7F769A8B7036EA877C69DA877C421547FA437AAFF7E366AE0DE66D4E0D116D4C8D97DA8919C13A8F726AF51A3666EA80F379D501FEE2FA13EEB06A13E27AEA3BEEC0E457DC10DA3BE5016515F422FA2C60FAFA2A67A6FA1A6ABFFA0BE2B58A066062A503FB56B51F3AFEB51F36F2351BF8293510BA5FF500BC321A83F4FB2518B0D9B508BC3DF51CB0E5F50CBE3EBA8E53F89A8D5EB71A8F5A6AFA88D0716E84D71EFD09BFA86D0726727D172083BB45C77035ABEA10FAD1047472B9E63A0957F7E44ABF411D15BB6F5A2B738DE466F79791FBD15B40DBD35C50DADEA9E8056FDB41FADB11081D63A518CD60E6F42EB3549D0FA45C568FD6511DA4066196D9849431B568FA10D5F9C401BE96D451B37E1D0661E9FD1660267B4B97301DADCA3016D71DD1B6D51A485B628DE87B6F4F882B6BCE083B6C41E43EF8EBC84B6091B45DB4C81D0F6277AD1F6679EA3F7DBD1D1FB394FD0072C88E803EF3CD007CFBBA20F2639A18FAAC9A09D8B6DD12E2FC6D16E5BCEA2DD8EA7A3DD7EF4A1DDDD06D0EE686FF4F16A39F4899651B4979B0EDACB27197D72473ADA677F1ADA07DA86F63DAD873EA595863E154A419FB5D746FB9D9345FBDBFC415F3C6987BE9849475F9CEF415F52E4A22FED798DBE5422450732EEA18374DFA083046C3460C01A0DACE1A04125FBD0A01F8E68D0DF2368B0A6191A5CE883867C388F86296C45C39532D1F03DC96878F9121AA1EE8646EEE5A0D11E7C344E700E8DFBF50B8DCFD74113153868E2F67134D18D8FA6CE33D0349D6368BACD2F347D8C82661EDA86667A21D1CC8C7D68E62B1D340B8746B3285FD1EC6F7BD11C2201CD4D2A46F30066681EE5265A50E78816F445A2850EE368F1413DB4F4AC323A3414848E50B647475CF9848E5CFE8DBECACA46473771D031145D742222019D726A1B3A0556814ED5D4425F5741A16FDEEB40DFEC8C44DF3EAE814E27FD4367EF554367B33AD1D9E522746E7E2DFA6E7E063A4F45199D2FBC80BE67F50F5D142C401797F0D0C553CFD0A5ED86E8B2B85174D9C25D7485C95774C5CFEFE84A8C13BAF2CF07F4A367D1E8473F78E8C7896AE827D26EF453D5FDE8A7611BE8A7291C74ED1E2D742D21135D7FD806FDDC671CDD680F4037E624A15FD4A2D14D9AA3E866D55C74F32416DDFE7715FDEA591AFA35F10EBACBFA18BAAB3308DD5DDD8AEE71E841F770E8E89E1412BAD7878DEEE3FF46F7F5EF41F78DB6A2DF596C41BF2B67A38796D7D0C3F231E89140217A1467861ECDFE8EFEB06E86FE12C8437F41A3D1136608F4C4DB4EF4940C11FDED3A19FD6D39113DF3640C3DF3E200FAC7D646F47C20033D3F7306FD5BC916FD072B875E8A83A0570232D12B6F70E835F3DDE875E569F4866415FD2F4601FDAFE31CFADFBC1023E3F6042313DB8F91E918C0C8CCAE62647E8561E42D8C30F2EE831885A3E5FF1BC1285DE062947FCF6394977662B6F8B763B6DAAA62B6AB7463B64B4F62B63FAFC06C5F77C7A8065DC5A8022F62D46E1760D47A6F61D4830C315A94E318ED67C7303ADE588C6EAA3946EF3704A3B7B480D1F7AAC0E8DFDBC0EC5C4AC318CCF6630C6D3118232C17632A41624C47B8985D7D8A184BA5BD184B4D758C558608638DB2C5D86CD3C4D8D6FDC6D8210E61F6CA9CC3ECC30A31FBE30A3007A8399883D3AF3187F6A8600EAB29611C5B653047825A31CE9BB231C70E5DC61C0B3B8D39F6632FC625A61BE399F90BE34D7D8C3919C0C79CECB9853915DF82399DAB8D393D761673C66E3BE64C611EC6EFF52E8CFF5A19E6FC5E5DCCF9BF1E980B973E632EDD876302BDCF6202259D98A07155CCE5534B1880888F01C96231E0472318F0CB6C0CE42906033BD78D818DDFC6A074DD31A8A4300CAA0D82412BFEC6A0FB0B3198035E185CC4730CBEBE0C4372ADC390C86730A4AB773194DC8F187A140543AFF4C030971430EC632518F62A11C33518C270BB8F6278CE0730FCB1528CF0481D4628A1634486FB3162DC0D8CC4DB0713B6AC8809CFE56222EEBFC14421EE61AEEC0BC25C81AC60AEA07660AEB42E62AE9AF763AE92B531D1577098B8D5CD987805034CFC153F4C826D2F26B1C61393AC368E4995EFC7A426523169233998F4B0064CFA241C9383D3C1E4855660F2C3CD30F90FA598FCAE2398C21408E6FEBC37A614178D293356C4941DB98029E74C611E8EA330951F3898CABFF198471B44CC53E5ED98A7F791981A2B30E699011FF30CF518536BF70F53076BC0D495BFC7D4BD1DC1D46FDB8C691895605E9890302F16F5314D7A1C4C934B2AA6F9DD2AA6459488697D81C6B46D7F8D697FB98C79753010F3FA0401D3D508C374F51462BAFE2861BA9928CC9B80764C0FCD07D323C8C4F4FA9EC2F459C562FA1E1DC3F47D7D81796BEC8C790B1EC20CEC3A8C1970F98419985BC60C3D91C70CCBDCC50C176562861FBEC3BC075230A37EEF301F16C1984F13D73063638B982FC7C630E317AE6026149531134DFD9849CD5CCC64800F66B26D0B660A558D99BAEF87995A3B83F97A1487F95AFD0DF375391FF3ED4C3C667AAB036666330333EBA180F9715B0F33971286F9B57F0AF36BE91166E1FB6FCC9F263DCC62460766F1C16BCC62B53F665920C12C67BB61561C13316B9A2698B5EB30CC5A9923661D128CD990B7C76CD8A3301B8883988D97AE987F1742B1328F07B1B20E70ACFC794DAC7CC156ACC2483E5629661DBBD9CA00BB79A90DBBB5E53476BB231FBB7DED075635958F554DFB83559F18C36A3C0AC46A3A1A61755463B03AFE6FB13BB6AA617798DB630DB4D5B1863EB258E33B08AC49C91AD664E00FD614761F6BDE5884DDB53889B53C6986B5CA4262AD06E5B0D66A0D58EBAA11EC5E5707AC3D5E05BB9FAC8EDDFF6A0C7B60C76DEC01E07EEC813077EC81CA3BD8434D615867D30AEC31CDFF3BE3A570AC0BD611EBA6DD81758BB4C4BADBC960DDE962EC099D7CACA7F277ACE70D12D6ABD10A7B32D51DEB13FE1DEB33720BEB7BD618EBFBFA25F6D4451FEC19F129AC5FEB73ACDF6C03D6BF26061B706A2B36E0D50DECC59FD6D8C0CF81D8CB33B958C0B7082CA8FC22169AA18985B601B1D0B1212C7C673A16E1A885451A9DC3A27C12B1A82612162D4263315B5CB118BDF3589C7D361607E5638938372CF1CD0B2CF9B72796D2628565FE8AC2B2E206B0AC14592C3B8181E5506E61B9658558EE77392C7F9D8C1532C3B122F954AC1882C24AD47E62252C10561A1B86957E388895CE1EC48666DFC1869D0060C38649D8B0793436DCC8051B5EBE888D501260230FBFC74672C6B1511169D82B287D6CCCDE426C4C01191B37D58E4DF2276193C985D8949D96D894A339D814E9736CEAFF39BBA6D7834D3B9185BD1E790A7B23C8087BE3751FF6E6CEE3D89B2B99D89BEBEBD8DB0AFFB0B79F9DC16664FB6333AB4AB1596176D83B5E53D89C2F26D8DCBDFDD8DCCA156C6ED34E6C7E9A23F65EB901B660AF22B6C0E516B6B01A852D36CFC216C7CA638B97F2B0C5EBC6D812CB6DD89298BBD8327032B69C5E837D785B1E5BE1DE8DAD1CAFC53E8ABD807D343D87AD022A639FA432B1D50B89D81A24035BEBF1155BB7B10F5BDF6A847D1EEF886D34BC897DA1F70EDB1AD7866DED2BC2B60EB862DBEA52B06D1F4BB01D5A9BB01D41DED88EE0086CE7ED7DD8CE87B7B0AFBC80D82ED47B6C171D80EDEAA562BBBF4D627B77D660DF3AEFC2BE0B9260DFC5DDC3F6A75961FBA77CB1FD5F0F63078C06B183767FB0434ED5D891BE9BD8D1D535EC278BA3D8B11B38EC58FB0DECD84804F68B712BF64B542376E24E0276CA0D8B9DCA2261BF5A7EC77E7DD780FDE6E98DFDBEC1C0CE1C88C6CE044D6067867DB1B3C949D81F176F607FA63862E79438D8F9787BEC7CB91976C17000BB60328FFD5D85C3FEC1F560178FD2B0AB4D7DD87F2747B0FFAEB863FF2D6FC1C9982BE036F19FE2648BFB71CA9E5538E5A974DC96E25ADC56D545DCD6DDE770DB2E29E2B66F52C1A90EDBE0D47693716AA2399C5A663F4EEDC9219C865E194EC3D10EA7E90CC569AD8EE276E81FC3E9DE0DC2E9F67CC1E9C7B7E37652CEE076966071061426CEA0B0176730308A338CDB8D338C8FC5191D63E38C3F6271A682429C697C19CE2CF620CE2C6933CE9C628D334F3C8633BFBB80DB3506C359E4CEE3AC7C9FE2AC280A38AB246D9CD5A39F38EBE683381B6D32CE360B83DBAB6587DB3BF10267FFFC11CEFE4F10CE01D28C7398ABC11D5C7A883B14F417E778CC0177A42500E7742B1A77D46E04E72CE38A731E04E1DC49ED380FC4179CA77309CEF3F66F9CF76E3F9CF7DE2CDCC99277B893AFA5385F9365DCD9D2CF38BF631C9C9F570DCECF5F15E747CEC7F9859EC55D68F88DBBD8BB820B2CBF880B5E5CC15DDEF90D7779571D0E54CDC041B62FE2206AF338C82B060E6A5087834E1CC2C11CBC7130463F0E71500787403EC4213E3270C87DEF71C85B781CCA500387F9E18DC34E68E270D60138DC75571C7E3A0087FFA58523485FE18867077064DD273872F2031C45D70E4739EA8BA314EAE068CEAE38DAF5011C6D5C05C7B8338463F455E1B8EB6E38DEFA199C40250827381088137AF9E2C4162E38F1F1CB38710E1327F9BF794A3E9070615B3471E1291F7011C06E5C4472022E72B2091755158ABBDAF00817D31F848B3D52888B4DB8858BCDADC4C555EDC5C5F56DC2C5A7A9E1126C9A70090107700977CEE312FF2AE3924E2AE292F06AB8E497FB71A9EA61B8B49C9DB89BCA9DB874DF0A5CFA75122E231783CBF2FA89CBD52EC5E5D5CCE0F2964FE0F2F7FBE1F29D3D71F993C1B87B415B7005D6185C41CF3E5CC1DC76DC7DD7105C91C409F760620C575CD6802B159BE1CA6767710FC756708F120EE31EDD31C43DFEE9877B7AA01857BDF51EAEE69F3DEE597A0BAECEF422AECE750E575FAE896BDC7318D778E202AEF1C1795C13FD10AEF90219D70C9BC7B5A8B9E05A96F2706D9017B876F9705C7BCE675C67FD67DCCB7A05DCCBE9FBB857F77EE05ECD9BFF2F03F7FADC1AAEDBBF0AD77DEB17EEED8A3CEEDDCA6FDC00A71137107B1837B4291637D4771A37EC711937CCD6C00D470FE186EB6FE146145671EF3DC370EF9121B8F78DFEB8F77F59B84F5E2CDC547C3DEEEB1802379D9086FBAEA18FFBDEB7829B1194E36616D0B859CD53B859C629DC0FEF73B81FA879DC8F4973DC5C48D7FFCF9451DCDFBA32DC86B30A6EA37533EEDF436DBC4CEA69BC6CCC6DBC02470DAF985D8957BAF4BFEECDF8CDC67FF09BCDC8F8CD2F87F12A9C53F82D89C7F15B5BBEE0B759EEC2ABFA06E055CBE6F06AA8BD78F57D58BCFAD4085E631A80D7947984D72970C6EB2CB4E37556DBF03B62FAF07A7A39787D581B5E3FFD2BDEC072016F708183370A3B8C37FA46C01B1F48C71B0BFBF0C6539D78134519BCB98B3A7ED7BE6CBCE5E0147EF73E2DBCD5ED4CBCB5893DDE56E303DE76CC18BF177E05EFA05780774835C13B9482F1FB832FE0F7F71CC73B0664E01DDB5BF047764AF04EAFF6E09D6765F1C7907BF16E5E27F06EF381F8E37D03F8139786F15EEA0D78DF9A2F78DF5907FC29BFB3F833F777E3CFB63DC7FB696BE2FD4CAEE3FD9F1AE3CF6B5EC29F7720E02FC0D3F14156AEF82049143EF87A18FE72C3221EA0F4120F70F7C303D8CE786063281E8231C6430DF4F1B0A37D78984F011E0642E2E12A07F17067091E7151178F0C6CC7A35253F0A866333C3A008BC72A6DC7630D8978C254329EB0FA0B4FD43B8527C19CF0E48357F1948397F014E4033CE5CF1E3CD59284A7CEDBE3E9A17278FAF7723CE3F2133C932387674DE8E2D94ED7F06CC2633CA7C71CCF8B0FC20BCE78E285C06B7891220F2F7AE68E172B1EC54BEC5DF1D2C5C3F890E6367CB8A52C3EDC4A111F9EEA810FCFA5E023EB83F1915379F82B37CCF157CB06F1095A1C7C82FF003E21F9143EE14F063E71F32C3EF1C0257C720E1B9F2238834F9D85E1AFB968E3D35C93F0D73945F8EB4F7FE26FB4A9E16FBF21E0D37358F88C1BB5F8CC1A263E8BB5039FFDF03EFEAEF1123ECFEB24FE5E0F0B5F38FA137FFF6B32FE01F716BED8C4175FEC978D2F6137E0CB7CCCF165FEB3F8879A7AF80ADE2D7CA51306FFF8EA10BE5AC7065FD3608AAF735DC4D7E163F0F5F1F5F8FAD1D7F8E75D19F81787F4F0CD8F83F02D87BCF1ED077FE3DBD34CF09D9DD5F897EBB7F0FFDF317CF7B63C7C77B11DFE8D7A3EBE775B33BE1F688C1FB0BC811F0892E2877E1DC70FFF2CC27F70D4C47FB4A0E23FDED2C47FD251C67FBAE381FFA23F83FF0296C14F9CAFC14F1E49C24F9EC6E0A73E08F15FED9CF15F0B03F1DFFE1CC0CFCADEC5CF1A3EC0CF8E34E27F482AF13FB2EEE37F6487E1E77297F173755BF0F36907F07FE242F08BE951F8C557B9F8E5838BF8E59F7AF8E5956DF815F40C7EA5A902BF11FA05BF519E47D874954B5012461194DFDC2628BF3F47D8AC5F49D81C7086A0527097B0DDB785B03DFD2A617B0B8FA0EA5C43504D9F23A8F63912548787086AA25E82BA412141336286A0F5DE9FA03DE04AD0094C27EC10FB13742F9308FAB291849D97BE137696EA118C081A04A38A7E82B9733961975B3DC1B24240B0ACD724EC46ED21583568126C367913ECFC43097B83B5087B138584BDBF3208FB8259847DCF3608071E0E120E8C8D130E0D3F221CFA8223387E0B271C518F261C419E231CE1B00847227B0947DFB8119C795E84634C36C1E5A61AC1DDB99A70DC3690703CF531C1A30C4DF068384BF02CEA2278DD8824783D332178DB5512BC497709DE2560828F5330E1D4FE09C2E9577709A7DF8809679DB4087EB271043FAD2982BF8715C1BF7695E0DFF492706E788570BE7A8C70BEF52BE10275857051469970F1981A21A8448B10F4A38B10DCED42B8FC428B00B8694B0096A91160B8AF04B8730A0131CA2120D5AB08C8B703048C6B2F015B4E25E0D22709846B5E04621F8D4072794A205D1C23903A2C0964AB3C02799C4BA0F87611A8BF0C08B4ADE7096CFD4802FB9019810BD12570E72308BCE4688290B19D2014AB1084F9A30451AC2541BA624D8854CF264406DF2344926F13A294AA0851FB0E12A2CE2B10AEB87611AEDCA9265C29394FB8B26147B8DA994E888EB84B885E9D22C47B2B10E2119584E43C322125FA3321A57E83705DC59170F38032E1D6E61CC22D7012E1565E0921DDE10A213DE72D21839A4EC8348B2064262D11B212B308D9D9A1843BCB9F097731AD84BB733D84BCB25C427E4C28A1E0FF7C166E7B43282ED84528357F46289516111EEAE6121E0264080FD196840AA41FA1A2528BF0C8BE8250D5594F7832D04E781A7596F074FA28A1C63E915017AC4AA82B69273C3F3A476864BE24BCE85421BC782525BCD2B122BCAA5121BC2E794DE8127E26744F0710DE64FF20F43C43107A479308BD5FA2086FABFF12061EB812061AFC0983BC52C2607A3A6124EC2661A4CE95F0FEA29430FABA83303A4C247C38D64DF8B07E9AF0F1F175C2A72938E1735C10E1CBD19384F10F2584F1B16EC264BD2AE1EB8F25C237EE65C2B7C255C2B76A36611ADC49F83E5B4098DD1F4B9823BB13E6F87A84B9225FC2DC879F8479D51AC242D077C2EFDD04C2EF47F284452093B0A4D347585AF0232CFBD613FE261811D6E7BE1136400F8832BB2289B2AF9844B93D60A27CEF39A2A24D065169FA3E71CBD163C42D4467E2B6FD8AC46DC7EA89DB482BC46D3C3851F58117519D6442D4D01C206AEED841D434F946D40C3C49D404BA10B5DE6E226A5BF089DA53ED441DA11251173C44D46DC011F521C5C49D573E1277AE99110DC2F7120D4A7B888605D544A3870CA2C9CC30D1DCC998B8CB9749B4BCE740B4F26E225AFDBB47DCD3748168BDC789687D668268E30627DA5AA8106DB35388762DEF897B215CA2FDE60DA27D9A07D1FE2E8DB86FEB55E2A1635F888732B589879D7F138FF4DE231EF9A14F74FA6948748EDC4B74D17B457479BD4074BB9C48748B3F473CEE20433CB12D8B78E2F231A2C7750BA2A77203D1B3D597E8BDF518D1FB7D0BF124EF38F1D45C16F12C4186E8E72E25FA618389E7A6EC88E745B1C40BBB9D89179EC7112FBC97275E5447100355E28881F1FD440063920818001341013A4488DA3411EA2224C2097F8808B36422E2CC1C1159708488CA9824A295758868E79744CCB103445CDA3C11F7A2924888CD2252851788D4043B22CD749D486B772232CC6D88CC213A9195B08FC8CA2413D97267886CB717444EFC22915BE94EE476F91279823CA250BA9D2822BD278ACDEA89E2A06344712E88282958254A21878952C24B62985A173162D70B6204D897185191498C3C3D438C8CFC478C8CD7254645F713A31F638931B14862CC3886180BDD498C456E21C639DC20C6751F24269B3E25A6DC5127A6FC8821A606D288696AF6C4B40B5B89D7C72E126FD43B106FDBBA123389146226658998E5788498AD6B43CCD63727E6CC2389B9E7771373C108625E6E2531EF6E0731AFFA20F11EB88358982E221605EB101F3C92273E781D4F2C7EB89758E6524D2CA77F2456DEBD4C7C7CE130F1A99443ACAECB25D69837119F299C21D61AD188B5C1D1C4869014E28BBC4462936C2CB1F9601FB165FB0562CBBD58626BCD4B62A74623B1D32085D889EF27BEB26823BEBE3B4AEC66A711BBA37A893D2AF7883D76CF883DB32F897D6961C4BE2534F19DB323B1BFDB9C38F0670F71283A8A38F4FE2B7124BB86F8FEE445E247EE14F163DC47E218A89E38F6FC377122683F7102E4479C3CA641FC8A09214E7BA511BFBF0F23FE14AB107F557E23FEEA37212E509C898BDC62E2928A077189984C5C0ED420AEA8191057761C26AE046B12D7B7BA13D79142E2C6D63CE2C6C714E2BF182269D3A69DA44DE1FB48B2114524B9194792FC090E491E69465270182229B45E212922E5488A5C1C49712C9EA49417405206BA91941348A4CDF7702495CB62D2FF7F1F92CA172B92CA782369CBDBF324B5B244927AAC11493DBD97A469FB88A4E51D45D28AD52269D59492B4EB0A483BB8F324BDAD4324FD691A69A7721269E7597F9211AA8164724B4232F99D4B32FD5B4D32F3502699212E91766567922CD0BE240BAC0BC962ED376977580669F70D25D2EEFA0C92150848B27AC226ED093B45B2BEEC4CB2FE2A20D9399E22D9892249760D3492BDBE2B699F9113E940CE08E960B119E930A18F74443D86740CEF4F72A91D26B934D7935C1FBA91DCF40E90DC7D5F933CBB79246FDDBDA493C7B5493E97EF937CEE68907CDB4248A7980748A7B7C6934E9B3E249D71F0279DF350205D508B2305FE5B2505BD7A4C0AFABC460A56BC4C0ADE5D4CBA7CDD9204DC7B8D043C7080048CBA460229F59040461F49A0040312A87D9804B1E093208E8324C8782D097AE113093ABC8D84B05525A112F34898CE3112BEC49D44BC3248221D74219161D624F24F7F12A5D49B44854793A85C25123DF72389D15441620C1F22B12A0F93D85647489CDE7912676699C44B7D4A12756C90C4C3DE24C9E5B32449A1294952F285141A37440A079C27855FC19322B0585244C216D2954022E90A9D46BAFA722729DADC9614BD0B438AC65A9062FE7E27C50565911212264989478E90929A0B49492FFD483710FB483786AB49B726D9A4F4A2F3A4CCDC2552660992947D7B8874C7E825E9CEC772526EF505D2DD5FDF49797E074879D75548F92616A4FC6B71A4FC0101E91ED69D5460FE8054D87C8E54D468477A703684F420229154BC8B432AB9CA2095F427914A26F348650E6748659E45A432C800A92C4781543EF38154716A8854C158253DDAFC865445DB497A12A94F7A4A5324555B3D24D56CCF24D52C1D263DDF3E4D7AEE40253D3FFF94F4BCE923A9C9B994D4F4ED19A9794F21A9F9A02BA9B998476A5EA4905A655649ADFB21A456A83AA93D0F4EEA60FDAF713BE915AB84F4AAE32EA9AB0A41EA9A1A22BDF1E2927A4C94487D69A5A4BE0D5752BF2D9ED4BFB8401AE0FE240D9E8D250D6D5D270DDDDC4E1A3E7295343C50411A958D268D1A8692461BB792465BC2481FFEBF0F9F501AA44FDCCBA4B1F60AD2844F2569E26B256992904F9AFCD440FAFAAF84F4ED872E6936F718696EFE08E9F7370A69E9E759D2D2823169F9EF3DD28A0681B452374C5AE9F84E5A992D25FDBD68435ADFDF4A5A179991D67BAC481BD859D23F37325976530E596EC2942C37674796E730C9F2092CB2D29E62F2E6E0BF64956BC9E46DDA43E4EDDECA644DA71B64AD1A10593B5981BCE3A309596F4248D6B79E25EBA39064FDB54BE49DA422B2A1C21FB2A1F823D93836846CE280229B5AFB924DBD82C866364CB299732ED9BCC2836CE9CB205B9ECF24EF610E90AD83D3C8D67715C8365EE7C836632664DB0B77C8B695E564DB896CB29D4220D9A1691BD9E12590BC6FF60FF9D06717B2A3D201B2E3D525F251C52FE4A39F60E4A36B05E4635119E463CDE36417D206D9657037D9751E4D3EBEDD8A7C3CC58BEC7DFE0CD93B91433E39E546F681F8927D15F7917D898564DF4F50F2E9C7B7C8A77B7790CF6C7B403E0BCE209F455A90FDF6F490FD4EF990FD0938F239701FF9C2A1A3E40B4D06E44B478AC897927F92036FB790832BE1E4E0FA0C7270F35FF2E5D85432D853890C31129121CC3A3234699A0C7D4321C36382C9F0D88764C429291931E34E46BED820A3DEA893D155BBC8E8F77A644CB0888CA13991F1723032FEB02A99F8B69D4C66FF2393A30F93A946A964EA502D99FA7D3F99B6514766A6A69159B229645648389935694CE65C1491B92DEA64EE7C0399F7FB3899BF9243161286C8C26BAB6469D46FB2B4CA9A1CF2EF2F39A2EC0D3992F98E1CE5F48A7C258344BE52BE448E76FB428E598827C76A679213B41E90932E049093CA44FF6B22270F7F20A729D490AF8FF491AFFF0B25DF02CE926F2FFF25675C4F24678CAF923377AD9033EF8E92B3E0FDE4ACAE64F29DD46072CEE525728EC8949C532047CE59FD4CCE05D0C879A930725E851639EF9D3C39FFDD34F981DF2F72498B1BF9A1BE03F9514511B9CA8E41AE3AAC437E127F83FC34FC39F9695616B95ADE99FCAC289D5CDB8621D779AC929F934F939F577C27374CCB911B8FBE21379666901B47E5C84D683EB9E90781DCAC60496EE944935BEDDE915B2FED25B766C2C9AD2B8FC8ED2AA7C8ED45BEE48E6FF6E48EF92AF24BCA08F9A5E422F9E58F1DE4577E9AE4D7BD0BE42E6035F94DD827720F368FDC73678CDCDFBE4AEEFF8A270FF46E250FF4A1C983980EF290661AF9E39928F217A310F297A9CBE4C9526DF254E13FF28C0A913CA35141FE51534BFEE96E48FE29CD20FFBC739FBC20F1272F7A2D93971A93C8CB8C63E4E56903F2CA413FF20AF62479236D2FF95F7C2E45F66F25454E3B8F22D76E4691B7B0A228551EA16C0E69A66C33F2A6A87ECAA5A8EFCEA4A8D7FB5334768D50B4DAF2283BAEA95374312D14DD3E238A9E5086A297BB97A2AFA441D969F63F0B738A81CA098AE1161AC5F0FE2E8A112689624CB94931FE8EA2981877504CDBCE51CCBB3A2816DFBC2856822D146B3712C5FA8B36C5C6ED36C5669841B10D74A1D88D6EA6EC538552F6BD93A1ECF77E4039002EA51C98F5A41C8ADC46392C7F8072D84B8DE2B8F30FE568E637CAD127FA14E7C01D94637B989463C2318AEBEB128A5BF80B8ADB2F3CC543268BE2797188E21D5C4639B9698E72F2EA04E564E6438A2F6686E25BD74539937B9F72A67117C5CFE030C5CF2A95E23709A2F8E7DDA104EC50A60470A22801E52694732545948BFA14CAA580224A60F3454AD0210A25A8EE1225587F1F05B0B495025E6AA540504728307628053E3A4A41FCFF7DC86BCA14D4C81F0AF6863D05BBB69B82AB58A7E06B1C2984DD0C0AE1D63085586C4C21917329148B87144AE41B0A551940A1A76652E8BF77531807AC28CC97C114D6954E0AF7F7790AAF7433851F88A7082FBCA0888CE628E2BB2614F16C1745C20AA484C2DA28610C0825FC621F25FC890BE58AEE5F4ACCC03825E6933725366A961277E00F25AE649692E8B09B92388CA524D79453521C6528295D13946BA6BE946B879529D73C472869EDDF29D7697F29D7BF5A526E7C19A4DC0A0651D2E39E53D21B1E52B2E72B29B945024AEE873F94BBF79C2879280A258F1748B977629E52A0134D29B0CDA33C009DA3946CBA4F29D10BA1946DABA19459A452CAD28494B27BDE94F2453CA57CF927E5616F36A5729F27E5119246796CB497F2B8C38E52D5344879626D41A9EE62536AD9F729750A772875C1004A1DD68E5217C1A7D42B8651EAB79FA03CBFF194D238BF83D2242F4B69820029AD7F7A281DDA3F281D6307299D6DAA94CE9922CA4BC918E5E5A02CA5CBFE2EA517EC4AE973AFA3BC75CEA2BCDBB78932986D4B79FF3083F27E8843F9787B9CF2E9812D654CAC48F952709332795D9532F93A9632552743F9BA42A47CFB974099E6432833E7BC293F2CAA28737655945F0D0B945FFFC2290B1FD4287F4627298B27D629CB26959495803D94556F35CAEA880765AD6B89B26EF095B2DE40A76CE8CC53360458CABFCA39AACC6F03EAA62FAFA9B2283E55967B812A4F4AA72AD8B8531570E954A533F65425E033AAF209085525CF90BAE5D567EAB6175FA86A0707A86A3E4E548DEDF9544D85CF54EDABBD54DD866354DD0E2655EF7407552FED23552FFF2975272582BAF3EA01AAC1EE35AAD15501D5C4EA10D554D3986A3A3E4C35B37B4D356F384CDD159643DDD5104CDDD56441B52C394DDDFD6C966ABDD38E6A7D37986A937D8E6A9B09A1DA963853ED8E2C511D9E04510FDC2CA01EEA44529D0F7B505D7E6EA1BABA3FA2BA5EFC4375CD36A6BAAE60A81ED1F654CF7517AAD7088F7AD25299EA53BA957A5A644D3DABBD877AF60B8BEA4F30A5FAFFF0A00698FFA25E50BB40BD40D9A05E0ACCA55E428BA881965BA9817915D4C0FE6CEAE5DA742A446B860A7DD14745B8255191B18FA9C847E554D427652A6A3A9F8AD60FA3622E53A8D8870FA9782F06159FAA4225B8FCA0121A1F5189110FA8C45E31953AB9854AB3F0A6D28A64A8B476732AED7328957E6207950E3A4AA54BAE5019234154969F22951DB48DCA4150A99C50329507E9A20A8347A842128D2A567C42153F54A14A08CE5449772835A4CA8B1A7A1F4E0D4F7D4B0D7F90490D6FBA488DF42BA54657AF5363027BA87103606AD2413235B9C2899A72804A4DDDA94F4D85EB52D39E0F526FA534536F87FA5233B2CF53B3DF7FA7DE592AA2E688C2A8779733A80519EFA885B967A9F75F54511F5880A9C5EE606A49F82E6AC977436AA95E07B50CA5462DBFF58DFAD06D925A8195A3567605531FE95CA43E0EC5539FCA1DA03E7D14427DFACA90FAF4E7596A6D433DB50EFC81FA1C23A136B812A92FD21E509B6ADCA9CDEF37A86DAA85D4F60E3EB5A36317B56BD299DA7BB48EDA5F644D1D30A8A20E3CB1A60ED65DA00EB688A9835F8F53873DE8D491ED9ED491B47AEAA85A1C7514A54EFD90F291FAA53D8A3ABEFF3D757C31863A191F409D1C7E459DB668A47E176B5067B487A933D239EA4C8180FAC32589FAE33E93FAA3FA1AF5A7E66DEA1CC3893A579E4C9D47DCA1FE3675A72E71CF5197F8C7A96B770E50D786EE52D7F523A9EB0F9BA91B5322EA3F8B63D47FF567699B0270345953184D5E48A7C96762698A012934A5278E34A5196FDAE6E3E3B4ADF172B4ED6A1769AA72429A6A42214DED079DA6797F274D736C94A6C37C45D36B7E44D3DFE2443338EA413300D1680611309AC11D7F9AA1A73BCD90F495664899A719E579D18C1A76D34C96E269A6A5749A99F920CD7C732A6DD735459AC5EB5ADAEE170534EBFB6534EBCE5734EB95DB349B456B9A9D5C3FCD6EC69866B7F89CB6CFAD94B67F0B8876E0D408ED608E2EEDF0FA7DDA114003CD49239AE6A47797E674EA1FCD59C38AE6925248730DBF4E730F5AA7B9E75FA0B9FFD9A01DCF794A3BA1B983E6E93A43F3F4A9A379214B68DED833346F26917672DF28EDE44C2ECD47DC44F35985D07CB72CD17CAD8A68BE295CDAA9F02BB4D35E96B433903ADA990928CDDF5C4AF32F3C45F37FFE8216A0D1403B671E4C3B47D1A69D8BBD4A3B6FCDA605DA29D382E5E0B4E0BB30DAE54D51B4CBA607699721781A4CF6230DE67386060F6DA5C1EF31694859180D7958898686C6D3300E05348CD7111A0E5A45C3AD77D3F0315F6844008D467BB98DC6D0EEA43175AB692CC7581A8BF187C61656D2D8B98E34CE95181AA768178D33B299C6DB26A20937883489FD719A74DA9616B24D4A0B451EA085D190B4F09923B4081C8B1669F1BFD3645A64EC342D6AD48676150DA0C538EDA0C55C0EA0C5467CA3C557A7D012E4D469493E625AD2F563B46BE2DFB46B8F4A6969BBDD68D75F99D16EECF5A7DD6056D16E1EDD4FBBC93A494B5700D03216DFD23229FF68997D81B42CAE1C2D7B638D7667EF1F5A4EAD012D9782A0DD3D5447CB0B89A2E51F31A5E543DFD30A366C69855BA9B4C28957B4A28018DA03FC665AF1762F5A71B00AAD44AF875602E7D14A89BF68A5A9A3B4F2B85FB48A908BB4C7D1DF698F6F37D21E7F7B43ABD29AA13DB93F41AB6E49A33D73B3A33DC3BCA03D7BAF45ABEFCAA53D577C456BF013D31AE0F5B406DE20AD617A2FAD616582D6F42194D6CC6FA635BF6DA5357FBD4F6B910DA0B5E4BCA1B5BBF6D03A48125AC7540AED65CB16DA2B5505DAAB6914AD6BE71B5AD73E3EAD2BDC9AD65D28477B433A44EBD1DB4FEB39E445EB7D7D8DD6779C4AEB2BBB4C7B7B2E83F696A2467B676C4B7B775C93F62E7C85F6EE9A336D40DF9236F07E8336BC46A78D94CBD3DE4BC269EF2BEB68A32759B4D1CFBF681F58DF681F7B52699F744B699F9EBFA27D9AB6A37DAE7E49FBFC61903616584B1BEBFF7F1D48A48DB78DD126B66CD0A68EECA64D1D63D2BE41CB68D3D434DA7799EDB4EFEB6CDACC2281365B2C4FFBC97D419BF386D37E5DA2D216320FD37ECFEFA12D3D394A5B6A7D495B3EE5425B7981A5AD9ABEA7AD59C0686B959EB475FD7ADA06C899B691D444DB687B4CDB5868A7FDB3A7D3FE7D75A4CB9569D1152BB07425AD6AFAE61903BA4A513A7D2BA49DBEDD0944DFDE3444D7D85F47D768FF45D79897D235CB6CE85AA920BAD60B35BA36154CD7961EA2EB2A8CD3757BADE9FA27AAE8FAE90974431953BAD9C52CBA19688CBE6B2B89BECBB690BEDBA3976E65A74FB7FAA642B7DE1A47B70E4CA75B837ED26DCCD6E9B65423BA5DC638DDAE37926E37134AB75BDB47DF2B49A1DBC700E807325ED20FF375E9475C4174A7F83CBA536F07FDD8F404DDE5AE09DD3D688DEE3E77877E1C28A27B9A4ED13D2977E99E7D8374CF8D69BA17AC94EE1DB04EF7DD644CF765D7D27DDBB074DF3FB7E9A70E94D04F4B45F433A2CDF4B3C0A3F4B37F3DE9FEC60B747FB626DDBF8C480F5018A4075CBB4D0FA8EBA29FF7A4D2CF1364E9E7C333E917CDA8F48B7B2BE817EF4FD12F293BD22F25C4D32FE51CA1075AE4D2037FC6D383F253E8C1BF79F4CB41D374E0152B3A98134E07B7BFA4237F37D3D1A15E744C50091D33788B8EBDE84BC73E6FA313C0443AD9F037FDFF072F9DECAF4EA7167EA0D35AE074BADE553AE3823F9D71FB2D9DF12893CEA184D239CFFED2F90FF874C1637DBA701641176757D2C585A374C9DE61BA5429892EC54CD3A52D39F41097687AC8DB027A28FF243D0CFA821E6E72941ECEB6A35F99EAA35FBD10498F915FA1C704CDD3E33F3DA3272CFCA1272CCAD013BBADE9A97BDED3AF9980E969A241FA8D361E3DFDF8223DFDB2173D3D65173DE3570DFDCE4E183DD766849E5B0DA3DFBD7D909E7770273D0F4FA7E7718DE8F993FBE8F7EEEFA117B4E1E9050BC7E9459301F4073EB2F4D2A11DF4F2F328FAC3643F7AE5B427BDEADF18FDC9E116FA13E45FFA936F33F4A70A4EF46AB36DF4EA93F6F46A7426BDE64C3CFDD9A969FA33493DFDB9750ABDC11D476F389E456FC06AD05FD0CED15FA470E82FC6E3E8CDD70FD15BECD6E92DD9C9F4568D6A7A9B893FBDEDCE4E7AA7BD2EBD73F117FD658494DE55AA46EFF93F4FEF3697D1FBD7ACE883D55FE9830D0EF4A1D866FA306183FE9E6B4E7F9F7782FEBE2C98FE41FE3EFDC3096DFAE79736F42F3B7ED0C7E5FED2C79D12E9E32783E9E337EED227AB16E9D3C6EEF4EF1350FACF12127D5E7699FE47F103FD0FFC0A7DF1168CBE7CD394BE5C15425F51E4D157DAEDE87F1FFAD2578DAFD1570FCED157C1D5F4B5B35EF435960A7DDD6895BEEE7A8FBEA1534ADF581B66C878231932F50A0CD97D010CD9773B19721DDB190AC1E7190A2D5286A2E2168662F149865262054339E52B63738122638B4D3F63EB013263DB356586AA1E84A1FADC85A10E79CDD0A8FBC8D04C90656807B8337436D53176845F67E8D1D718FA9EDA0CFD07310C839FBB18462FAF338C87C10C93F44886E9F54586697604C36CF92163579812C3B27F1B63B77C12C3AA6E82617D7D9861FDF01CC3BAF20163AF3394B1776888B177C382617FF325C3BEFA2BC3A1750B631FB79AB1FFE219C67EBE0DE300348771F0DD53C621AB1D0C47EF5EC6118B34C691E824C651AB4AC6D1F04886F3174BC6B16B810C57389DE18E3AC9F0C647327C3CBE327C7DDB18BE31F58CB30F8E33CE96B931FC04860CBFE4AF8C804BC98C802B268C80E6DB8C80993D8C739241C6B9123CE3D2B92546D05C2823F8E43EC6E54A1E0350DDC300FE2033807F510C90D88201F5C43360C9DB1828ED530C54B93B03A339C5C0FE7F7EECBA1E03675FCDC03DB464E03F8C3388944E06517C8D41F2D56690DE5631C8C5F71934D811063D2E9BC118F060303E0631187347186CDF2D0C4EA423837FE72C433C7182216D4133422F1531229CB73322A2A31811F9ED8CAB59938C98F97C46ECD6CB8CD88C0446FC6B45464AB303231517C6489D0031D254188C1B8ADD8C9BF6D68C9BFB77326E1E5060DC2C4B65DCDA2C66DC6AB165DC7A1BC848DFF196917EE912239DF9889189BECAB8630E67E4F45F62E40C8B19B9BF388CBB8D071905F60E8C02CE5746A1950DA330C18371DF3B965194B39551D495C578D0FA81515CFE9D51DC718151629ACD28BD19C1286D8B65941F1132AADED5339EE0AC194F1F1219354A2D8CBA4E31A3DE218DD1F0A186D17816C368A4FC6634C6B4309AB6E4335A77B8305A5D8319AD2263467BCB7746A73592F1B2FC21E3958E90D1DD8A66BC518E67BC815E63BCB98665F4A97532FAF0A719EFF6DE67F40FA218436F498CE1A7E58C916D218C91893B8C917FDB18EF27098CF7BFCC19A35A728C8FE5DE8C4F3F8C189F167F313EAB331863CFD518138B28C6A4ED3C633A508B319DEBC99849DFC698BD14C4F891A5C5F899BBC0988FE865FC32B361FC72BAC3588A7CC458D959CFF8FBB395B17ACA99B1FA7B83B15603676C40763365AB8799B2CFAD9872CFF633159967992A56F5CC2D7B3E33B7467E656E93DFC5DC669AC854DF95CDD4607F676A541531358FDC666AB29599DAC6C7993AF5CDCC1D5C3C73C78F2B4C3DEF5F4C3D8180A9FFF7247327C29DB913CB60EEA4ED661A4E1C631A2B6D307769A432AD76DF675ADDD4675A5F2031ED261A99F6723B99F61E2799F6440FA6432487B9BFF303F3E03C9579D8C99AE968EBCB3C72C79CE9A47787E9B416C174D63ECE3C260863BAF8E9305D83B499EE9D04A6F7815F4C6F440CD33B8ACEF44E7BC93C19C566FA788B993E1FC2983E4BD64CDF920EA6EFFBEBCCD3C7FC9867C8F34C7F891FD3BFFF2AF3C2AEB7CC0B986CE6A53F0799C1E924E6E54FA94C40339909C4B398606E2213B699C784894A98706F65263C4B8689582961227DD299A8274D4C74D91813A395C1C4179631896BA34C12BA9E49D6D367528BD399B4B84526DD10C1A49FF66632486F98CC13934C96920F93E595C8649D9965B282B2992CB80693DDF696C9531A620A3EFA3325D25C6648EF796628E31D33943BC18C387396191560CCBC223BCC8CAEFFCE8C797B9F1933AFCC8CA53D64C605BC65C655C933E3C60399711B3B98F1EE9798F15D1F99897DF5CC24E52C66929F3933E5EE6F66EA6D26F37AF037E60D7314F3C6D5C7CC5BF20ECC8C99EBCCCC4E0D66365DC8CC4E3CCDBCF38DC8CCC1629979CE2066FE542EF39E4E0DB3C0EB2DB3D0A8955938E3CCBC8F16311FC85E673E580C6796E8D6334B60CACC929A7266C98C2DB3F4E05766B97B31B352E10AB3727F29F331319A59E5ECCAACCA5B6756CD66319FDE8960D6E4C399353FA29835AB4799CFEA4A98CF9DEA98CFDB68CC266F22B3E96514B3597627B3F9A433B34DFF07B3ED852FB3DDB881D94E7267761427315F6D516276995E637641A2985D5983CC1E8B6566AF0396D94B9A62F6FF5F9B0307159983F7BB981FF5E0CC4F6EF798635613CCB12A7FE6971B6F99138E38E64C128D392FF461FE869731FF4CEA3117BBBE3297A65F3097815ECCBF2389CCF5893196CC63286B53982D4BF63B932577F8164B89F98FA5FC10CCDA5A7B8FB54D5689B58DB487A55EABC152EFD9CD529FF762696D24B3B483882C6D329BA5F3A78FA5B3E2C2DA91A6CBD2551861E9A9AFB2F4AC9A58FAFDE7583BCFC4B28CFEEE6699E0CFB14CEFF9B2CC3C812CB3E71296B94226CBD2D98765C9EA6459D627B1AC4CAD5856096296CD217596CDE7AB2C3BF728D65EFB44D6BEFD55ACFDA7C658FB0989AC03A1E9ACC3D6932CA7C72F59477F56B39CC34EB28EE90158C7B00759C7BE9BB25C522B59C717C2591EEDC3AC93C9D52C1FCA0CEB940B85E5377497E5DF92CB3A4733619D934CB02E261F67059EE0B282F33B59973765B22E9B4A5800535D16E02087057836C60266F5B280E5F92C90C31316E4FD0116D4748505733ACB421AFAB2D0097759182A8A85F5F8CC22C4D5B388DFDEB2C8E2311639C38A45F9F48E457F5DCE62711759ACDB612C56E141167B3B98C5B9AFC8E28607B0783BE82C81D6769600F88E25746D620907B359228C1C4BD434C10AF3746545201EB32277DAB0A2129B5957BCA6595735C5ACAB49CF58D1B56C569CB180157708C58A3B9ECD4A04D6B392777C6025DB68B252FE0CB1521DAA59D7EA3658D7BA6358695BF3586990A3ACEB2AD9AC1B9788AC5BA6DAACDB2725ACF4C399AC4CB95E56D68E1256B69C332BFB7E23EB0EBC9E9503A4B372906DAC9CB948565E8B36AB60E02BAB0895C67A907191556C4E6095A8D6B24A2ECEB3CAE4B8AC320A9C556EE0CB7AD891CF7AB8DEC4AA38B7C8AA7864CF7A24FB8C55759ACDAA020959D5379FB16A0DF459B592ABAC66998FACE67B42564B4207ABD57037AB0D35CF6A8FAA6375446D6175F41D67BDC24FB2BA2E14B17A141B593D8E27593DEE26ACDE191EEBADF70DD63B623FABDF80C4EAAF96B0FA6BCB59437679ACA195C3ACE1F936D6F0EA77D688EE4ED6C8A164D6A8460A6BF45706EB430787F5D9F6226BACDE84F545469FF5E55F2F6BFCAF98355159C79A5841B1A6345C5853C659AC6F5D6DACEF821CD6F7AA52D6EC6915D6EC4304EB87CF55D64FD635D69CCE3C6BFE378935FFE7356B7EC58EF567E729D69F7817D6DF8902D6EAA769D69A641B6B3DFF076BBD6B8CB5E17F8EF5EF0E82BD697680ADF0768DADE4BCC056FA91CF569693B0951722D89B371BB137C37CD92A91AAEC2DFB4DD8DBF414D8DBC739ECED13B26CD50853B626C493AD85BDC0D65A42B3B52D1DD93B0276B07756DF65EFECD9601B1DE8611B7909D9A6C69BD9A6AE116C33CFDD6CB307896CF33818DBB2AF9EBD3BC19E6D637A826DBB708B6D67E2C676A80966EF2B0862EFEBAA621FAA5F671F1E4A643B09ABD9CEF48F6C178880ED7A6589ED3A7997ED26778D7DC293CFF628B2617B767E657B2948D85E3B016C6F6D5BB677CA25B677ED4EF669ED67EC337640F6997FCAECB3853DECB395FBD9671F17B1FD2E17B2FDAE51D8FECEF6EC736799EC4B7263EC4B3A11ECC00715EC6062263BF8EA7376F0D7CFECE00D3F3660558E0DF493B221B35BD9509B076CE8790536C297C1465CCD612355A6D9A8FDB36C74D24736365A878D57AD62E33DCEB2F128393641759E4D006BB0094DC36CA2EE3136D159814D76AA66536A02D82C69309BDB37C6E6C729B00563BD6CD1E66CB668E4115BBCF6842D318B654B0283D89292736CC948065B5AE3CD96768DB343C987D8A1ADBBD861B777B3239EF7B1236F14B0A3E2A2D851AB6CF6D52F93EC68F5FDEC98BF65ECD8E747D871532BEC8450183BF1D54376F2665576B2410FFB1A14CE4EF3E6B2AF5BA0D9D7276DD937576DD9B7BF46B3B395DCD8773220EC7C6F293BFF811CBB70DE8A7D3FEE16FB7EFA137691A501BBB87C995D6272995DF2C9835D965BCA2E57B7673FD4B5603F6CDDC2AEB07367573026D855F658769508C37E1AB69B5D63AFC27E86BFC2AE6545B2EBE486D9F5A39FD8CF2D9FB01B1E55B19B5E1E6637175F66B782DDD8AD8C5A76C7892DECCE2E21BB0B9DCFEEFA56C8EE39AEC0EEB953C3EEFB9DC67E6BCC61BF9BA3B2FB8B0EB2FB9FB5B307CD4EB1874C6EB0878FF4B3473E79B3DFC79C61BFBF91CE7EFFC086FDFE9116FBC39620F6C76332ECCF3617D8630DA7D9E3478FB327EFCFB1A78A86D953FF98EC6FD6FFF331604FD351ECE9F83EF677B336F6ECA71AF6CFBBB6EC9F7D1EEC5F41B5EC5F4972EC85B337D90B011EECA591B7EC95A130F65F6553F6DF63B1EC0D9B871C99AD5C8E0C599F2323FCCB9169B5E26C4A4FE6C865E672E41E5138F201ED1CF9C46A8E82AB114721B287A310BD95A3507B8AA3ACFC9AA37CE836478552C5D902C8E76C35BBC1D90A8CE26CA57DE66C7B30C5D96E18C4D98E7CC051D3617334E5A2385AB77E71B4EE0E7374B7BEE7E862041CBDB337387A3F5A39FA363739FAE0608EFE541C672702C33166D138669FAD3996213A1C2B371E670F2798635D08E4583F30E1D8003F736CEFD971EC34673876091E1C07F60867BFCE04673FE71BE7D0D1779C43D210CEE1F7231CC7451AE7A8602FC7B9D083E352D1CF7179EEC071D56CE2B86164396E659B39EEB2CF3927CA03391E4EB61C2F2D1B8E77EC758EEF391DCE695906E7B44B25E7ACA70DE76CC120C7CFC48CE3E753CAF1233870FC4F9B73FCE71A3901E4184E406F2FE752503DE7524C0827F8CF0207E0F58703E81FE380F03C0ED400C981C99038F047DF3808B9D71CD411270EFABA1D075B91C121CB7971C8968D1C8A8D3287AA2AE650F7D673A8575738D475570E4D358A439B94E53086691CA6E54D0E734F0287D943E2B02DD439DC635F39BC65578EA0F92A474437E688BEE9734267FF70C2A46A9CF0D74F389193119CAB166738B1A05B9CD8743227F647332721B39493F2C785930678CF49E33EE3A48D733937142D38378CB339B7A7C738E9BE044E7A9B88933E28CFC9287AC9C94ED8CAB98331E4E49EDECCC9EDA370F29EA472F2DE5A71F25FA339F70A8B3805552738850E1CCEFDAD4F3945E7019CA2D6E79CE23431A7FC5328E7D1E58B9CC7B2E7398FD16F39D5272C3935EE1B9C3AB7314E2310C07971F225E7854F19A7C586CA699142382DC98F392D377A382DD3E69C56471F4E6B9C05A70D38C9692B7DCA695B8EE674089C391D8B959C97AF6239AF0AE738AF2F1039AFC3D6395DCD969CAE6E6FCE9BBB4CCE9B5F239C5EB280D39B5AC3E99D7EC8E933B8C5790B6BE3BC8DCCE4BCA31870FAD75E7206CA6F7306FA8F72061D3D384306D39CA197AE9C91EE58CEFB2B5F38A3910B9CD13863CEE80697F3212181F3E17319E7C3F207CE474F59CEC767E7399F870C38E367E339E30C65CE84359633793A82F3F55B0DE71BAA8BF3EDFF9C4F6F49E0CCEC7ACA99F9CEE0CC1EDECD993DA5C499BDCCE7CCB2FF5F532D380B6FF77196ACEE739690CF394B5FDF73562CF673564E157056F0839CBF3950CEDFCE0ACEEA8E5B9CD5B0339C35A71CCE863991F38F7098BB29BB802B1B41E6CADEACE6CAFED8C495AB5FE1CA8DC1B8F28C52AE7C491657D9BF8DAB3C39C9DDFC8DC255E1AE73B79020DC2D11F1DCAD09AADCED4E42AEEA5738578DBD9BABFEB39FAB91F997ABF106C4D58EF2E4EA38A97275E7CF70F51FCA730D4256B9460D765CA3C958AE494225D71C3CC4B518CFE45AEE95E3DAEC25716D6593B876DA5FB87B9F2972F77E1372F7E9B470F74501B9FB3E6B720F42A6B987584DDC438FC3B987556BB98E486FAEE39BF3DC23A3ADDCA38826AE73F05EEEB1B38FB92E84835C971E0ED74D6F0BD7DD0CCB3DBEA78B7BFCC43FEE71C643EE71692EF7F88FDBDC132ABBB9279E5EE37A7897703D16CDB99E17495CCF3FFA5C6F2D39EEC9DD44EEC9DA935C9FFAADDCD3273F71CFF47A72FD36A971FD1C7F71FD0203B9FE1A9FB9FEA6155C7FF758AEFF049B1BB06D881BA0BFC20DB0BDC03D6732CE3DD7B8C63D2F50E55E9CF3E45EEAD6E2061F9AE50647467083CB0AB9C1033FB860DD5B5C88E41B17B2789A0BE563B9D0B8382EB2208F8BAAE8E2A2CF01B998B8BB5C6CCA5F2EF9DE612EA55DC0A551A3B9F4F3182E1DE3C7A553DE70990F8AB96C132F2EBBFA2097FD2680CB292CE0722F09B8BC462DAEF05E0057381CC515ED51E68ACDAE71C57964AE443B912BADADE64A5F69724304D6DCD0D40BDC30862337F2C524377288C4BD4273E35E8D1FE15E7DBF991BFD20881B23C3E0C628277263D1C7B8713FCE71131BF773133FC67393F4BDB8C920396E72F2736ECA01036ECAB83DF71A3E847B6DB58D9BA61BCABDA174857B93DFCFBD15DEC8BDD590CCBD1D67C2BDDD0FE166B85FE76610DAB819B70DB959566DDCACE2D3DCEC09256ECED3216ECE5008374FCE925BB05EC92D3C27CF2DEC5BE5DE67F5738BF06DDCF298346E654607B78AF7885B9529C37D82F2E53E0D0EE53E9D31E43E335AE33E73B0E43E571AE3369C21725B1C03B9AD3165DCD64215EEABE547DCD75B8F725F0372B8AF0786B8AF3F1773DFD4CD737BCEBA707B01A7B903A0A7DCC16079EEE05D67EEB09D1D77B8279F3B6283E6BED76DE2BE779BE3BE3F93CE7DBFEEC8FD60E5CCFD444CE07EFAF28BFBF9C21EEEF85E2BEEF82107EE78C445EEC40305EE14FB37776ADD88FBF57337F71BFD33F75B612377A67B953BAB87E7FE4C67717FFE1FDBB97157EE7C663977E15A0677616327F7F75F27EED2B33DDC15D573DCBF1A4FB8AB7928EEDAA115EE5A870E77FD2080BB1E6DCFDD28FAC2FDB7BD9FFB2FE42F4FC6780B4F66E0046FD31F579E7CF5419E42ED1D9ECA2B65DE3674276F5B76046F5B7B324FED81164FD3748EA71DC5E6EDF0ADE3E9753EE019846CF00C5D9579C616AE3C53B5073CF3805FBC5D9ECF79D60AF779D61200CF3A749867B3BCCCB3ADE0F0ECAA1EF2ECEA6479F6FB20BC7D1B7B7907CD66784764BB794E868A3C572F0EEF784D3ACF633792E7797917CFF35B1ACF73798AE785EFE47955F8F3BC3A3378A7165EF24ED34EF0CE00EEF1CEA041BC330211EF4CA807EFACEF039E1F769417B031C3BB3005E05D541AE505C96EE5050177F382FDF6F382C3B27897DD267897BD7B799747BC7980E3501E20F6250F50DDC403621779C0FB033C9045160F340CE7814F5AF1C0E9233C08F42B0F6A90C283FED2E621A02A3CC4621C0FAFDBCCC3DF48E5114EEBF308553A3C627F1B8F74E11D8F6C31CB2357A8F128F8633CCAF4431ED54A9BC74C95E1B1C4341EEBE3188F77C38F27888EE6095E98F2846A9F7842E6344FF80BC113A57278E281449EA4FA1B4FEA8EE0858CFEE1857C31E385BEDEE045A47FE445DC29E5458CA37951703EEF4A5F1EEFAACA655EAC671B2F01AECF4BDA4CE5A55A0EF252836EF3AE2F4FF36E44FDE2DD687EC4BB35B585773BFA322FDDEF162FBDEB3A2F833FC3CB8ABFCECBC62AF1B21BA1BC3BBA93BC3B4B077877AD8FF2EE1E99E3DD3DB1C2CB6BF1E7E5FB7CE1DD3B7983778F7E94776FFE1DAF207885777F0CC62BF291E33D483CC22BA31EE6555E88E5553EB8C27BEC3CCEAB72F9C2AB7A9FCA7B7A308AF7F4D17E5E35A79A57DDF09357C388E4D5AA0EF1EA8E44F21A89145EE3B83DEF856210AF69C095D7ACF592D7A216CF6BB197E1B51924F0DA3079BCB64C0AAF03ECC3EBF286F1DE0002796F48A1BC9EEE685E6FB994D75F48E30DBC9EE40D010679C35B0679A33157781F98C77963FDEDBC2F1A8F785F12E678DFA34B7833C98F79B3C693BC1F9B82783F32E8BC9FA0B7BC9FF914DE2FD901DEAFF26FBC059332DEA2C273DECAD71EDE5F3886F777E615EFEF7A266FBD208CF7EF922FEFDF540F7F5354227F53C7345F2EC4862FCFAEE52B780CF31565B3F98ABB8DF98A4F65F88AF360BECAB7CBFC2DA76CF95B22F5F85BCA27F85B96F3F95BE79CF9DBEE7EE76F7BBF87BF9DD0C857DDC8E4ABB72AF235BE85F0353DFDF83B8E3BF37577C3F87A8EA37C7DD236BE6113876FD853C037F2BFC037CA66F28DE53BF8C66A64BE710C926FAE7F8BBFEB7C18DF221AC2B75487F12D2FE7F3ADD037F9D6F1467C1B4F3CDFD658996F5B72936FA7AFC4B7BBB2876F377F8ABFD75393BFCFE02DFF80FD6DFEC1463CFFD0DE41FEA1D364FE2131947F58E918FFF0F42DBEA3D969BEE32B26FFC80A9DEFE4B6CE77EAB9C13FAAF98F7FD43F9EEFBCC58DEFDC90C23F76228E7FAC7907DFD33E87EFD9ACCA3F75708C7FCA35837FEAFA1CFFF4C5DDFC33E5967CBF24113F00D7CB0F08D9C73F27AFC43FBF27867F3EAE827F3E0FC10FDC36C40FBE16CB0FBEF5897F798B947FD9FB19FFF2D5237C40E7593E98E5CE877E16F2614FCEF0E15A437CB8DE241F93E1C7C77D3DC5C7FDFAC8C79F4FE4E33336F38989083EA94E8F4F1E16F22986B7F854F9937C5A3C9B4FF78CE7D3F1137C8689339FB3E3309FF3448DCF3364F385BD8FF9A2C1E37C29EA095FBA7A861FB22D9A1F9290CB0F0D81F3C3D493F861AB99FC48F03B7EE4D20EFED5BAEDFCE8FB99FC58E7457E02F5013F71B2949FB437959F2C79C74FAEA4F39357B2F8A9CF54F8A9AF13F8D74E2CF2D3001EFC7410889F9913C8CF6279F3B37A75F839D4797ECE43383F77A6839F7F02C4CF2F33E2178206F985CF3EF04BA277F34BFD46F865C27FFC72BC3FFF21249FFFB06196FFF0CF32BFD23D8D5FE5CCE13F19E3F39F6A24F3AB2FD4F26B721CF8CFE05FF8B59E01FC3A9B4E7EFDD432FFB9F2317EC3BC1ABFF1DB7E7EE33A90DF22B7CA6F5937E1B76944F0DB879DF89DB515FC97B737F35FCBBEE0BF0EFBC9EFCAECE3771FBEC6EFEED6E1778F1FE0F71D2FE00F082BF90359C3FCC1974CFED02173FE7070307FA4BC9BFFA12780FF61409EFFD99DC71FDB7C803F1602E18F85DFE47FF13ECA9F48D1E07F054CF2BF8EBBF3A79735F833537FF93FC66EF1E7CEFBF2E7E5EDF8BFFE06F3FFBC7ACD5F84B8F197B543F9CBEB6FF92B978DF82B4342FE1A4287BF468FE0AFBDAC13C8955E17C89541048A033481D2588D4005F55DB07D3340A0866916A8F7580A34339F0BB4D44D045A8E2E021DF07781DE1E2781FE81ED829D8425C1CE0706829D3F1F0B0C406D020342B5C0A0D25C60E8152930A4A20586771D054672870446E45281B1255B60AAFC4460CACE1098AB8C0BCC8713041687D982DDA1970456C56F047B06940436CF1C05B67D70819D3E4A6017E520B07B4E14D875DC15D85F7A2B70D04F133888B70BF6EB7E13EC777311EC9F59101CF4B7101CFAE82538C2D3121CB95A2F70DA32287082C20547073A052EC04281DB60ABC01DBD47E04EFC2DF0D84913789EBE2CF0FCF45EE0ADBA2C3839AC28F029F717F8543D159C697F2408D059179C7F46125CB83222B844792E08D44F1604AF0904970B9D04C0A10401C8F9A900E4132800B5FD1580990705E0C80C01B8665500B13D2480780F08A0325201D4784100037A09E087AD04080F3301E24F8500B5B02CC0272509883A5401F1578D802CA320A05E4E17505F3A0A18F7EA058CB1050173E1B38055EE226017A50B382DAA02CE48918067F85BC0FFBE5720F0FE2A10401F0B8447D204A2D04E8128F3AD40EC6D22108BDB05128D118174EF0581947B551006DA2E88B2D31444859B0BAEAAFD145C3DB44B10CB0B16C48A918238F28A20EE4EB120AE46439010B64990F07C429048581724666E08927EA005C9CF9E0B52869505A90EF382EB211682EB5FE404D76779821B3F2F0A6EBBD305E917D205E9D15B0499824E41E65AAD20AB748B20FB7C97E0CEDB24414E508F20F7848120F76B9AE06EDA16415EE431413E769FA0E0669BA0E04BB3A060012428C47D14DCB7CD1114C9BF17147966098A4A9604A589B705650ED705E5F5B2820AEBB782CA0ABEE051B040F0F8619CA00A4C1754110E0AAA24BB04D5B3FB05CF4EA3048DBB5E081ABBE882C60F7382C64F5982263A5CD09C7040D03CB547D0D6F74BD02E782EE8C8FA2CE878A620E86472049DA15D8297DB0C052F1D27042FFD998257143F41F7B48AA0C77258D06B745ED0EBE120E8638804EF9A3504FD4F570503797E824105916008AF23185E51168C58E50946FA4705EF73EF0B3EB83F157C382F147C96ED178C51CB04636F2605131E3E82C9A38D82C9E22D82AF4685826F67760ABEF5C40ABE730982EFFCDF8219A54EC14C005D30032D14CC547A0B66C93E829FF962C1AFB640C142688C60E18DAB60E9D25FC192D05FB01C1E2C94B5B82594BDD126940341840A506FA1E2E853E1E6608A50E5C87DE1569B59E1F6CDD5C2EDB534A1AA5C9250CDD05BA8F6CB5CA87ED851A8D97658A8CDD829D42E8F136AAF9A0975B499429D9E27C21D1E09C21D1FEF08F5826942FD464BE1CED74342C34B794263BDC342E3075CA109A24868BA192034D7A9129AD79E11EE32382ADC556F25B4008D0B2D7D0942ABA576E19E8FA785D6BB6F0AAD5349421BB1ABD036B84E68B7B95D68775A576877AE46B8F78C48B8B71928B44FCD103A7842850EC9EBC27DBB7485FB531484FBFB67848764658487CE9F163A5EDC2374C402854EA727844EFE3642A7329ED0B9482C74A179095DDD7942375717E1F17378E1C99EBD429F98B342BF18A4D03F3D5FE83F8611FAAF580A03562E082FEC0B145E9C1C175EDA5227BC04660B031DDD85412E06C2A01BCDC260A4BA1080AE120256B485C090BB4250CE6D21B8F1A710F22E5008991F1342556E0861771142D8BB4742F889DD4204BC578824A80A51CEEA4254A25088BED82FC4C4160BB10D5F85D88F7D425C2E49889B7A2DC427560A09895F8524DD0C2189692124CD228564A7F342B2D44C487E8D1352BF4F0959822E212B2B5CC84DBC26E429070AF91EAA4261829950C46E168A2F870B43966685A17F3D8461101F61F84AACF00AC2487875B05118AD9D218CC9AB16C6E2760B13CE050A93AB8684C97F2F09530E1385A97DD78569671A84D7374F0BAF3B55096F98628437731F0B6FDBEC116619EC1466E5E90AB3D93AC21C333B61CE4979614E6AB9304F4646984FD310E6DF3610E6FF0811DE4B9A1316185A090BEBAB85F7E7C4C222E52E61F1A117C2E2F20BC2E2FA456189ED8CB0AC2D4458256A125615A9096B62B1C2676F6785B5022B617D6D9BB0BED756F87C578FB0D1E59CB069F28FB0E5B9A1B0C38A22EC781724EC0408852F4B7D852F1B1E0B5F3BF6085FBF9910763FE00B7B76EA0B7B07BD84BDDFF2856F2D1E0907F64984832E4CE1A058433818A3241C253A083F3A6D117E94DE177EFCF746F8A9EC96706CC45238DE5A201C5FDA2D9C72D9249CBA1722FCDA9128FCE6D62AFC0EFB28FCFEFC8170F68C937076F194F087C98AF08777A0F0C769B170EEA09170DE705CF82B1F2FFC7D142AFCDDAD24FCA37251F887B52C5C9A4811FE4D7E235C45ED12AE85AF08D7BFA909FF7D3D2ADAD496225238352E52F8F050A430F14EA478F08B48312556A4583127523A1F2952C2B68A94CA93444ADFB68A947E6D12A98C1F116D350089B61B3B8BB6DF9E166D4F1F17A9FA358B54CB3E8A74885F453ABC1D229D7CA268C78E17A21DAB1C91BE73A1C880CB1719AC3D13195AEB898C7B7E884C3B8F8ACCAFCD89760D1A892C8EC7892C082D228BCC4E91C59D17222B3B5D9155154864B5B25B640D81896C7CAD44362C1F916D035864BB142CDA3BBC4B646F342EB27FBE5964FFF681687F43BFE84065A8E8E007B8E850ECAAE8D0E37DA2C38ACBA2C3A88BA2C31DF1A2A3EC69D1D1A1009173F53FD131C988C85579A7C8352652E4E6E8267287BE11B9E7D58A3C924022CF7306A293DED5A2936359221FEA6691CF3F84E8946F98E8F4FE3ED11975ACE86CEF5F911FA648E4DFF94D744EBD4A74C17C4374A9F2AEE8D2C24351B02C4A145C9A2D0A7EC5155DEE51135DFEAC2E02C88A4540F97211B0669B0864BC47048A6B17811A9A44602F8C08EABB2E821D2A10C19A2F8BE0BA5D22C41B3911522E5384CCBF2A42471244188B5411EEED1911E194AB88888A1311EBAA4494D82611253D4344EB2E14D10FE688D89B5C451CEC3611572545C41D1F12F1461D44FC94DB22A18A9548C4438BC4CE812289DF0F9164D65514655825BA7A355014537A4B141BEA294AF0FA204AB2B01425571788522E4E8852B32F8B521BBB4569A94F45693F7A4537336F8B6E562D8B6E3E1D16DDB63611A5076D1765B4C045778ECA88EE946C16E5348F8AEE1DA4890A8AEF89EE5FCE12DD2F0D1715B9548A8A3BFF884A96E8A252DC5751F9954BA2F23B8BA287AB66A20A9EB7A8E2E6765145115E5431FE4054F1F3A8E8B1F216D1E3AC65D19303D7454F2EDD123DDD7C5AF4B41D21AAE6A044CF5E0844F57531A2E73205A206F73FA2A6247951D3A2B3A845AD4FD4A25F266A5D3A22EA503C26EA18B82CEA0C1B10BDE41B8A5E0E15895E055045AF7E77895ECB7244AF7F0A443D831F457D87778ADE29C888863EDE118D9C36168D842588466211A2F72453D1C7C3F2A28FE7BE8B3E3ECD127D21BE128DEBF58AC6CDA1A2F10EB868FCDD9268E2D231D1041C259A9A1F157D93D7117DB369117D2B3C209A4E0188BEAB7145B38629A2D9BFEDA29FE234D1CF5711A29F136BA25F2A0AA25F477A447F26E444CBB64F442BF7A1A295852AD1DFC36BA2BF473E8AFE86AD8BFEDEE789568D19A2D58576D15ADC9C686D48205AFB36265A67BE16AD7FBE26DEE4142EDEB46CFCBF50B15CF06DB15C73A758EE7DB658BEA84CAC207F50AC44068895E27789B7921F89B7DF838AD54916624D2F0FB1665983582BB258AC758D2CD62E3416EBA8BF16EB96D3C57A920762FD1EB8D828B85A6CAAA92E364D03894DAF63C5A6458662337B25F1AE1321628BD24EB1C58B55B1E5B755F16E2577B1D52BA1784F4186D8A650466C333328B64DF115DBDE7411EF552D17EFC5B588F70A52C5F67E9662FBC212B183EA9878FFEF4BE2837577C407DFCD8B8FFC3F951E79962B760ADA2376FAF5537CF4608EF8E80345B133244AEC92F459EC9A662A76AD5B16BBD6A7894FEC96883D76CB8B3DBE89C45E056E62AFEFDBC5DEB07F62EFBB68F149D257B1EFF6DFE2539144F1A96653F1E9A93EF1995DBBC5FE17AE88FD09BDE2739AE6E28BEC5EF1C5A11271E0D41E7110E1B33828EDB03818F8470C387B550C448E89C1C68562B0AFA618FC872F860854C4505C86181A3F2B869D7414C33ABE8B61736E62D4668E1845BA25462BF789D14703C49869A118EBBC22C60DC4890941BFC504CC4D31A10228262B2B8BC9DDFE62CAED7931F5C47131CDB25D4CCB7D2BA66B2E8B997E9BC4EC406B31FBF75731E7F08098734F5DCCEB6A15F33E368885DBBE8A8508BC58D8102E16B6BF100BBBBF88C5BDCD6289902D0E712D10875EEA1487E6958BC3B6F1C5917BB5C45195D7C557C87FC457BB97C571875F89E31ACAC5094D48715284A538C5D2539CDA5927BEA68F14A79DF8BFF28235C569FF8E8BAF1F0D15DF103E12DFB29D13A7CB5B8AD37F7A8B3302FFB7D22BCE36731067DBFA89B37B7E8B73464E8A73FEE58A73B574C579B2087151BAA2B8D87A5E5C7CDC5B5C5C39282E91268A4BA2CF892B13DF8A1F9D3E20AE62D1C435E42FE267D49BE23A8D1C717DCD3771FDBF35F1F3E1427183A79DB8C96555DCB4622F6EF18A11B7D220E2B6637FC46D4CB0B8EDC113718773A3B8235047DC912012BF84FC1277FF5F73BD977E897B5B03C47DCEA6E2B7BC7BE2B757BF8BDF96F0C5EFB61F17BF434D88FBBF0E88FB6706C443897DE2A1D44CF1F0D127E2D122ACF883E221F107AAB9F8E30A44FCD9922BFEE23A2C9EE8FE299E5C70134F859E127F9BBE289E3EB5249EBE7256FCFDAB9778666C563C7B264B3C9BA82AFE115D22FE19AD269E6B7D219E6B6788E75D83C4BFD2368B171C4AC50B122BF1EFFA9FE23F9871F19269A978392750FC57A75CBCF6102B5ECF53166F5C2688FFAD384936819F49E4AF9C9028E9EC93285186242A56E912952F3992AD9BB892ADF647245B43E425DB7EDC936C9FFA20D1D8192DD1BE7249A2FD3857A2DD774FA263F355A2730E22D199C994ECB0DA29D1E5074AF48D50127D3BA1447F012531F478FDBF618951354F62F46687C468C45362341E2E3196D19218637B25C64288C4E49D85C464C85B62AEFA47621E382CD9357D566261DC2ED96D899358B5ED96D868C32536880C89CDBBED125B330B89EDE205899DDE4DC95E752FC9DEC65589BD1352627FBA5CB25FF7A0E400A44B72646A46E26C7D46E2A25A2471F34896B8071F93B85F0991781A60249EDEDF259E3E0889E7D92C89E77598C4EB54B7C4EB8D91E454DA7589DFFC3189FF313989FFD74449C02982E4FC5E1FC9F9D4D7920BDEDD920BD33F25170BAC24177BDE4B825CDE48822EAB4800C68912D08E3F1204F3A004912B274129FC9560325F4AB0FE7C090E8E97906E0B2564F0270919652EA1EFDB2EA1377025F46E9884F97F1C5811C612D6BF5D12768CB6849D122B61AF3E9670EC1E48B87251125EBCAC847FE19B4400004904029A4420792D11D4844944370324E2F05589E4E49C24641F4F12AEEE2B89E89E955C690D93441F6D95C4E93C95C4054448E2A4472571756249A2BAB1247947AA24757EABE4DA8BB392EBE25F921B170B2437BB4625E9930249C6CB6E49B624537267414D924B0C90E42E1E9314EC9994143839480ABE184B0AE60F490A169A2585A71192FB8F4624F707DA250F946C24C5B20449B1F76749592B4552BE8E933CA4A3258F373649AAD61F49EA082724F57BD224F5791D9286AB304963C2154963FDA2E4C5CE25C98BE2B392A6334F254DE7F092A65A7749D39CBCA459F7B2A42504236995BD2B69533590B4394225ED7E27242F17EE4B5E7D8D9374275648DE6C7A23E929BE22E929E997BC9D1E90BCFBB4281970634806A8272583BE09922125A16438344632128794BCBF6821F9E05424F9FC675432267C21191B8E907CA17C947C2998937C1935948CBB7C948C8BAB2493762E926F012A92EF7E68C977919E6446FFA864A6E9B364E66D976456E98F64D6FD98E487C16EC90FCB78C98FB3C3929F7F7892F9EB05925F3B6524BF817A923FFD5992C562A86409382F594AE149962587247FCBEE48D6947E49D68E564BD6AEA44AD6BE80246B532E927F9E0F25FF806352991769D24DA2E3525941A054F6B38654D1F7BC54F1A58F5449F3B674B375B65485632D55694C916EDFE32655DFC794AAFFBA22D5F0E24A35F2ACA55A06B7A4DA166FA53A08BC54F77B8C542F4957AA2F7B4EAAAF7F51AA7FFA8554FFC3A274A79BB1D4243253BA6BC780D472EF03A9E59579E96E390FA9D555AE74CFFE24A9F52E80D4A6705C6A973D207598614AF7B9B74BF7E7CC490F7C8E911ED4CC921E1C72953AA162A447B9A3D263AE53D263D90D5217876EA99BDB80F4788B91F4C41E17E98995ED52CFD246A957FB7BA9B75CBDF464569ED477A3527ACAA04A7A8ABF477AFAB0ABF44CE04DE9B9EDB7A5E7FCAE49CF97E2A5E7BFFB4B2F0C7B4B2FD9964A2F35EF9506CD184A01BB82A4007B1929C8634A0A42354B41D2335258C6A0146E7E568AE409A4C8F74FA5A86681149DD02F453F09946218E5526CBCAF14FBC4484A50749512CF1F9692948852928A83946C75504AFE512A25FFA993526A6AA44C05172973D443CAD2AC93B22CC3A45CB08294FB0FF81F07F719CD85F706003C9412C92A514649A292221411195999A9884466192151F4DD7BEFBD476553760925A388860A1921898C4891F8FFCEFFC5E73C2FEE39F7DC7B9FE7DCF1E602B273DB01397BB300395F5500B7FDD8803B3D96805CD87B406EE37D40EEE44B409E5934202F6E0E70F7130B0058BF010028BE080072B301C0C90500B8EE3800B6F31600D9D00C40BEF305A0A631004CA506006B9806C0EFF10110A91600E29FDB00D2E93E00E97E3580523106A0055C0030DA8F03D87191006EBC0280FBA51EC07F2406080E30004264134062E40A905CDF0590E0CE00A45F1A00F2AE22C0BD8834C03DF43540E1962240E1DDC780228C0850F4A80A50EC2C0594BCD702946EBF0328DDE30D28BDD00228E3EF0494330D008F4A560115BD8A804A4D6740E55437A0AAF23AA076BD3AE0F13E28E0C96230E0696309A021AC14D04CE1015EA446023A4E8B011D91FFC5277C4067A21AA013A700E8324500DE1E3B06787B7527E02D461FF0EED424A0C76F1DE083611FE0A3C94EC0479A01E053EF33406FD83CA09F7606D05FAD0A18A8BB0C18686B020C8EC400865048C0B0EC3A60B8C31D303C9107F852370C18713A0E18A97B0218D39500BE5EF90998D80F034CDEF1024C32270153FB2F01A6D7BB01A6B9070073634AFFD90FF8B9ED14E0E7F210E0B74A3FE0F7A72B80E5EFA7007FB75D00AC045600562FF801D7FDBC0654B81F085422FBFC7722690137185F046E387808B8E1A410B811D505DCA45E035431F7076E3EE90EDC5C330B54D5FA06544DFC0E54B3BF0BDCC2C801AA5FA400D5F366805B63FF03C502B7767D036A1E75056A6D9703B71705027738EF06EE703904D483D3817A2F06803B0F9F001A7619038D768380464B2540E3BF59C0BDFEB1C0FDE7FD8116C763810780F1C0032F40C083D0EDC043A04FC0C36EEA40AB77BDC023F5A781D64E6D401B437BE0B1162ED0CEA81678FCA812D091DC013C19630474D6C6009D5989C053B8F54077D063A047E663E099F063C0339F6F01BDB68501FDEA5D8167B7C603CFEAB603FD359780FE49A781C1FA8AC0D0B94DC0F3EBDB81E7B1AF8017B71A022F1E36075E6CDC03BCD89F070CBBE9010C5BFD060C870702C32B8A81E17F4E022F9190C0C8122F6094533A30EAE76F60B4DB0830BAA5161863A0048CF12C01C6640C02AF6E6603AF869F015EA56B02AF3E98015E7DE70B8C8D1F01C6E1DC8009D1306022EE3EF0BA6313F0FA491FE0F5823FC0E429143065040C4C5BEF054C8BDA094CDFD507CC28FF04CC0C9600339FEC02DEC45B016F0A3B80D9AFDE01735E9B036F57328079F7B38077136C8000502810B06C00047AD60041C77381A0E8582088180E04A7BA02C1434F81E0C54520CCFE0C10C67207C2AD6C81F0B26B40781D178878C80122410D4054161D885E4D03E2ADBD81442D4B20F1301748BCAE0D2462AC81C46785402A680B903AB61EC88A6B01B212C04016E025901D9E0CE46E9C06726D9A815C2F2990F7020FE4170F02F97F268082C3F640C1879740F13A29507C920B14D7E40125C06EA074CF26A04CAB02283B3A06BC6F680A7C70AD0A58FCE62BB0649733B0A4F33F4BA781A535C6C047B7EC81159689C06ACFA3C05AF5BBC0DA9344E0636F21F0E9A645E0D37D46C0A7E2CFC0A70FCD814FBF17011B1EE7031B6B7B80CFC2B9C0E7CF70C066DC17E00B6727602BCA14F872C775E04B0B3CF0E593486027E425B073E539F0F5FD016057F91AB06B7007B0FB7B3CB07BC904F866E304B067D349E047C704E0E7A039E0002910F845BF1AF825F139F0CB130170649B2770E4F675E0D8D652E018F63770ACF22DF06BE167E0F88654E0F8D670E0B7D479E037381038A1C9014E7CCA017EDF680F9CACDB019C3A05054E3D6F07FE585A034EEF830367FEA8027F6E5E04FE9C7B0C9C3F2304CE0B7C80F3F7A2800BFAEB81BF7ADC808B1DCDC03F212AC0952D09C015B3BBC0354B7BE0DABFDB2085E15890D2FD32D0065F166843EF6590F249439032D418B4C94415B4C97F16A492390EDADC760BA48ADC005233BA0352CB1D03A9557780D479EA20F59A78907AFB49D056DE1790863E04A4013905D218780AD28CED0169F55240DAFF14413A903E906EA204A4DBE309DAA1FF07A46F1305D20FFB0ADA7560106458BA0164D4CF0119C39820E3C65890C9FA4490C9A9DF20139029C8E45F24686F8B3EC8F4FC77D0BE1D3C9059E549D0FEB7509079E13A9045040474D09B0DB2349D06591E6904596DFD06B27AB40764B5D00F3A9AF60A74F4E667908D8D3AC8CE471D64FF3D1274BC4B11E4203405B91EA280DCA0A120B75F67411EA7B5411E97B7813CAFF683BC1C78202FFF0A9057B019C8FB4935C8E7681EC877FD042890D7080A14DE04053E7500050EA78082DC7C4141B51AA0E0B8F7A0D0377050E87224E87CB307E8FCE41DD08567EB4161BBAE80C2D01B40E19B8B41E1A52050C4012928CA0D01BAE2EA048A565005457FFF0E8AB99A0BBA6A140EBADAD50F8A8D968112FEFE0025AAD4801237CB4149D6574029163050CAB5FBA014DC25508A600E94F20A004A3D7A0D7463F62C28FD933328A3E53128A32F1A94C98905DD7C0601E5386F07E55CF206DD59F402E5992D8200D75920C0732B10D06A1708E8A10C023EBD0482F06741B00FC740B08F1010BCA61184AC3503618E9D04618DF240D8825E106EFC2F8872401344B5DC0CA296FA8268175D41CC6100885D1004E2304920FE1673109FC601F107434142B5619028231024FAF60B24365000C936734072A21C94DF530D2A286F0715563A820A171C41C5A7B7824AE991A032440CA8BCAA1AF4F0A235E861F24BD023603FA8FAC44F506DD829502D4F19D488DC0D7AB6AF17F4EC7C0EA819E0037AA1110A7A21AF04BD285B076A5F2B0775FC6E06BDB73206F544E1401FCF59817A1DB8A0BEF60250BFE01FE8736E1268E0181934909705FAB2FF3C68642F0A34BA1D031A2DFE0EFA6A7B08F40DF51E34F1F03068A2FE2868A2351C34F9C20F34E56C06FAB17D0C347DEF0468C6A50B347B3A003427BA05FA3DD306FAC3CE05FDB59F01AFCB3101AF239E06AF1FFC0C564D7F09567DBA1BBCC5F4205833C80CAC99B41FACAD540DD6F1F006EB24C8C13AB78DC1DB8C5BC1DB1E5B82B77D5B006F2F0A00EB1B20C0063E116083FE01B011D71E6C7CB4066C1CB803BCFB1A1ABCFBB60CBCFBEE0BF09E2B4FC07B66FCC1260A41E0FDBFC4608B938B608B717BF0812BD1E0C3DEF7C05677ECC1D62FF0605BC36EB06DFE14D8B6E717D82EA6107C7CC33DF071C007F0896742B0C39542B0430B12EC3831003E6948023B6D01804F096160D7DC1B6037DC5BB07BEC32D8C3F13BD8E3B932F8CC8DAD60AFBC58B0D7030ED8E75217D8D73514EC4B2A04FB3E2082CFBA0681FDEFCC82FD27FDC04159ADE020CA5E70D0680A38E47D0938346F081CE6970F0E2F5506477A00C197DDCF82A3FC0F80634ED78063F08EE0586F2A388E9C058EDF4605275AFF0027B97E015F6B668193973E83539D07C069A764E034BA1DF8065108BEF1431F9C7EEB0A38A34A017CF3FA1438FBF83FF0ED946DE05CE42C38B7B91E7C777E2B18102E05035642C0A0080330387F1C0CE95E04431667C0D07C1E18BA120A8611AE805147F68251D63360D40512187D070746D73B83B173AFC0F8A90230E15A2C98E49203265BBA81C9FDF9608A671A98C2FC04A6EA32C0B4B2AB60FAD93D603AA81ACCD8AA04E698DE0073CCADC0DC1FED60FE9EFFB0B860417F1D58EA6900962D2583E56A6EE07BADFFC0F79FAE07E75B3C02176E4805173A6C0517D10BC165A9D1E0B25B1FC0E52AE3E0870579E0475F3CC0158A54708568005C197C125CE5480457C7B682ABA721E0C70838F8692410FC54BE006EB278036E3A20003F07D9819BAD8F809BA1607033B300DCFA540FDCFA060D6ECB6B00BF94DF06BF525100773C8C0777CC40C19D5ABBC09D3A41E0D74907C16F35EE803F7889C11FE05BC11F81E1E04FCA91E03E780AB84F1007EE575804F7ABBD040F5CBA0E1EB8B9133CD816031E7AB313FCE5FC10786433103CA22D028F606DC1A39BE6C1A3C82EF0D86B0E785C430C9E885F034F722E83275FF7837F6C1C034FF77A83671DE7C0B31783C1B3E1B9E059D139F0CF1106781EED039EAF3A02FEA5F610FC8BDB0FFE958F062FC669807FDF808097D79AC17F899F21EBDE8F42144C24104585798822BB17A258C583AC3FD90BD930690951B6FC03D99C89826CAEDC0351634D43B60C1D83A89B7D84A8272F41D4C560C8D67715108D8BF510CD3BFA104DB13244BBF53B44C7B11CA2CBBC05D15B3F0FD133A885E81D3C0CD177C984E8C7F7430CD2752086BB56207BB6AE83ECE986414C9CDC207B1DBF434CEF2D42F66D3F09310747432C5EBE821CFA1003B1DC008158F647410ECFB843AC361C871C3D1408395A3D0CB16E5181D82429416C432D20B6821C887DEA02E478DA15C889476721CEF76A216E7B0110F7D01A887B7F3DC4237C00E281AB819CB11543CE748741CE4C7442BC6CFD205E17A810EF9222880F4606F161A9407C338C21FE950248C09B5C48E05E322490E50109CA29865C328E835C4A03432EFD888744F44921915F6B2097CD3F43AE84B440A23B2D21716B469084A83048C2950F90846BBA90A42539E45AF67AC8B58A79C8758371C8751B0F485AD536C88D2021E406DF0A9209A543320B7220378FE321591FD5205933BE90EC8AAD901CDC71484E6B38E476AB16E4763F0172673B0A92ABFD0692EBE101C92D7901C9DBA603C943BF87004E044080A3B5109013070209888540909D10C8600F04DAB21B02FF6C0E413BBF8660650110ECEF7310FC191F081EDE062178F44388122308F1E72884546C0421371640A80A4B10AA412C84FA4C08A179E5416891A72074C52108E3F84F08837204C26A7E096103DF41D81F09100E9B0CE1C8CE4138A37F20BC2A1944C05E8488B4662022A71A8834320622FDFB172233BC0991BFBF08B9077F0179B00482E4C72320F93DC721454431A4D8E305A464171C529AB61B52667919F2C8580679C43682D46C1E80D4BCFE07A9B5F784D4D22321B50D3E90DA090AA4AECD0FF2B8BD13F2C4040869BC780AD2945609798E5280BCB04987B4E858415A1D5721ADCFFF405A3BEF405EED27415E897B205DD21948572F12F216BE03F22E0208E9616E847C6A53807CFA9709E9D5A3407A7D3420BD4F7F41FA8C21903E9F5C485F0802D2F7B016D2FFB91532D0550919DAF90432D49104194E6F837C392F864C0A3D2193DF93203FB43A203F422E40667EEA43E69A9D2073AB22C84FDF4D909FB34D90795B6DC8FCEA22E417B90BF23B792FE477FD6DC89FE19390A59C1D90E5F5E990BF897190BF3F7220FFA2E321AB0C3E64CDEF0A5471DD2FE8FA4A75E846D9085485500C555B8781AAAD4F80AAE179D02D997FA1EA477F40D56B63A09A89BBA1DA1AD9506D2D2454BB9B07D51EA341B7ED51806E7FF706AAEBF10BBAE39731545FE52274A7691574E79BABD05DB048A8416209D408140E35D9160F353908849A707742F786BA414D033CA0A6D802E8BEA3FDD0FDD602A885C539A8052D076AD18D841E387E067AF0CC3DE821D705E821BF0CE8A10E12F4B03D056A4570825AD173A0476C11D0A3BBC150EB872D50EB6F8B50EBDF0B501BB364E8B19F69503B8B37503BDA20D47EBD37D4619713D4212C09EA90D2097512BD813A55FC863A6F3E0675D6BA04753DBC0A758D7681BAC6BB435D8BEDA0A7CDCF414F1FFA0675DB610C75FFA801F5E8F0867A6E7C03F5542342CFB094A1DEB127A1BE19E350BFB443503F2E18EA570782FA3B9B4003646ED090BD25D073DA3DD073A68FA0E715AF43C3B4B740C31F0F412F5D4A845EFEAFBF28C204F4AAE777681CE72D34219A074DF2B9014DFA7E117A5DF303F47A34129AA23F064DF52E82A67E7281A60EB6436FF86A403352B4A099E85BD09B2762A0595B6AA1B72EFF85DECAFE03CD79BF08BD1D170BBD3B380C05B9694141D0FD507017030A496A86C2F6B84161FFAD05C2CE138A1E6C8262DD0CA0F88D2B5042E50328D91D02A5ECBF0BA5E25AA1D4B73A50EAB42E940E3381327F5C82B2B69C85B2748BA1AC3F4028A78E05E58CDF8072F783A03CE3DD501E491B2AD4AB830A0172A8E8FC4FA8782A0D2A512A874A6E6841A56F695039A61B7A8FF2169AFFF02EB4C8B4145A1AE20E2D7D6D0D7DB8B11CFA08F9085AE1B506ADD20343AB083268558D0EB45A2B095AA31706AD3DB106ADE560A075C6FED0C78846E8E3351CF4C996D7D027D5F3D0279F84D0FA8E26E8D37381D0466D14B4D142006D5C1E863E8376409FAFD9405BB47CFEDB5AF2A02DE1CAD056790DB4B53413DA3ABD05DABAB20FDAF6341FDAD6130D6DFF3D047D39E50E7DB57D03F4955808ED38DF0D7D67C787F6C45F82F664ED807EF20C857E6AFF0AEDBDAA0F1D887B0D1D3CB2113AA4A1061D62DC820E639CA0C36F774047148DA023D471E888DC1D3A1A68051D0D36828E2E88A1631065E8580912FA35EC31746203053A790E0D9D9658426762FF42E79EFC83CE0DFA427F877A427FF7E7437FAF654097663DA12BEC0CE85A5D1674AD6316A6E0B513A674A61BA6E4A5075BAF120C5BAF7719B6A1F2126C639E0F6C23731EB669EF27984AC65ED8E6B643B0CD2BD130D5CDD930B56D2F606ACF9830B5E671D89664306C4B2901B6E5F1084C3D551DA64EF809D3B9930FD3559882ED903F86ED28FD04DB313E0E33B02B87199489617BB66D83ED210161268E0A30D3DBAAB07D73DE30F303D761E6472930F3A43698F935D67FEA61E61599B0830C19EC60EF2CECD02C1D7668251B76581705B362DC8759279E801D733084D9C9F461F6377261278ED6C11CD73BC01C5392614EDE6F61A72E0360AEFB5EC2CE2406C0CE7C0E8079FF8D80F9C15EC00207D361419973B0A0C2DFB060783DEC1CA712165A35053B1FB7017641A11B16DE340B8B1014C2226B2761D182FBB0984D9760313616B0ABA00C58AC9E192C8EAC028B2BB385C555836071B35858FCED7958FCFC4358FCB214962823C092B4576049A724B0A46E202CD5201196DE1708CBF0598365D4C3613765CAB0AC8DE6B0AC0B0AB0AC341C2C3B421B96B3A71096FBAD0D06A059C12067FFC2E0BF9C6008472D1882478621A6D261A8CF2E30D4F73C18FA851B0C67EB03C3652AC308F9E76184EF6130C23F251809F3014656718691936EC0C839EB61E4FA391825AD0F46DBEA03636CFB086304D6C118DC1A18A35715C6A46AC258E7F460ECC47B30F6777318D7B80DC6C5BBC17803CB30BE46168CAF630E1394A06082DE7330C1722F4CA87516269AF2834946303069751F4CB6EE174CE68B86C9BFBF84DD535E86DDD74B84E51BBF86E53B7D8215D887C30A9F84C0CAE646610FADED618FF08AB00A376558D5A717B01AE32E585DFA04EC311C08AB7FF000D618B10DD6088B8135E54EC29A2052D833BB6ED8737302ACD97E0FACF9361CD63CC082BD54DB097B696F0E7B792F1FD631F40FD6BDFB20EC0D7B37ECBD2301F63ED916D6538F857DA87E03FBE8D90AFBA41907EBB32C877DDEBE08FB9C7302367CE7036C54FD276CEC5F386C7CCB4FD8C40F0C6C32B71E36953700FB2182C2A677F6C3665CBD6033D06AD8EC82166C4ED91FF673B00DB6600784FD7A711AB678560DF6DB301FF6FBDD69D8DF3B95B095084FD8BFF01ED85A79036CADA113BECE580FBECE771EAE18940C5F3FB70257DE6C03DF44DD0BDF72E1145C730A01D75C9B816B7F3909D7352B83EB865BC3779C8A81EBFBDE85EFBCFC0A6EE09204371434C18D3624C18D3C06E1BB03ECE0BB836CE17B1F1BC1F78E5C869B2AE4C0F7C56C82EF6B18849B3D3F0237EBBF0D37C753E107DE58C20FCC04C00F72D3E187EDDFC00FC75F841FEECC821F7EED04B7B23D04B79AD8073FB2F113DC5AAC06B7B1BA0F3F56E801B76B7F0CB70710E0F60F17E1F6B30370478F7CB8D3F611B853D739B87BE810DCBDB71EEE117603EE1DE20BF7A66E81FBEC84C17D8E9D83FB644EC0CFBEAB82078C01E0813A77E1410699F0102F1E3CF48801FC42311F7E919507BF583200BFD8FE051E76FE0D3C2CDA091EBEE10F3CEA4026FCCA8212FC6AE50978C26115F8B5A377E0C97A3FE029CB25F03417013CCD6F029EDECB8567BEDB08BF89758767F95E85DFF2BE00CF664BE0D9F7A2E0B7735AE0B9127778EEBD2BF03CE063F8DDD1543880B80407A6E7C0C19B2FC3C1BF4FC16121BFE088DD2038F263041CF9B9058E8E94C3D10FFBE018BB243876F7141C97BF04C747DF83E311B170FCBB0538F1BB104E3A858793784670D200024EB16A8033FA4DE0BC30325C1826860BE7F070E1AF08B818390097D885C2E5D77FC3E52C63B85CD40B7FF06B169EAF1E06CF670CC10B6C6CE1050F1AE0C53915F0E2C58BF012763ABCE4571CBC9CFB1C5E79E504BC5A74185EE3BE15FE38F721BC5ED11BFEF40816DE44588237DFF8037F31390A6F390E86B7DC11C2DB1A92E0ED66AFE12F5787E15DE59FE1DD4F1FC0DF38A1E16FCA8AE06FBEFAC2DFDE20C3DF892AE1EF9AF3E03D9B03E01FF7A7C13FCA2CE1BD752EF0BE3C147CA8E9287CD881031F9114C1477E5E818F7EEC848FBDDA0FFFFAF93E7CFCF71AFCFBE176F8E43E2A7CF2C449F854B1277C5AF70E7C66381C3EB37A1B3E7B70183E075A81FFD4DE0FFFB9CD08BED0FF0EFECBF620FCF7D570F89FFFEA6A79068E58777404A110A38350D45047283AFF462812FB10EB2FE821D6DF71426CB86883D8144B41A8A26E22D430EB10EA179211EA051F111A6C278426CF16A1F9311BA1A38A426C7BD083D81E6C8FD8DE7C0BA18BA940E8994C21F4C2A2107AE19711FA8ABD889D9BBF2176B97C42EC92FA217635D4230C9CA50883AA5884A1F56E8471AF3DC278421FB127AA00B187178530B98943ECAD7C8A30B5B34198BDBA85D88FBD8D305F7E88B07002210EC8B6202C6D4888C36A4988C35A5188238F4F208E16D5238E365723AC8F1E445883CD11D6446DC489F3AF100E91EF110ED80D08C7E79B11274B8408279F6984F3F12984EB2967846B4E0AE2743B03E179D51771C6078A38031B4278E9F310BE181D846FF17684EF6F0EE2ACEB2384FFB66D8880952A44E0612E22F0E8494490D5754450D1054470581722442306712EBE1011AAC34084E61F42844EE9202E546F455CBCCC445C944211615EEE88308C001156BE0111BE898E083FA884B8F4088A881EF342C49C8843C4C45823AE0E9E43C4EE4945C445E420E215F211F17FE7118966A68844EF2E44E2D8694412650A71DDA71A91BC671691B2251991969F8D480FE723D2E11D880CD771444690089171EE0A22B34C0D71D3F83DE226C31091E5BF0D9175370171CBE83C22E7151191EBC146E4595F42E4E1CD1079234588BB110F1177531A1177B92908607C130278CB18011CAD47800E6623C0D7551150E5AB08F86E3602712A04813A740181113F45101AAC1144F95F04453886A0F2E1089AC27E046DD71F045DF014C13C5C866032AF2358A7DC11ACC8BF084EE719043F1383106E398310511710E237A608A99A1A429A4846484BBF21E49E2A887B07C210F74B3A100FE47F100FBAD21185FE498842881EA2F0672EA2E8F11B44D11A01511C6D84287E3D8D281168234A7E86214A217044599C26A23CA100515E1E847858700A5179AA15F198A888785C7603F1F8871CF1E48518F1647216F1547914D178A00DD158F50CD1D84847347E8B4534E505239A7E3B209E65A011CF88998866AC13A2D57C2FA2ED7819A21DEF8AE8306D4074076C4074DFA94574E32588B767F4106F493A88B7ABDB103DFBEF217A4AC3103D8B30C4071D05C487C8FD884FE40788BE7B30C467DF2F8881B565C4500604318C59420CBF1F408C28E010A32B2988AF89AB8871B319C4B8CD2FC4789D1CF1DD1B8F989ADA8FF831AF83983DCF45CC3EAD41CC5DF447CC477523E6EB3E217E4DBB237E3B872296D40D117FBF4211FFEC0210FFC22588D507BF106B065F116B97A690EB9B41C8F5FFF4901B4E9C432AAF4B416E3C7F1EA9DAD58654D30845AA4D8D20B740CF22D5559A91EAABA1C8AD8AC790DA91FFE97B86D431DC8CD40F9D44EEDA1E8B344C588734068C218D7F6B23F72C409026742CD2A44586DCBB958034D53E8E346F3D8C3C943D8A3C0CA2218F44EC441ED5D0415AAB4B90364DB548BB877348FBC7ADC8E32D0CA483D000E9D47F1CE9BC2506E9AA91823CADEC85F4DC58823CF32702E9E542407AF99821BDFE2E23BDDB6290BEFB6C91BE116CA4EF5215F2AC321719B0F112322081800C9880210343A39081340832C8AA1B19E4F9071914B519195AFC11797EC20A7931EE06F262563132ECE346E4A52BE1C84BB719C808850664C4EC6364147E0519C56721AF085F20AF2C3920637A9D9071732C64C2C30BC8C4E25464D27904F2DADB5DC8EBA033C864F41164CA74363275672C32350E8B4CBB398E4C2BF980BC21FD84BCD1044766BEC3236F1AAB22B38EAF4766355E45DE4E3241DED90C43E6DE7647E6AD97220159D79040461212867444C298FB9030C96324DC330E89D8B98A440876201183879148BB292432CB0C89665C43E2DCD590F8A23524E1741492D0DF8324957291E40F5B9194BDDB91D46BED48DA9E14242DEE32929E638664D48C23D939AF909C6F2D485EE60892270D46F2956C91826350A4E0663D5230790829E43E418A1CBF214570345284BB8014971FFACF15A4F8D92252DC2B464A5F1E42CA0EA9216549B148192F1129FF6487BC1792857C707C10F980781B59B0EF20B2E05418B20033842C6840210B5669C8C2C8786451940C591CB51D59CC68459668FA20CB764E20CB22FA908F72F49195597F9155499791550FBF23AB1DD9C8EAF8DBC86A6003B216BA0759E7628BAC63C6231FE3DE23EB8FD0900D635264D35526F259E42DE4B3D84EE4F31D9F90CF5DC690CF4186C896D30DC8B69B33C8766329B27DEE15F225D404F90A9281EC38F21DF95A6717F235A50CD9C57988EC7A8645762B42906FAB1D906FDBF723DF052C23DFFD57F3EFB1FF90EFBFD4217BEE21909FC83F90BDE747907DAF129003BF362287AF6E427ED3F3477E3B3D8B9C58DC8F9CDB4F46FE6C2620E76761C8C5E751C83F2D75C8A57D7AC8A5143FE472961B72F99E02F2AFAE27F26F9E2A726DC403A5B47018A5024B46A9B48CA2544D4FA1548F4CA254CF35A2B6C226515BC760288DCDF528CDFB47515A7B2128AD376AA8EDC6EAA8ED3D3628DDCC0CD48EC6D328FDDA8BA89D0F3551868E9E28A31BF328E396DDA83D219F517BB701507BFDC7517B87AC50FB4ED4A0F6C1052833CE06D47E7B086A3F1A84DA3FB60565E1F51A75B0EE00EAE07B4D94E5752794D5F84994D5AF63A823195DA8A37391286B8BD728EB8B58944DF10FD4B17C0B94ADE42FCAB6612BCADE3B0E757CE302EA444B0CEA64CF38CAB9FC16EA14ED1CCAE5642DCA65E000CA155E80721BEC44B987E6A3DC7F70509E463B515ED25694CFBA65D4D92D45A8B34BDB50FEEA5C5440DD0F54E03E4B54D035175450EE382AD8E4072AD8E2092AF4340615BAAA8C3ABFED0AEA42472C2A6C7604754912818A3CFA037525008DBA22C2A062BC865057336D50F1FB77A0E21F1C46C53FC7A1127AE8A824DFABA8A4A930D4759DC7A8E46B39A81BE15750371EF9A0D25F28A2324CDD51990FAFA332C75C51D9EFE4A81CF902EACEF958D49D444BD49DD4F7A8DC5F95A8BC6D2014906A800219FBA040850A2870F44D1478828082D6BF45415FBC44C1D3AFA29086D628E49B9B28D4A17A141A3B83C24AAEA228068A28CA90004535AF44317A782836AC1FC531284071871751BCE03728BEA1058A4FD745098FAD43090B4A5122EA244AACF91D25E97B849226CB51D2EEEB2869BF254AAE5B85BAE72040DDBBD48CBA1FA4847A402F4215CE6AA28AAF3AA34AD6DF4095D826A34A3719A3CA2816A8B2899DA887D222D4A3E7D6A84AAB1554E5FD3254E57430AADA3E19559D5080AA6E0A40D56CFE8C7ABCE6887A222E43D55F94A1EAE315500DF06854E39D75A8C682785463A129AA79F112EAC5031EAAA5EA00AA2DA816D5B6FC06D50E80A35E3ECB4075B84EA03A9E8EA33AC3DFA05E7BBD43BDBEEA8BEADADC88EA7AF60CF5E66E19EAED881AEA83672FEAE3FB23A88F1F9D509F10CF517D072EA2FA8644A801C524D4E05639EA0B178D1A4D5B418D0F3F404D00AFA226DDAD5193B413A8A99351A8A94722D454D70BD48CDE5DD44FB775A879D26ED4C2F201D42FE53DA85F7932D4EFBA2ED492E3226AF9B018F577FB3ED45FF414EA2FB107B5B2290CB5B266825A5B70452BBD5C8F56FAE38DDEA8760EBDA95511BD69F52B7AF39949F4967A2C5ADD4809ADEE5C83566F64A335F227D11AAD05684D0F2E5AB3C91CADF90C87D68E1C426B43FEA0B51BCBD1DB620068DDCFDBD03BD814F48E392BB45E0301AD1F0B47EF4CD145EF52AE471BC4A7A00DDEBE421BA638A18D3C26D146C9CAE8DDB072F49E012ADA34D114BD2F310DBD6FAD0F6D26BF8FDE9F32883E68B1156D159C85B67ADE8BB6EE7E8B3EE646451FFB26433B18B9A21D8E89D127878DD1272746D04E9651E85351996897134B6857FBE7E8D3B152B49B423FDAFD4A39DA2318833E93B78AF6AA1A427B97DAA37DC295D1BE462E68BF1C0BB45F4519FAAC4508DA7F3B0A1D907E1C1D38FC151D24FA8B0E69AA449F5BDA890EDD3B820E5D3E80BE600E475F8806A22FC42EA32F2C87A32FFAA8A32F665BA0C382FBD0E136FDE84B2619E84B081574C4AC06FAB23F077D39B21B7D19BC037D79A9001D25BF838E5607A263EE05A0AFEA5F465F2DFF808E4D79828E5DFE858E53C944C7DF41A313BC1EA2134DBEA3AF5D6940273B8BD0C9D147D1C9D701E894DF8EE8D4D5B7E834FF5A745A45343A6DF417FA06C6059DB1998FCE381A86CE847D46DF742A41DFA42FA36F3E83A36F9DD882CEFE8A41E76CDE8106146D47032D32D0404B021AD49C8E06A7D7A2C1DC4434A4BF050DF50E44C379FBD0F0C19368E495F368E4ED62342A968546D597A3D1877FA331C7FEA1318D1968ACDD4934AE591F8DE79E47930E04A0C9C69A680AA70A4D79E682A6C3BBD02CE67B34EBA11CCD0615A1D9D0223447E51E9A73B112CDB9EC84E6BD5343F3B76D470B1CF7A1C527ABD1E25205B478C4142DA92A434BB7A5A0A52F11E87B1792D085F13C74B1151D5D82D343976D00A2CBD063E8F24DDBD0E57BB3D0E56673E847FBCCD115D7ACD1D5D4ADE8EA1E0D744DCE26746D120E5DF71B807EA2F70F5D0FDC8E6ED4FFCF1810DD8494A19F25BE473FBBE68E7E766700FDAC6A11DD2C5541377FDB8D7E61B309FDC2EE21BA156A8F6E452CA3DBBEF9A13B43CAD0AF459EE86EA57BE8379D97D16FB526D1EF93E9E89EFB01E80F90CBE8DEE81E74FFF141F440972B7AF0031A3D54FA14FD657301FACBEE01F408F7207AD4B009FDF5AA317A5CAF033DEE3588FE96C4427F8FAD454F9A7C404FFEB4424FAEFD434FFF3146CF589F45CFBC5440CFC63BA2E78E3E41FFDC3F805E38D48E5E084C452F4446A217EA3FA17F692CA2171FC8D1BF2F72D04B9EA7D1CB058FD02BCC1E8C42AB0546E147364649F52966BD692B6663DB1866E3483E66135B8A511D9FC0A831CE61D45D82315BDBBA315BBBEF6034EDB5305AC7A330DAAF4D313A33248CAE7F076647F0638C5EA835467FC30866E7E614CCAEF02ACCAE9BE6985DCC6F18E36B1318D3B578CC3ED5358C59452BC65C31197340D085B114E5630E5F3E8BB16ADA893982F3C31CE99EC558B3C9186BA93BC6A65911637BBE01637B7F1C63673287B15FF98039FEB41BE3A0B01FE340D2C09C4CF5C59C3ABA11E33A908D711DBD8F711DBB8C71CF81623C76E6603CFC56301EE7CA3067A6B763BC0FE6627C9E39607C15FF60FC1C1631FE485F4CC0502E2650CAC3047EC8C3041D37C404053A6082372B6342D4AF6142DEE463CEE96DC584326898F31A99980B816D98B08E624CD88C31E6526D282642A91773C5FD0A267AFB322676B2081357B51593B87E0B26F1D3034C92A11926B9F61126C5FE1426F5720C2635198F49337A89490B8DC1A49B976232F45F6332D54E62329D063099A58731B790004CB63607931BFC1E038AECC280ED753190F1FD18C8DF400C8C7C0F031B29C7C02B7C308890480C72FD490CB23F0883750FC4602BDE62F0DCDF1812AF0043BD0EC5506FD5616805E9187AC9290CE3F7060C932EC4B00D75306CAE3386DD7114C33570C7F01D173042A636464C2BC248E26630D2C1458C6CD731CCBDEC3B98FB2BC99807D7AE601E30BB3105032A988215274C49BA25A6B4F004A6CC2E0853AE988F79B408C6549C09C254DDB1C254EFB1C15477B4636AE506983AEB02CC53CF1798A70F4998E633D731CD5550CC8BED539856D31C4C6BFB554C3B720CF392F417F34AD90DF3EADD234C47A916A6732513D3E5A183E97A5E8CE94ED980E91E2EC0BCA9ECC3BCEBBE8D7937DF8BE979F51CF3B1A107F3F1AB12A6B7ED07A66F291CD38FA162FAD99D98FEC24D98CF433998A16B65982F897F30233BFA30A373A998AFB800CC37510266E22A0733F19C83F91ED686F9FEEB24666A831C3375250433C521617E087198E9AB7CCCCC4567CCEC3925CCDC982EE6A7763AE6E7EDB7989FB26B98F9F5C198796E16665E02C12C1CBD83F9A53E86F96549C42CC64F63FE9C98C32C0D0F61FE1A63307F1DB3312B476C30FFA221987FFF94306B53EBB1EBA447B00A0BAFB18AC7776115436AB18ABF9E619558EFB1EB3DC6B0EB61CAD80D5D37B11B968CB12AFBF4B09B5DDE6355CD14B0AA004BAC6AAD1276CBE702AC76CC36AC76F63456C7E0175687F00DBB2DED02767BE337ACAE3507AB1BCDC2EAF6856375BF1FC5EAE5FCC1EAC1BCB13B0FF6627779C66077B5DEC31A3C0AC61A6AAC6077C713B17B3E7EC49A84EB604D3EB763F72EBDC7EEFBBE196BA6EF8F357BBB8035EBDF8835FF5C833D74F213F610C9066B99EB80B5BAF1187BF4DD34D696C5C5DA16DFC3DA3EDD83B54BF0C6DA6F48C41EAF6CC31E9FD5C69EF09FC19E4848C39E5829C43A8499601DC0BD58C7D854AC234184753676C6BA8C8F62DDCE8460DD3728623D0D7763BD7A9AB1BEDBAAB1BE3F80D8B34E81D8B3110ED8B34530ACFFB1366C50CE116C509B3D3678A5121B9A18830D9D61632F18CC632F862460C3361962C346BBB061F3C3D848982A3672DE187B795D38F672E4796C94C97A6C14B6191B5DD78D8D6E9EC7C6F066B0B1B45FD8245B0F6C12F9293669AE027BEDBC37363924189BFCFE2236CD431B7B23F42636432EC0665AFEC166FABCC5DEFC6884CD1AD88CBD9500C7DEFA70117BDBEA0F3637A5149BCB5CC302443A58A0F97B2CD08E8305D57B63215B56B1F0C9602C62E537166923C2A23FFEC4A217AE61B17725585CC2612C0E78164BF06FC5129B22B0647F3B2C9DA78BA577DB6019C4362CE359059669A387E5D4F76079DA1A58BEE757ACF058195678DD1B2BFC1286959C598F95A9EFC6CAF18AD8FBBBAE62EF3FA8C73E505FC63E0859872D3B908A2D5B73C196DB65631F664C621FB5EFC63E7A5387AD544CC156EA2E63AB32DF61AB18D6D86AAB8DD89AAAD3D8BA8D626C5D6E0EB60E7B045B87BB89AD7BED80AD9BFC8A7DFCE80BF6C9BB2BD8FAFC13D8C63307B18D31746CD3A1006C93BF1EF61955887D36AAFBDF6A82B0CD45EBB12DA94C6C4BC9176C4BCB0AB60DDE83EDCCDC847DADED897DB7BB07FB9EEE87FDB03F03FB51958EFD2898C6F66E2DC5F6DD29C6F61B7DC77EE64761076347B1C3FA4AD891EFE7B1A3FB2FFCFFDBD2D1BF26D8B1733CEC58942D760A6681FDB163277626C9003B9FF613BB503789FD05BC85FD05956317D729619796B3B1CB7BD2B17FDB9E60FFBECDC7FEEDC562D78AAD700AD01C9C421D03A778F0106EC3D3299CB271156EE3C84B9C8A6809A7BA1B8C535D8DC5A96D44E1D4F7A8E1D44FF271EA5ED9388DCB6538CD539538CD6FBF705A1B53715A9F7FE174F2BFE2B6F5D5E3F4B69BE3F48C9A71FABE51B85DB12C9C81C1769C814736CE08E68C33D69DC31907F6E38C6FE6E2763BEEC6ED2998C4ED3D9184DBDBDD8A334D3A89DBA76582DBCFFA8633377A8D338F3E8C3B68FF1477103D823B643E883BE4338B3B1CCFC31D2EBD873BC267E28EEEB0C61D3DF41577D43D0A7734AB0167CDB884B3D9608CB369B3C2D93E798AB3FD07C3D9AD5F87B3CBA7E38E1B6DC41D0FD7C7392676E11C6735714EE246DCA9470138D7693DDCE97DEF70A7E352706EBAE93877A7259C7B5E2CCE33D40F77E6F6419C575537CEEBF70CCEAFFD10EEACE21E9C3FBF0E1770EE322EB0661F2EC8F713EE5CA525EEFC3D02EE82F631DC4576382EEC59212EBCA41D17FE1B8B0B5FD98ABBD4BE177719B50517E51E8BBB92FF0E17FD200717FD6C151743C8C1C50CFFC025C8737009AF747149F7AEE2AE914670D7F17F70D79F2071C9C6F771296ADEB8D4BAC3B8B42B69B8CCC613B89B679A71590718B85B7BDEE3B2FF94E1724A1A70B9BF37E2F2560EE000C18538507F040E82A9C0217A337048D5581C72F7361CCAFE240E3D5384C3083FE3B08C601C2EE6020E576F87C39FBC87239C6EC511A27D7084AFCE38A2A60F8ED89E812319EEC2913E64E0C8B41A1CCDCF11471B2AC0710E8EE33844151CA7A705C74BBF8CE3C3B138C1195D9CD0FB014E2831C489758538F19577389948889313DB700F64AEB8C2582EAE3883842B710CC195C6CFE04ABF0DE31E1E53C255346BE12A0FF5E22A9F4EE3AAB568B89AA8045C8DF42AAE76EB2AAE9601C6D5FE63E2EA341B708F8786704FFEDAE2EAF75BE0EA6FAEE29EFA7DC43D4DC0E19EFEBD8E6B088BC43D3B7506F782EF866BB9D5846B99F4C2B5AAECC0B57DEEC5B5CF81702F5D6A71AF2A6EE23AAE84E05E578CE25EFF7982EB3253C375F939E3DEE964E0DE3F9AC77DA88FC37DDCAE82EB357C82EB2D7A89EBA326E1FA050CDC67D46FDC602B0F371C60801B263BE2BEA48A70233A30DC986C37EEEB902BEE5B923F6EA21C859BA21EC1FD78711BF763D018375DAB819B7E76033713338D9B2954C5CD8675E2E63F27E1162A5271BFF69171BFDCAA70BF7EF4E31603FD71BFC7B8B83F1A97707FC48EB83FCB4F717FDF69E3560EF5E0FEFD57CB6B0EF978C5D10D78A5052FBCB29314AF9C178FDFC849C4ABBC86E155375EC3AB3E6CC16FF9E383571FD983DF9A7D0EBF95BD8AD790BCC36B1E2CC56B0EFAE3B536FDC7E40F5EDB5201AF0DFA86D73984C3EBD8C7E375DCBCF13A2956789D4C185EA7EA1F5EB7D70BBFE39D0A7EE791737843BD3CBCE1F58778C38E68BC911D1B6F9CD68D37663DC3EF796B843709F88037B9A2823769BC8137A566E24D6BF878D3A7D57833EC04DE8C02C19BD78FE30FFEE1E10FBDB3C25B5EB3C45BA671F1968052FC61EB0F782BCD4778DB4DC178DB3657BC3D92853FDE3A8A7730F1C63B1444E31D61DBF1278F59E24FDA55E24F025EE39D7688F04E8B60BCF33B25FCA9C014FC29A421DEC52616EFDAE38677AB2FC57BFD48C47B9BACE17DB31EE2FD9E31F07E5F3FE0034107F041947FF8201A1F1F5C44C307377DC007B739E1837FBCC787164FE22FAEDCC1876BE8E2C3B54EE1C3431AF197CEC1F097C25AF011451EF848AD3DF848036B7CE4E1097C549F37FE4A5334FE4ABB041F0D2FC3C7442BE2AFBA6CC55F7D05C0C7220EE3E39B55F1097746F10933ADF8A4DB97F0D7D5BFE153B578F8CC0305F8CC2C777CA6A8097F13F80C7F4BFB023E5BAB1F9F6DA58BCFCE1AC0E7ACFF8DCFA914E36F1BDEC6DF86B7E0EF5CD888CFDD5D8ACF3D1A87CF33BE89CFF3AEC5E73DB98EBF1BB4057FF7B5131EB8FB341E08A9C7834E2CE0A1B5FA78D8790A1EBEE7191EEE4FC323144EE311EB017894E5433C3AE4001EAB73198F9B60E0F1B9C7F18430199EF0C01E4F58DE822746E5E349CCDF7852C9389EA63781A7F7DAE119C5023C63E80F9ED9FD10CFDE7F04CF8E9CC0F337D9E385102E5E583C8C97FC7B899732F7E1A5032E78E9842A5E8622E2E5146BFC7DE42E7C01651E5FF06F33BE74FD177C797934FE61ED21FCA33422BEC26A165F71E335BE32CD0F5FB976185FEBFE1DFFB82102FFE41F15FF34B300DF70E927BEE99D04FF6C7505FF5CF91ABE592F00FFE2F2337CDB9B717CFBB03FFE55AE0DBE7BF747FC1BE606FC9BFB6FF1EF8D06F03DCEE6F84FE1D7F09FAAF8F8DEBD2DF8CF79E7F09FE71EE3878ED1F1436EF1F8A1457BFC88F217FC58E6207E4CFE03FF95740B3F6E7F0DFF0DB81D3FD16A839F2CBA849F0A28C24F9596E07F9CB6C5CF207EE26744DFF0B36F42F07374097E618707FE979337FED7DD4FF8454A09FEB79F367EC9D803BFF4598C5FD5C0E3574F3CC2AF5E55C6AFD984E0D7FC390445109AB0FE703661FD9B76C2FAA936C2266B2161133C80B0A9E20641B5964E501D4712D442FE1134AE8513342097085AC743095A499A04AD27DD846DDD14C2F6A728C20E3B1B825EF931825ECD5382FEBE4A82E1CE55C21E1698B0A7369460227624ECE51913F6161209A6177F12F69DBD4C30FBC92758EC95102CCE3D2058C02B0807FCE7080708B7090793EE100E3EBF4738643349386C26221C7E0F271C5E7E443822A6138EC86A0936E73A09C754E308B6362482FDDC79C2096309C181FC9FE7230427BC1EC185AF4970999C27B8DE7523B8EB8F10DCFF95113CCE42089EE95104AFA72E041FA82FC1179649F02DE921F8990C1102AFA71202D91C425099192198D84A087E7E8710DC9F41087D9A47B830E34608931308E1E54042E49BBB84CB3B2B0957F6B512A29B2B09B1DE7C422C0F4E88153D23C4F93108718F2E11E2DAB711122ACC0889A39F08D7B49A09C94C012159AE4048A1B81352DB9F11523F1512D2ECD30819342E21AB7E2BE196C21142CE8E61428ED88B90F3BE8390D3DF46B8ADD840C8DD1E4CB8EBF59D0018E41300E31904E095420270A69800C24E13C001440298F38100E3071050CDF304741B8880D38926E0A96802812E23103E5611C85A2104B208492057AB1228A0510265429D403BF680402BBB4BA07FA612E85F1208F4D9570486F60A8169B495C032C310D87DB6045EF12D02AFC48520C88E2248F47804697A1F415A9C4BB8B794442888C82314767208456E2E84E28D4E84E20C3B4269E93F42E9E7BB8432BD758472C856C2432339E1217F9A50C18A2454760B0895237242F5B9FF44E811AA9FDF20544F3E27D418900875DC1784BA792CE1898911E1494100E149952FE1C97002A1A13387F09C2221B41830082D971B086DF9DB09EDCAEA8457FFCDFFD5AF6A4287CE2CA153E12BE1F57232E1CD6432E1ED995EC2DBE644428F9F0FA10F9F4A184857210CE63812BEC0AE10BE086F1346CCA60923770208A30439616C770AE1EBCFD384F1CCD784698F7F84E9A7FA8419133C6186C725FC62471116E9A3843FF93E8465C01CE15F2794B036F380A8C0D0262AFD6311D70FD2891B9F971355AC2B892A9D2A4435C7DD44358F5EA21AA68FB865924554DF9F4454679513D59F9C266AF4B2881A4BFB885A6B4789DA678688BA871E1375435789BA89B5445DA684A8FBD893B843564AD4CBBD45D4DF6E4CDCB5F1077197961B7157C763A241C073A2E19C1371F7F416A2C94B01D174179C687A7D03D12CE40CD12C9D4ADC1FD146DCBFAC4F34C70889E6CDE144F35FA789073D1A88873C9E100F25DA102DA10F8996525FA295C17AE2118A0ED146994BB4A53E23DA4D1613ED959689C7F7DA138F7B9B101DB7BC223A9A4D129DAC7489CE156EC453A3494497C426A2ABCE05A26BDE75A26BC912D16D7D11D1DDAF86E89E7B87E8DE7183E8716F3FF1CCBF21A2F7CA02D1B7B58C78F65D15D1DFEE1BD13FA78E1872DD9318329F493CF7419518BACF9A183AAD483CAF554F3C6F65413C5F47225E84FC255EAC7A4D0C8FEB24465C7A4B8C681C2746FC4927469A6D2546EDFE46BCB20620C6E49712AF8A8C88575BAC88F10FAE1313D6FB12933899C46B3A52E2B5D52862CAC936E28D1D52623AF31031C3F60031A3E93431F3B00FF1E6456BE2CDB43CE2CD2919312B1D43BCF5B7819833FC9978BB609878BB6B3FF1F6D750E29D6DABC43BB9DDC45CDF1C62DEF147C4BB4EBB8977874044C0B66C2244D441844CEC24423DED8830A73B4418F105119ED54444F0854464B53711D9504A444ED710F15A534442B48848A8592012770F1349B93A44726C2291FC76994825D8101936B788CCD01B44E6A32622F3358AC86EC310397AA7891CDB2CA2C0439528C81E230A081144C11F2FA2F0E20BA2F06B1D51722A8B28B93A479406661365BB8E10EFDD9D24DE93EE21DE7749243E101B100BEDEC888F18B1C40A8DEFC48A08656205771FB1E291945851D54CACDC9641AC4476126BE2BE136B11DEC43AA31C62DD2506B141A998D8481A273ED7BD4E7CDEED416C365D20B6A8AE115BF75189ED4EB1C4CEEE6AE26B4D12F1F5C97662D73D2D62D7374D62D7D41AB17B9D3AF1BF26E25B199DF8B67B8AD813C3207EBACB257E7AF88DD8B72391D8E7BB8FD857F285D87FAA85D8BF324AFC6CA3411C304D250EA9A41147EC5D88A30FBE11C7EAFF11C7A709C4C9801EE2D41719F1874A1371AE7088F8739B1F711E9B4CFC556946FCF53B96B8D88825FE0EF025FE4621884B5B66894B763DC4A56786C4A5957AE232CE98B8BCEC4EFCBB43445CB1B122AE9C3F465238D8435258AD27296A50498AD7F4484AF7D793D647FC246D38AA4CDA700240DA78BF92B4F16B2A69F378184955E849523B4827A9B9FE226D59EC21A9338F9034D41E90B47C1549DA2589A49D6A28D22E369264A0AE423238C024190CA5920CC62424C3D20324C3CA172463352AC9F869096977E524C924B69D6402CB2099125348A6358324337B10C96C219BB47FF751D27E870692F9E1AB24F3A68D240BD44F92C5B361D281D5FBA4831039E970D84792D5A127A423B82AD2513B00E928F51BE9E88FD3246BA601C97AAD8C64B3B39A742C5C8764AB4C24D9DD2B221D2FFB4E3AF142403A797D9E7472E438E9E4B43EC9293884E4CC3A48722EC0905CA3D024376D09C99D08209DD1E5927C3E86937CEDA648BE174124BFC408D2D9FFC6ECBFC98B14A0F0811478D69F149CA5450AD1ED219DB31C239DEFCA265DE0F34817756248615DC748E107EC4897A0FAA44BB2715264A73329EAED3C29FA8E1E29C6428574D59446BA7ACC9D14FB308014F7B79D14CF3C464AECDF4D4AEABA46BAC67E44BA5EE549BAFE229574FDBB2A29795B1129553F8C94B6E922E9C62085740BF2899453709E74FB852F296FDB30292FA48F7477FD131250EF3A0978EA3D0988F944020E1C2681DFBA9320BE9B48700F1A09FDF90209BD9C41C2564493701B5548F873BD24528F03897CBB9C4401DD21D16A7791E845F52466480B89EDA744627F292071CDC649FCAC309240FF2A4932FA9A24B51793EEBF78437AE0E04D2A00B7930A5DB248458FEB49C5F6FB4825B0415229F632A96C670DA93C5783F448BA8754913E45AAACD122552F1349B57B9E90EA3EE2488F158F911E4B44A427BBF692EA9DF6901A70B1A4E71901A4E7438BA496AD16A4B6EF6EA4F6834CD2CB0D06A49779BB481D23E9A4AEAF7852D7C215D21B8D59D29BD207A4370DEB486F1D57486F4F9990DE653490DEF5FF25F5F488491F6E9F277DB288237DBAAE4BFA24D625F517CD91FA6B6F933E9B3C260D6C409106DCAF93066424D240BE3669D0619E34880B240D1B5B914663A34863875C496397A9A4B1A874D2D7BA56D2F85133D2F74D79A4C917EAA4C97E18E987A709697E471D69FEF610699E1C4A5AD0DE455AC8DC41FAA5B540FA9DA743FAB7034DFA37FB8FB4BA4E85B496924E565EA49037DFD021AB1AFC26AB524464359F4F648D888D64ED0805F2B6B226F2B6B737C9BAD34FC83BDE1891F5280664BD4E3259DFC081AC0FCE21EFDCA64CDEF9CF936C8CB526EF2EB322EF6E8926EF9E0692F7443A91F740706413541379EF772DB2E9A155B2596D0ED91CE442366FDE4DB678A9453EF8E914D9528A251FFED04B3E3CD24D3E66CC201FF356201F83BE229FF87081EC9882209FFC314B3E15AE403E45BC4176FDBD83ECEECE21BB0334C89ECBF664CFD5EFE43397B3C9DED71DC87EBE1DE4B33714C9FE9D17C9FE5FA1E480002572C0F0757290852A3934A0947CFE402DF942F626729809921C3677931C7E3C811C019F225F499B25C7D4C8C95703FE91AF166893633747926355B791E30C2F91E33582C9F10ED1E4787F6F727C059A9CE012454E2CFA4C4EACC9255F03D3C9D7CAD4C9D7273793938D2BC9C97DE1E4B4481E39630B929C21DF40CECAF623DF72AA20DF7ABD44CE8E9925E76AB892F334CE91EF7A6690EFBE7B46BEFBBE9A0C50D94D06045491814D0E64B8CD6332E2D87532C26D9A8C38B7838CE49490D14DD164CC89E7645CBC23199F1C4B26987990C9E5BFC8E4B650320D8524D34FBE26D3457D64FAF2253243BF89CC5414939981103213F992CC5C2920B35CE864362696CC1D4091B95F0E93F901B1647EF325327F024C1698FC240B85366449E05EB204F9882C79B59D2CF5F6244BC1E164D99B6364B9F212F9DE8C947CFFC92572FE2E09397FC8995C70B09E5C9062472EA89B2717AA12C9858D2AE4E2E04A7249089B5C16E8477EF4A2875C11D448AECC00932B7B02C855BF86C9D5724D7275A309F909659EDC70E10EB9F14C36F999720EF9795F1AB9B9FF1EB9E5F24B724B9E2DB90536496EDDFA8EDC061B20BF54A921BF3C15497E19EB467EF9EC20B9239F487E6D334F7EDD104F7E9394437E67114D7E37BB89FC117396FC69DD3CF9536B1FB9F7450AB94F494EEE5B7E48EE0F4D260FFADF260FEBD793872D1F90C7B6B692BF71D4C81321D3E4895C3479E217973C75B781FCE3470479FACE2879FA0F8C3CFB5A9D3CAF1648FE85EE202F96C7917FD7EC27FF99009097F214C97FAF6A9257FFBB39AD7B924A51A8FA4151A41750940ECD51949E7A5194A67751D62F0E50942D54299BBA82282A4B6314B5931314F50543CAD66737281A4D0A146DA3FD94ED0B1728BA3B52283BACD0147DBBBB949D6AF3949D8F5328BBF6F8500C1FE7528C52972846E46314E3593EC578894E31B1DA4D31BBA940319B9BA6EC3F7B8962B1F69662B9EE02C5F2C21B8A65D620C512EB4B39BCE44C396AA049396A694BB18E30A358539228365E1F283675DD149B96698ACDDA6B8A6DC53B8AFD9A3EE5B856DE7FDE508EBF4CA038683EA6384E5A504E4ADC294E0DC914E7E47514E7772F29A7F476535C3649292EB52694D3FAAF286E307D8A7B4018E5CCCD0CCA99A7BF293E87CE527CCE24537C12E3287EBC82FFB453CE02CC2967173E52028319949088384A08FC382534C8861226455322B4DC2991079094C84B8594C8A4794A64FB0FCAE5F11E4A8C4A372566668072D530837235749272F5DF2825F1D379CAB5E7DF28C99063941B659394F410334A3A1C4C49BF4FA7DC844E5272BEF8536EDFEDA5DC1EF7A3E4066B52EEA6A85200B2280AC8A69D027635A6406CC72890CB5D1468D8370ACC934B4114585390EF4D28C85E4F0A8A7F9C82F9DE48C18B111462543985383D40A1E80F5228579F5028295C0A35319942DB7E86427B9943A15FB1A3305403288CDB5F280CCA1F0A633589C28A7D49616F57A7B0A5E314F6A30A0A7B8E4EE1EE3D44E1570329FC37772882A9518AD0BC9122241CA28814F653C4E18728E29B1F2862128022DD3D41913A912972E14DCA83D5764ABEE15F4AC1842AA5701A49298A65518A9DB19452BC03A56C699852EEEB477928B3A53C0A3843A938684FA91CCFA1542E6EA554B7B851AA7F8B293526ED94DAEA154ADDCE204A5D9322E5B1BD3BE571EA36CA9384354A7DF95D4AC379174A534A0AA5A9AC84F28CEF4A7936B28FF2DC034A6925F3296D1A9D9476772AE5E5DA4D4A47FE5B4AA76E08A5DBC990F29EB88FD2D3B542E9598CA57C98CDA27C225CA47C5A15507AB78753FA764650FA6834CAE733BB289FBD4994C14B8A94C1E855CA17ED3CCA977DBD942FD77F51BE4C5328A3E7E594D1D478CAD75BA728DF207B28DF0ACE51BEE3E629934EB594E95DEF28330E1729731C07CA7C8688B2D05A45F9B5E24FF97D5795F2BB3C84F267D329CA92992A65891C4F590D8FA4ACBD55A22A4437531596D2A98A5B86A98AEF0854A5230BD40D6EC9D48D682DAACA5645AACAC127D4CD27FBA99BDF9FA06E1E8350557D55A86AD6FBA85B02A7A85B6481D4AD310FA89AA55FA93A2DE7A93A2FF9D4ED0AF1D4ED872F53B7E79FA6EA9E3E49DDC177A3EA355550772ACAA93B6F53A9BBF216A8863A9BA846C363D4DD31E7A97BBE7753F72CB853F7AC60A87B557653CDC676502D0E10A807769DA71E1814520FEDFB48B5DC3C4F3D4C30A41E16F652AD2BCCA936AFCF53ED368AA8767E62AA5D5C13D5FED87AEA711700F5F8B314AAC3CE3F54470330D5714E8DEA64BF4675DEC8A69E8218515DBE41A8AEBB6E524F6FA5503D6CCE503D0AC0548F291CD533FA0DD567642FD5B7FF2BD5CF1E45F55B8AA39E0D4DA2FAEB6FA5FA7B9EA6FA7B8F520336A850033510D460118A1A5C384C0D1E3F4C3D1762403D574DA1862D9A512F6D73A346EC3F418D72F84ABDA272881ABD538D1AA3CCA7C66C9DA3C618C450637F13A8710AF3D4F8E78DD404FB1E6AA27F11F5DA2E7D6AB2E3616AF23B2C35D56A9C9A3A17494D8BD1A666F4FA5333A64F513331386A26A7889A39F4967AF35A0A354B2B869A6527A266A1CAA959E2E3D4ACFBA7A8593F36536F3DF1A7DE1A3E4DBDB5AC45CD7E514DCDD32CA0E6BDC750EF7273A9E0D369542861900A335DA1C292D2A8B0DBEE54F8E5A3544CD6652AA6F41D15BBCD988A7F5F4A25DE1AA41217FBA964550D2A39769A4A2170A9541F20950EC253998E0C2AB3673B9595904BE5A023A95C0D3895EF7583CAF78DA30A8E595205B34FA822D568AAD8F11155EC544095993B50E5E73BA9F79CD4A9F7C8CBD407873F510BBA5DA885372E520B4107A845460FA8C5BB2AA925F243D4D20C02B52CE516B522359B5A955949ADF1BC4FAD3B47A7D6B7EDA13EBDD84C6DC056531B2D7F509B92B1D4E733246A73A31BB579528DFAC23188FA22B295DAD29E4F6D539EA4B61B2F523B50E1D44EC94BEAEB64536A97E7676AD70087DAED82A6BE33EFA6BE7BAF46FDA0F99AFAE1169EFA016746FD187F87DA17564FED9B30A17EB6AEA77E8E18A60EAADA5107773B5107FBA7A8C32FC5D42F9FF4A8A3E418EA685B12F52BE33775025B449D24C451A734EE537F6CB849FD31D0499D466DA5CE3DF9405DA831A32EDEF0A5FE267CA1FE66FEA32EA59552975947A97FD578D495E56FD47FA243B4759A153445D2244D29524853025DA4AD6F3F46DB50984EDB50A64FDB58F08BB6B1EE0D4DE5059CA6F6D097A656174FD3D8BA40D38CCAA769CA7FD3343B82695A6C5D9AF6E019DA76C9019AAE6081B66363194DEF4C194DBFEC096D976D0D6D173C856668944433043FA1ED99D94F33E9F4A299E2C269FB0C8FD3F6BD49A499792AD2F6379EA5990F1169169395B403615EB4034F576907E3A7698721489AD5D62C9AD5B66334AB539D342B2A9E66F5EF2FCDE69B12ED18558D66ABB181669B3D48B3FB6F0E768D8D34FB7D9F6827AC0ED14E08926927FEDDA3398DDAD09C831934E7B87B34E7DC519AABAD2FCDB5F118CDF5B531EDF41153DA69FBC3B4D3911F69A75F13696ECAAD34771F28CD7DB698E651B385E6F9A38CE63DB19EE6B7EE3CCD6F8C403B7B3899E6FF854E0BEC1BA605A3FD68219631B410FE0E5AA8CA1D5AE89E1ADA79C424EDC2D642DA85844CDA05CC4FDA85BA43B48BD76B69170143B48BC539B4B0187F5A78D1282D426B921693FC8E16838AA0C57C75A1C5DE4CA0C50E9CA6C5ADFDA3C51B1EA0C5F71169897A776949FBBED292DCAC69499C4FB4A42700DAB5A84DB46BB14F68D7DEACA7A5D4DEA2A55EBD4ACB404369991EFEB42CCD445A76AE132D5BF88676BBA8867607DA4ACBDD914ACBCD5C47BB8B50A4DD5DC6D0402FAD68D0EC581AB4BB8B8648B4A221CA37D11083341A329C434339EDA2A1153268E8D0351AD6EA010DE7FB8086B7A2D2F0F85C1AC17C378D70E81F8DF4529F462D9EA5D1881334BA9384C6EC3B49E3587EA0712D0768BCD0589AF01899265C21D12466C534D946214DA6B69156A41C462B9A0AA695981EA695EF0FA49567D169E565E1B487AA0F698F6C6A6955DE2BB42AFA7FF1139D56FB538DF638E115EDF1B09CD610354F6B4C9CA3358E6CA13531F4682D55625A6BB413AD2DC999D64E39437B690FA3BD2C19A7BD9CDF4E7B0558A4752C6FA7750E96D15E1BF8D35E9FBB497B7D2994F6463B86F666389BF6D16495F6C91643FBC45CA37D9A15D2FAFA7D69FD4AE3B42167286D64B4823616FB8B36567A8436D67D83F6B52496365E9A49FBF60B419B40AED1BECB05B4C90D08DAD45534EDC73C96364B54A1CD4AFC68B38FEB6873110AB49F112768F325DDB445F754DAEFE29FB4DF4B8F697FB52FD2FEEA18D0565ECFD1FE2D75D256B39A696B57BA686B5D20DADA4C2E7D3DFD097D4383367DC39F28FA16672C7D6BB598AE71CD80AEA9BF42D77448A3EB20D7D1B799EEA46F57F7A4EB4EBAD0F5EC52E93B0D3DE8464453BA71550F7D9F7B087DBFF915FA7EDE2DBA45D267BA85B48D7E30E834DD929446B73AB9916EF5208B6EF323946EA79F4AB73BB8936E57154BB73F584EB74F0EA6DB33CBE90EF7C3E8279977E827A73CE8AEEB807457E24FFAE98439BAFBCD45BA3BCF91EEA15A493FB3F91BDD7BC35BBACFD804DD57711FDDCFD59C7E36299F1E68D4460FF18FA287244ED3434603E8E7F4B6D0432FEFA75FD054A45F3819420F0B384F0F3BE74D0FCB0CA587B7D5D02F5D0EA747D864D32F2F65D3AF683EA15F09A9A15F39574FBFF2EA353DF64A1D3DEEF5457ABC75123D1E72861EFF5B4CBF165D4D4FB67B4E4FB66FA0A7E833E929811DF41449163DA5EF353DF54422FDA6C62CFDA6AE06FD26F8363DEBD046FA2DCD66FAAD1911FDF67165FAED0C4DFA6D49083D577F071DB011400716DEA383DE26D1211D57E9D095043A029D47C744DEA263994974022E864E3CF4934E8CCFA693369DA55343EFD16995AFE98CFB0A7466BC129DA5A84F676FD846E7F805D339D72AE81C2089CEDDEE4CE7EDCCA3F34E19D2F95FE574017B2B5DB87B1D5D94544E97EC72A54B1EC9E9322F45BA5CE12DFD1EB58F7E5FA18D7EDF7C9C7E3FAA8D9E8F1DA4E7CB9BE8F975D5F4A28385F422980ABD583D9D5EE291482F1D1FA797B396E80F53B0F4CAEF647AD56E257A55EF3F7A5DB625FD89E229FA13836BF4A6FD29F4E7451DF4E654577ACBAE13F4563D6D7A1B6E1BBD3D2182FE6A9D39FD15678ADEF983477F1DF295FEFADC18BD6B2F86FE46A189FE36A990FECE7286FEDE703FFDE38579FAA7AF707ADF4653FAE75306F4CFA558FA808F3F7D00DA451FD65BA57F0988A18F18D7D2471C03E9230540FAC82F63FAD86667FA57AD75F4AF3EEDF4091B14FD3B6833FD47F51EFAF4F041FA8C87097DE653347DCE8D499FFBE2499F5B6EA5CFE72FD117801CFAAF03A7E9BF439BE9BFBB7BE94B4FAFD197430CE8CB55DFE82BB970FACA834EFABF581E7D15BF8BBE2AEBA0AF7EEBA3AFCEF73214402086C2A70486121BCED8E027636CB87586A1BCFB004379D093B19132C0D89438CCD8F49CC7D8DC12C550B5B560A812C80C55198BA166F28CA1F6CF8EA1CE6B60A88F1F6568ECF362685CAA6068F03733343B4B19DAE7018C6DDB0F3274D36F33764C5D60E8B5B0183BB5108C9D910F183B631218BB002286818D25C33077D77F980CD31B1F18A6459E0CD35FE30CB3EE54C6FE870286395A9561DE60C738A0B8C43820AB661CFCAECC38641FCB38349DCCB0DC846658F2961856E5998CA3174A194709250CEB13290C9BA0A30C9B6BC718C7226C19C7EAAE33EC621418764FF733ECE5FA8CE3C12A8CE3150E0C871926C331A89571725489E174688DE1CCDFC4705E9B679C32A864B8FA1C669C7E9DC6701BBEC1F0CC7ECDF044E0199E247386A7A08CE1F9789EE155A5C3F09A2C62787B07327C2E1E67F88D9E649C95D830FCF5FF30029C848CE0021B46082F8A116A7F927161359D115E9ACAB87403C3889C47332E67FF644459DC6144F76A3262D4FE32629377326273448CA4F03846D23B63C6B5B3158C54ED1F8CB45C1546DAC83823FDD97E46FABB2B8C9B6F0E306EE99E67641FD2FB4F15E38E4F22E30E7F1B2337F21F2397799A71F7720A03A8C46680F13F1890C64506DCAF8F81DE7B88817DF88B81CB99651099240669C746063982C8A0FEBBC260B87B33187974066385C160BADD6730AF9D6670D306185C401183FB633B83174B65F0EF4733840C184394B28521BA896448DCA10CF9355386FCE62D869C9AC6B8AF6CC278B0ED3AE3C18DBD8CFCAFFE8C027614A360680FA3F8239B51B2B89951FEB88AF1E8D10E46A5B205A352FF37A3EA8E15A37A1F84517D87C8A88978CBA821E21875D70C188FF755331ED37519F58A4846BDDF1146FD0343467DFB34A3E16B1AA37180C668522E663479D119CF5B8C192F68E719AD56C68C9719198C0EED7C46A79235A3739B31E375B41EE3F5F74C46B7662DA39B4767748F7732DEE89A30DE241933DE665932DEE6E7317A1C408C9E3FCD8CBE901C46DF075746DFDA56C6E747538C81CFF18C41073BC660029731B8B295319CFB8331528D668C0FDD617C3BD2C4F8762394F1ED610763229AC89858BEC7F8BEEF2B639282614C318F30A6D818C62C1FCE9803BD61CCE7E933162D3E301663FF30165373187FCE42184B9D4E8C7F078319ABD5BDCC75FB1599EB6E0B99EB9A5A988A7977998A9858A652A094A9D47796B93E05CFDC5006666EE8B2662A2B6830553C72982A635DCCCD33094C0DF344A626A78DA9A3789FB9DD6886A9AB7482B923F40353EF48327367410A73E70280B92B7B03D3A04D8B69888A661AB21E310D47269846A458A6B1D897B9E7F273E69EDE1D4C53E12CD3ACD19AB93F498BB97FF933D362E41CF3C06C1FF3E04C0DF39030E13F00A6A5E039D32AB99969F5BB87696DBCCC3CA636CE3C6658C274BA7197E9D4DDCB74B6F9CB3C35E4C8743911C274BBFC95E9F6F91BD39DF19BE9C929629E719A629E79EBCCF4FEF785E9A310C0F4C15F6206B4CF3003136399818C03CCC0571066105DC40CD9A2C40C3981639EBB7A8A79AE379219EAD3C9BC68F6987931259F19766A9E19F65A9D197EA48019EEF28A1971D69979F9B41233EA118319D72562C64F4432E3FFEA3313EEF433AF4D6733AFAFFFCABC7E3B99997C4F8799425763A68A3C98698E60E68D247F66C67C3E33736F073373E402336BA59B994DB566E6FE7ECDCC0B6861E6E5D631EFEE90300123714C90463F136C3EC904E70E3021DBA84C98FD5B26F2660913F964898912089968E60A13934762624DD498B8DBED4C1CF53E93307780493ADDC4245D443149CD5F98F437794C56420A937DE009937D668AC9C9C96572DB8798DC913526CFEC28933F54CB1465F098A23F5799E2ED62A6746F13539E4563DE57E867DEFF9DCC7C50B4C27CF084CECCF7356116CA7E338B8E58328B4FE6314BF75D6296BFBEC3AC6CD660567E4430ABDC4A98B5A92798B5AFCD988FCD0F30EB43BF319F3ABC6536AA87309BAA6A98CF3DFA98CF970E329B739D992F1CB6335BCEBC60B6C42831DB83DD99AF027B99AFFA7C991DDC6866B72080F926E919F3ED9626E6DB73DECC9E8FF3CC0F3443E6476D67662FA093D94FAD677EF6F7660E6C7CC81C70CA620EC43C600EE9AA318732B731BF3ADB33BF6623995FF3F399DF36B830BF856299DF2658CCEFF408E60FB807731A0161CE998D317F6EC0317F6E1131E7512F990BA6EB988B17C8CCC54F1CE66FBF11E69FADCECC3FBAB3CC3FE951CC6583DDCCBF2A07982BAF1599FF949A99AB06CF598A3726594A07C258EB0F48581B4E37B1365CED6229CF9E66292F1F606D1C7DCBDA74BE98B549A0CCDA5483606D5A3BCB52892E65A94C56B136DBEF676D865E626DEE3060A93ECE65A9AD93B1D494852C35BF1F2CB534064B0D8C63A975CDB03423B6B134912F599A8D592CED964B2C1DAD8DAC5D5E4A2C43FA3696A110CB32FA0266EDB962CBDA33DCC23289A962993CFFCBDABBA4C9DAB7EB36CBEC949CB5BFEE21CB7CD19A659195C83AB043897520FF0CEB20D48175F0B91DEB909B8C7578B19D65E5066059313A58478C1D58472A2D59470D1FB16C548758363DEE2C9BBE16D631BD5C966DE623962D3B8065FBEF0FEBB88E29EBF8360BD609DF38D6897219CBE1CC7A9683409BE54CF766B9FCA3B35CDFA159A71BE4AC33392E2C2FC902CB1BA1CFF22E3666F9C428B0CEFA84B2CE5E44B10229A5AC20737F56D0810A56702B89159253C53A971EC93ABFB98A759EAFCD3A3F6FC8BAF0CC8375B1659015EE97C70AFF3CCC8A7C7487157DCC8A150D73605D0DBDC5BADA98C48AEDBAC08AFD788C954811B0AEBF97B1D2166659E9E16F5937276C59D911EDACEC942456CECB97AC3B35A52CC0053516F0E35F16F4CF0516926CC842311558E8D6491636E9090B9BF39A85ABBEC9C23DD16111D277B32899175994B1701665ED318BFACE8CC5887461319D0658EC94711647FE97C55D9B65F1B4B35982A16596D0FA3F1F065912661C4BBE9DC992FF4961DD83CCB0EE638EB1EE3F04B01E74EAB1F25F4059051B14580506ADAC82842BAC829775AC22B75BAC22621CABB818C42AB98E63951E39C02A0DDCCB2AFDB2C62A8318B1CAF28359E5616DAC87EA9B598F2CC7598F1C6FB12AF02EACAA4336ACEA6304560DCF945523C7B26A4608ACC785A7594F3AFA594F1BF3580DE12BAC86814456E3464556D3366556535003AB295E83D5D4E8CE7A16D5C37A568363351FB9C96AC93FC06A6D7DC76A0BA96575F471591DE3BB589DC64CD6EB833B58AF6B18ACEEB061D6DBED57591FEB52589FAC4B599F3E5BB07A9B15597DE173AC017D1C6BC008CF1A201BB0863C4FB3BE7CDCCD1A1BF9C0FABAE901EB9BE122EBDB1975D664B9296BAA388235CD0C67CD3C22B3667D7B59B3DC17ACD90E6FD6DCE2386B21C989B58079C7FAE56DCAFA9302632D6184ACE5B30BACE54B17D8EB80256C85F97F6C456B045B29E8065BE9B22D7BFD8B42B672693A7BA39F227B63229FBDB1CB8CBD69C3007BF3940E5B75D598ADBE60C7D6D87F9AADB9539FAD79CE9EADF9EF2B5B0B738BADD58460EBEA6E62EB3A55B375DF16B0F50D3FB177327CD93BC51D6C834F6FD9BB75ABD97BD5CDD8A6016D6C53B9946DB6AB926D16E5C03607E2D81667AAD816297BD91699656CCB9D66ECA3CC31B68D590CDB26EB09FB98CF04DBF6869C6DFB9EC83E0E2C651F6F1C621F7F37C23EB1FA9CEDB043C0769C9C629FD2DDCA3E5562C576D9F694EDFA49817DBAEE2CDBCD4183EDBEEF24DB7DCC9CED79642FDB0B2C647B7B48D8DE69216C6F493EDB472791ED634D62FBBB65B1FDE15DECC0B15276D0F62576F0B600F6B9BFD7D8178866EC8BBE89EC30B1233BECD902FBD2FBF7EC88758DECC88CFF6E36B10476545B213BEAD326F615C831F695455376B4E90A3B4645951DABDACE8E776C6627EC096227E4A9B093722CD9A9473BD9A9F67AECB40D6FD8690FBCD837E206D9373AF7B0D30B7EB333824BD919CD3AEC8CF6DDEC9B7A64F62DC1243BFBE631F6ED984EF69DD8BDECBCDD74F65D6D221B7820880DF4AF668329196C489B9C0DCD356243110836BCE63A1B6DF6918D311B6263A6D2D9F8D34D6CC262149B38C26393029BD994BFCD6CEAEB976CDABA1B6CDAB668368D93CC667449D84CBD436C4EC1309B47D761F35A95D97CE025369F76952D8AB3618B9BBFB0A53A096CD99B50B63C3F9DFD806AC5CE8FE0B08BC263D945154AECA2DF6BECE210337631229F5D62FB985DAE92C42EDFA9C97E78D986FD284F835D25186257AFAB6757BF2F61D76C61B06B1E1C67D77E39CC7EECE2CB7EA259CE7E4207B29FE25FB09FD6B9B21BA5DEECA6EDF7D8CFA82BEC6705C7D9CFEB84ECE66BAEEC17D553ECD64224BB6DD58CDDAE2260BFA4EC6077ECE5B1BB9DD3D96F1AB4D86FDE7D61BFB7CE67BF7F2E667F12B3D89F9D37B007F38CD8430DEEEC31EE0BF6D88BC7ECB185CBECF12C77F654B21A7B6EC33EF6CFDF2BECF9D80CF6FC540B7BC1C482BD50B685BDE82A67FFD9B49BBD7ABF88BDF6E52B7B6D14C55EFBF69AA3E0D5CD51582EE128A56EE128E59FE6ACB7EFE66C5C98E56C6A54E56C765EE16C7E13C551BB9CC451ABDDCA51D773E7A8475671D4D37771348E7EE268196A71B465DE9CEDA9A739BA71AF38FA102C477F398D63283EC931EEEFE4981C1EE1982C4E71F6DA4770F66FDCC1D9CF9FE498D3D91CF3F6398EC55C1FE740F807CE81BF2B9C4301159C431224E7D0430DCE61EF0ACEE194539CC38FEA3956CDBD9C238FE33847BACE728E3A65728E3D3DC7B13BA2CAB1F7A6718E93251C472B28E7E4B81BC72555C0717D50C6F108D9CFF1F611707C5EECE4F8C9AF70CEEEF9C439DBB997138838CC091CB9C3095CA673828A199C6087939C7333524E18E909276C628813FE2980136138C589906EE4444A0D3991BF033897CDBC3851DA6D9CA8280627AAE40AE7CA149973653986134D59E044B7847062A7E639F17EBF39097F889CC4F1039C24EB979C548639E7C6E961CE8D39474EFAC66D9C8CA0A79CCCF165CECDD9439C5B3FEB3939F62A9CDB6FE338B7E71B397772F670F2D2D671EE86697100DF23399082650EF4E6590ECCFC38070E5BE26027A11C9CA50E075726E7E01E6FE71086CD3844900587C8F9C021B6AC7188CBB61C921B98438A09E79095FD38940E30877A399943A31EE1D0F7D970186E9D1CC6EDBD1CC6F23B0E7BF3250EDBFE0A873B58CAE1FECAE108C46E1C51AE02477CF33047CCA57224A3039C7B67DF73F2EF69700A0786384563A69CD275669C5295114EE9717D4ED93632A70C739053FE2083533EB089F368F835A7F26335A7CAD68D5313A5C2A93B33CFA90BD2E43C7961C6791ACFE33CA59DE4346684701A1B5B398D9FD6731A4777709E298838CF3B5B392F984B9C17CDFA9CB68D499CF6802D9C979D12CE2B8DFB9CCE5D4D9C6EE228E78D128ED373D987F3F1E03ACEC7EF799CDEF86B9CBEC72A9C01F300CE50693C67981DC1F9A20EE68C6CB8C919910B38A303099C31E215CED7D440CE783F82F36DEF206742C394336923E6CCE2389CF9CE3F9C850447CEC2C223CEE26C31E73787CDF9730ECB59E6A1392BEA67392B895B392B431B38AB2E6D5C859BA35C85D1F75CC5027DEE7AB397DC0DA3BE5C65D16BEEA68835EE66AB51AE9AFC065753F92257330BC8D5BA26E16A01A3B83A8461EEF6F59FB9BAEBE45C5DE91277C7A697DC1D21DBB806C9FA5C43421CD7701CC0350A79C335FAF185BB279BCFDD33EDCA3549FCC035F9B089BBB7DD90BB2F7985BB6FE43977FF9971AE799E32D722CC897BF09B03F7B04725D7EAC41BEE51F62EAE75F041AEADF626AE6DAA1BD75E0FC0B57F1EC43DFEE327D7216433D761BA9DEBD858C83D797A99EB92749FEBD2B59FEB3A66CB3D8D1573DD866E70DD490B5C0F5D2BAE870189EBA9A0C7F5DC8EE47AFAE970BD363DE67AEB33B83ED562EE59FD5DDCB353AA5CFF755BB8FEFE10AEFF9559AEFF3B4D6EA00E871B78F52B37E8F7276EF0C5386E306C847B0EBEC20D3572E05EB870887B0119CFBD20D3E55EFCF68F7B71ED06379C94C40D1736722F7D5CE046B6B3B997D71E73A3343F70A313E8DC18DD596EACE677EE7599213725DC929B7AA6827BE36502375D7C8C9BBEFC9D7B47F521370FE8C4BD1BF38D0BB8B19E0BD2D2E382CF467361B6755C58EA352EECDF162E122FE012FEB9738951095C9262199764F1964B8A49E592FE9EE392EBB95C4AF77E2EB57C9E4BBBB9934BE39B71E981715C0644CE65F4C2B92C1A8ECBCEDECEE5CA0BB902D007AE5044E38AA3CE71C5A016AE54C1812B5D4AE6DE33A372EF1D1571EFF59FE0DEDF0CE4DEA76573F3199FB9F993ADDCC2F893DCA288016E31B5845B0A52E696F7C6731F6E7CCFADB026712B6CF6732BA6AF72AB764E731F7FE9E73EF18FE23E997CCC7D1A67C06D0CBEC06D8C59C76DC414719B9C7AB8CF3678739F2B01B9CFB58F709FCF06729BCDA7B82F2CAF725FB47FE5B6E41EE6B6E42F715BEF8771DBF7B3B82F8B76713B34BF723B266E703B77C6705FDF6FE6BE5DCFE3BEDDB595FBEE9F36B7A76896FB617E90FBD152C0FD44F9C2FDF4399CDBABE5CCEDE5A572FB77CF73FB5BBAB99FCD2DB803F460EE206E923BD47F9A3BB436CD1DAE29E77E9974E28ED5DA70C726AAB85F8323B8E34668EEC47A17EEF75832F73B609E3B794E9B3BF9AC9D3BB9728C3BBB70883BAF09E6CEEF59C79DBFE6C85D88F3E42EF45EE02EFCD5E02EDA3772FF84BEE4FEB905E72E69EDE6FE55F4E6FEC5A471579D77F0D6F13B78EBAA7FF0146AED788AEDAF794A7B5A794AC328DEFA75CE3C656D1C4F25F1236FCBED489E7AB99CB735BD85A79DB085A7DD57C2D3297BC8DB164BE76D4B17F0B601403C5DE6319E7E9C2A4FFFAE02CF408EE1197EB6E2190E497946C0499E1102C933F675E51957EFE319372AF176076DE099D858F2F682BFF2F67D76E79951B579FB0F94F3CC9D4679E6431D3C8BC33F78168E309E855F3ACFA2C2877790E8C43B84D5E059AA3FE3599E29E31DF643F1ACEAAEF16CBE4278C7FFCCF01C102E3CC7FCC7BC93DA43BC933A19BC9376BF78AED2ADBCD3072679A7CB313CF76230CF433D88E781C9E0791DC4F0BCEAAD783EFB76F37C84DE3C1F399917801BE50570E77841E77579418935BC90EC9DBC10E8342F5C2EE5457C3CC28B5813F1627A667957D5BD79719BB2798997667849DB567849247BDEB5E51FBCEBFEA779D7BFDDE55D5FF3E625EFF9C84B916278694A71BC34652FDE8DBD0ABCF4FDADBCF4C0CDBC8C02292FA35BCCCBECE7F36E3EACE36539BBF3B2BBF3793996FF7839F70FF27246BB79795FFFF10028110FD05AC303EEF5E10153BA79E0AEA33C34CF9C8779F29687B575E761BB5B78F8602D1E691CCE23738C7994437B79944C168FBA36C8A3FD4CE5316EFEF7A0573ACC635BBBF1D8E38B3C0E3E8BC729ABE171BBCB79BC7BCA3C7EA09C27387B8A27A86AE449CDB6F0E4897B79F7768179F7A2B278F70FFBF1EE7BB8F1EE575EE6DD6F3AC6BBBFACCDCBFF66CBCBFFFB8157D075885738EDC82B9E48E59548BEF14A0FFBF0CAFE0DF1CA2F74F31EAEC3F32A462D7895EB2C7995C639BCCA2524AFDA708857EDFD8B577D693DAFFAEF265ECDE9A7BCDAECB3BCBA5316BCBA3820AF6E90C6AB4F1CE43D250DF09ECE02784F574FF31AB4D5780D9F8EF29A3A3279CF2CFB79CF6F25F39A35E4BC66B080D7DA34C27B75CC94D7D199CEEB5456E1753A75F23A3B9B785D7737F0BA3E9EE5BD3926E0BD89D4E5BD29D9C47B2BDBC27BB7F711EF5DB426AFE75C03AFE7591BAF4F1CC5EB0FF84FF14FDE60BE0B6F58E93DEF8B7108EF0B9FCC1B635FE08D5F6CE78DCFA9F1BEF73BF1A6E5D5BCE9B954DE2C748A3757E5CDFB7DF729EFCF5617DED294176FE5CF0EDEBF8D00DEBF6393BC7F7F8D79AB55BF78AB8D19BC35535BDEDA39216FED0B9CBF8EBBC45738D2C0575859CF57711FE26FAE27F1556D597CD5BC5ABE2A308AAF765DC4DFF2D590BF35D299BFB5FB1C7FEB0A80AF712C97AF692AE16B292DF0B51EFAF0B5A33FF0B55F5FE4EB042CF27502BBF93BD406F93BDAB6F0F5CC33F8FA8BAEFC9DFE297C835447BE416718DFF8BD2D7FB78E1F7FAF853B7FFF764BBEC5912EBE051ECBB72077F20F38BAF20F9CACE71FBCD7C23FB4FD19FF70B402FFE8BD45BEB58631FF58870ADFD6678A6FB7EE09DF5E610BDF5E692FDF7EFE0AFFE4088B7FAAFF01DF35DF86EF5A52C877FDD2C1774BD2E0BB4DA3F9EEEF75F81EDB617C8F7616FF4C660DFF4C563DDF4B8FCCF7B25FC7F7DE9FCDF7B198E0FB8468F27D1B4DF9FE0E3BF9217F3AF9A157C7F917121AF917F072FE05AE1EFFC2A730FEC503A7F9176B1CF9171B03F9E14966FC4B6951FC08403F3FA2C6811F79CB827FF9D402FFCACD6DFC2B3209FF6A34991FBBDE8D1F171ECA8F2BD1E5C71FAEE127E8ABF3130C2DF9099F71FCA4306F7E4AE3117E6A60253FB5659A9FB6E33B3F7DE23D3F2395CBCFE068F1334FCDF36F2567F16FCD1CE7675F7EC6CF7E7C957FE796251F5058CF07063DE6836EE5F0C1A4663EB8E7321F3259C0872C25F0A1F0543E5C790F1F5E9BC9472BE6F0F1FE157C7CAB0F9F70708C4F5876E19374417CD2FE6E3E8991CFA732A6F8B47E2F3EFD860B9F7115C1673A06F19995723E73298CCFD20AE7F3C20CF8BC7F343E7F3B9ECFCF9BE58B7738F3C577BFF125A74FF1258D57F892253DFEBDD46FFC7BAC7EFE7DBF6EFEFD4804FF418203FF0133805F906DCB2F34AEE7177641F945A7DBF845978FF08BE6B6F14BC0B6FC72E5147EC57024BFEAD85F7E75048C5FDD31C3AFEDDECDAF33AFE53FF14CE63F1187F09F7C10F3EBA12BFC262C95FFDCBA8CFFE25A07BF25369BDFAE788ADF6E7697DF7EF107BFF35836BFD3CD9FDFF9EE3EBFDBEB3BBFBB740FFFCDAB1FFCB7D12FF86F17CFF0DF156AF2DF3BC1F93DA41FFC0F5D33FC8FE1C5FC3EAB557EFF467DFEC0F61FFCC12335FC2F3B80FC2FC835FE58E201FED7180BFEF8433AFF9BA2037F02BB993FB154CBFFEED0C3FFEEF596FFE3E7047F5AA9863FFD5E853F1B71823F9BE3C75FE85CC75F78FB84FF7B7B207F69F8367FF9258CBFB234C9FFA7E0C95FFD3ACC5FFD4DE1AFD5BC14ACFB4E11AC5B3920503AF543A0346828D8A03C29D8B8C346A0561D22507B46146CB97F55A03EBA4DA0FEFDBC407D71BF60EB9E7A8106654CA07D5B4FA0D3F452A0EB1929D8E1F84960E0F7576010B55360B0745260A8E52D302E1B159870170526638F05A61A5A827D634F046615F902B34F29820301DE82037D40C1A17339824379A38243D54281A5638AE0E806B6E0282A476073EE9FE09856ABC06EAE5A60B73A2B38FE2848707C39527082912C7048B31638140A04272F0F0B9C10628173CA168173E1B0E0D469ACC0F5C875819786B6C0FBB1A3C00F5B2938DB8F120468080481131F0441CE8A82109CA3205474507031224A101E6A2B087FFD5170E964B9E05268B020729C2588A97A24B86A5E2A8865F60A622B6F0AE23FB60A126A388284EE684152E7AC20A5CF47907A3E5A905AC814A43EBC2E48573616A45B170932EC8D04372D0D04375B130459DC2241CEEE2C414EFA03C1EDAD3382DB2494E08EA0417067FAA020F7969AE06EE60301E0948100E0132A00843C1500C2DB0540BF1001909C2E802A180B60EB2B04B09B1B05F0EB620122244580F8322040116E0BD0053704E81EB200F30426C0FC0911608DA80242FA3F01D1D15640740E1410BF3809C82B1302F2EA09014D29564073460968822501BD4C43C0383B28605C98163060F7054CAF5A01F7FC26010FE92C10AC850984AE8B029116492049F214486A620492892081EC6C91402E0A16DC339709EEC566080AD03704858A5582E2CB4182B2230705E53D91828A844141C58AA5A0F29CAEA0F2CE4541E54889A07AEEBBA046E987A026DB435083CB143CE1AA0A1A148A050D2A5F040D92F582C6AC5CC1B36CBAE0B92B52D09AFF56F0D22558F06A4951D0E9BD5FF0FADB8CE0F5D26641D784BFE0BDC91BC1FB3A6B41CFA0ADE0A3DE80E0936F82A0F7A89560E0BF3C0DAD6A0946A25D0423C9DB05230C1FC148D1B860948A148C3D53118C4D7D158C43F082EF2F7404538B57043F0E8E0B7E4C4C0A6680B3829FBB4605BFF46D05BFD802C1AF8ADF8245C70EC162D27EC1522E54B0BC71AF60D9525FB05CA62AF85BAB2D5839342E58096A16AC482F0B569AAD052B9F59827F214704AB2F6F0815BE1509376EC816AA18D2849B3F0708555DCC855B823A841A7308A1562952A8F5DB5AA8EDE829D4BE5329D4115A08B79DB315EA2A85097798B40B77C0CA843BDE09857A9EAE42BDD87AA1A1B7BF70F79D46A1E915A9D0B41E2FDC77A241B8EFBCA770DFEC57A159394668D61526344F62090FB4D40B2D0B360B0F936F0BAD9464C223816DC2231FDF0A8F065D155ACB7B84D6BF9285C75CEC8576CD6DC2E3698142078308A1D34C9AF094EFB2F014C453788AB05F788A745DE82AD417BA3B950B3DB6580A3DB36E0A3DA9B942AF1C63A1D7AB6742DFCFFE42BF8855A1DFE529E159619CD0FFEC4361C08157C2A0D2266170B8BF30F8879B30C46751187219293CBFF85778E1F88AF042E4A030AC68A7F0D2284F18E17344183103155E7957288CB16E13C678DE10C6D90508E3727385F191DDC2EB8D7F8569B6A6C2F4B88FC29B971C8459C8E3C2AC1F96C25B2E1CE1AD268230FB60ADF0B6E576E19D20BA3097A326CCFBF45408543C25041E541402AFA60A81A0482128244E087E352E845EF210C217F60891D73385C8C93B427CF0652171438490F873AB902CEB10929F2A0BC933EE42CA916521E5115D48B502095997B608B9BBCA853CAFB7421EFA8690D7D526E487DE14F25BCA8442032BA1983127943EFD2794FB6E10CA0B8D84F726CB840FDCCF08F39D3385053563C242F31E61D1F26561B16183B098DA2F2C15B284A56BE5C232C64E61B9BE9FB01CA2212C271C113E2CBA2A7C34DF25ACD8622AACC4CC092B4B4A84D56BA1C29A67C1C2DAA3CDC25A9F37C25A9A8BB0F6438AB07658575827630BEB6A59C2BA8EADC2A79B1C85CDBE77842FFE86095FC50B85AF5AF708BB2FA509BBA387856FE63A846F958B859FFD2F083FFF4B160ED8A18403A91B8483EB9A84832AFB85C3BE01C2617FA970F8D58870F81B58F885FE4A3812F045386A20128EDD52128ED1ED84634DA785632FCB84E33E5F84E3934BC26F2807E154E0A270BA72BD7086652C9C7FF55DB870E482F0D7FE16E1A29AA270F19EBB70F1E543E19F6340E1DFCBA784ABE7A3450A2CAA48E1015EA4F0264BA478AB5FA4BCC951B4B1A946B4B199FF9FFFE20B3D91CA2F53D116DB11917A6E9B48F3F15F9116CB57A4630A11E9144689B6FF918B743396443B8E6C17E9F11D44FA371244FA0C379181345D6454A927DAFDB44EB447AD5F645AD929325B2C13EDE75A880E04B9882C2F458A2CBF2589AC9FE4888E5D178A6C131C44766A274427CFD0454E237E22E7236522971F5291CBDA07D1E9D55891870E55E4B14D4BE411D929F2280C12799E9A1679591E1279852E8BBCCE2F8B7CF95622BFA03891DF3B43D159D5E7A2B366BDA2B3870B4401354251D0C1D3A2A0AB0251B049842878D45B14B2D55814F2C94774EEC4165168F267D1854543D14595145114CC4174A5C259148D55FCCF17518C728828BEB24894E02A1325507345492AA3A2EBBA96A2E440B02879CA5794C2118AD29099A2B4072745377A1A45997807D1CD2A7B51964BBDE896CA2E51B6F7655136CA5074FB364F74F7E2561120A75704815E12C1F7934408CC751162FCBB08B5CE538476EB1561D71F13616945226C3156846D8C10E1844122BCD63A11E15E9788A27F5CC4666F1371CA7E8838AF4245FC847111FFE67991F8BFB148BEC58A64F01722D9D3F722793045743F324F949FB449940F178B0AC04051C1C30A51C1A2585428991015C37789CA704DA272469BE811794C54C12A1055EF6C10D55E018AEAD66D15D56D4A17D5719545F52105A2A7D41551037D56D434F04DF4ECDA0DD18B4B7CD18BC71B452F061D442DAB6F44AD1B0E8B5A9181A2D6968BA2B67B0051FB36B6A8BD3849F4EA97A1A8038212754AAB45AFCFAF1775FB9E10758FB489DE04248BDE4CB688FA6EC589FABDC245FD8506A2CFE32F44838B1744C307B78A86CB944423B29FA291AFBF45A3718AA2AFE11744DF2299A209568D68D25C4134F9DD423475F0A768EAA791E8879E93E887155C341DCC15CD287F13CDBDF717CD4D048B7E6227450BFFE56BA1D555B4F0F68AE89783BE68991A2BFAFB73A7E8EF1A4FF4EF649368F5F926D15A054DACE0F851AC80B92256BCF51F7C8758E9BDB758B9D851BC51AA275671138955AEBD16AB29448A3568C3E26D0DB662BD6322B19E688B584F3E24D6BF632C3678F6546CF0CD566CB0D821365242888D08D7C47BDBBBC5A6FB5062F3E257E28341BFC587EDF68B8F258AC4B68BC1623B8A9ED85E412AB60FB0171F8F84884F2CDD109FFC6028764EFF2E3EB51A2C7651EA13BB5895895D3251E2D331CBE2D3CF8BC4EE4A2FC4EE6AE362F7CF15620FE763620FD68CD8EBBD99D8BBF0B5D84F5E22F6575E120714D1C401DD6FC481C0407160DD5E71F0598EF8DC5F8238D4FE843834D5481C5AC9165F507E270EEF7C2F8E08561547B053C4118B37C497379F175FDE15288ECAD825BE329B208E4B3417C77F918BE3BFD689135202C589E10DE2E4CF69E274877FE2CCB7DAE22CC3397196D11371D6414D71D6077FF12DF201F1AD322DF19DEE20716EB4B238AF26549CF7A5437C97E72C064017C58027C562E0E53362B0B98F188A9A11C39CFF8961E40E31AC714E8C008C8B516EFD62D44565317A2C578CDF6224C6DF4A17D39C43C4B410BE988ED82F661BB788396E7BC51C9F79313F922B1695B989C5F539E2C2933EE2227C91B8B8F4BCB8E4DE5D71795E83F8D12582B85273485C69C7155705948AABEE80C5559FBF88AB46ACC435FD1BC4B56677C5F56719E2FA9248F1D39D17C44F9B95C50DE86C7143ED8CB851F385B8F16A87F8998292F879E54FF1F341B2B8995F277EF1504BDC7AA75FDC86A48BDBC61E895FEEFC2C7EC536147768A2C4AF75F3C55D3A15E2AE925FE27757CAC53DC5F7C41F69D3E2BEE34271BF86BDB83FE7A378E074B678307F553C02AC178F76FD114F4842C49343F1E2C9EF28F1F47D8E7836E18F78768A2AFEB98F26FE697E47FC1364249E277A8BE73996E28579B6F857D882F8D77DB0F857F54DF1AFF778F19F4B97C54BBFDBC4CB0D85E27F0996E2D5BE59C93A674B89A23D4FB2B1C643B271EAAD44E5698844ED8844A2766D48A236DC2F51373B28517FCE966CBD332DD1D86422D1C8B094686004128D913189A67A8344079C29D1BFE422D9E5D42CD9355E213188EA9718E94B24BB972D257B341F48F6CCFE94EC1D7497EC7B9B27D9BF3A2A31B73E2131CFBA26395C785962B5274762256F961CE9AE921C4BFF26B1BD4A95D8023E4AEC3E98488E57FC919C2008250EF537248EAF2224CE93369253FB909253D7FE485C14AB242E185589DB3D7589FB1E88C4FDDB2689176B52E2F54226F1FA6129F1B67590F8C7A749821E764A82932D2521C71A2521E5C99273C15724E74F6025E71751928B1614C94517A9E4E2E95B92B0AC244998B04E12F6802089C2AE9344958E4BAE607092E88251C9B58312C9F5033E9264A70949EAFD8392D48612491A0B28496BF096A4074649328E112599F4424966194692857D20B9551425C97EDB21B9BD5B22B9433295E4EE50FD0F4F92FB0E20C9335595DC8D3F23B9FBD04E02F43B2801166025C0110F0964F71E094CEF9E04265E91C0337425F0471512A4FA46095A234382B6CD93A0D3C012F4AF7A09FA8FAB04CBF592E06E144BF0978B258484FD12420345C2C8A64998DF6325ECCDE112B62140C20E1B97B03323259CCB8E12CE8307126E43BC84F76254221A392C11C30D24722B7B891C0993C89B374AEE9D5095DC8B52971400A225051F0992C2DB1249E1671749E1C00B49C9ED1F9292221749694189E4E1DE639247FE9A92472909928A3DAF241583C592AA339192EA540D4935AC4A527B254D52BF9D276974289134B60C4A9A7A3224CF34FE499E9D15499E854A25EDD1FA920EF69AA4A3F0B3A4CBFA87E43D7F46D2EB7B4ED29B6823E9BD3B22E9379E96F45B6024FDD1C592CF803EC940E6926474952F19B7D5974CBC48927C2F954826FF48243F6C3A253F4AEE4AA68F7C974C43EE48A6E79D24333D8E92595A9A64F6BBA2E4D71977C9A28D9A64B1D858B2382194FCC9A54AFE3602242B4E3724AB9D3D5245F76D52C5405FA96298B554F17EB874BDE290747DCF13E986367DA98A3C4FBAF9F19454ADA143BA256759BAA5AE5CBA65C05DBA65BC57AA6EBC26D584174AB5ECF052AD958B526D83AF52ED3F3D521D4AB7747BA89A74FBD267A92E659354B79423D56DAD90EADDEF96EE7CBE4F6A941B23DD6DD824DDDD632EDDA3E62E3579E227DD27144ACDA46DD283B37ED243135A522BB517522BD308A9ADAD91D4B65F28B50B9F96DA1B4AA58EDE6A52E72753D253193FA4A7BF38494F4FFF967A9C98957AAAE6493D31CA52AF2E9ED4DBF0B4D447E593D4A761407AF6C14DA9FF73AE3424E49B3444E82A3DD774471A7A19220D2B09905E9A7593466C4D905E0EDE298D4E90496312B74A635250D2B8C961697C15499A64182C4DB96E274D5B024A6F60C2A4E916A6D2F48F0DD28CED62E94D933BD2AC8B91D25B3C3769F64E9834FB56A9345BF8427A3B982BBDE3D825CD9B6448EFEEEE9342EFC64A614F69525444A914C57B22C57EEA96E216D7A484230352A219534A3E5728A534FC92526DEF4869965652BA67839421689632AA3CA54CDB5629A77246CACDDE22E5F58D49C5E78552E9AB12A9CC3B432A579996DED7FE22BDBF4751FAC0FB8D34BF7A9FB4C074455A92FD495A6AA1272D6D1D929629B949CB9D5DA58FDEAE481F0D7A482B4E384BABFA15A53516F7A43551BDD2DADC5BD2DA99F5D2C7DB8F4A1F7F3191D61F944BEB6B39D206D86BE9B38732E9B3B6E3D2E72395D2E7F373D2E6A77CE90B508BF4C51C44DAE27A50DA12FB43DACA7E2C6DAB0A92B6F5444ADBCBF3A42FCF9E93BEC420A4AFDAB74B3B8EE54A3BB53CA49DD67BA59DF64ED2CE2FFDD2D715E7A5DD7881F49D4E8AF4DDA53BD277597FA5EF413BA51FD48DA41F3D34A41FAF38497B497FA4FDF663D2CF5F97A4035B9DA403B511D2A1BC1DD2E187AFA4A33E29D2B1E1BDD209E998F47B19493A730E2C9D911F96CE34BC94CE366B48675702A5734BCBD29F7B3AA4BFB6074AFF18A448FF54AA48573DAE4A576BD3A56B7FE2650ACB5899C26AAD4CF978A66CA3ABB26C93C447B6C5A554A67EC44BA64E7929535F7822D35C2D9669A90DC9B49C2A645A5741322D92A74C5B7341A6DDEF2AD31929966DB7D821D335C897E91DBA2ED3AF4E9519DAF8C98C953565C6A85C9949E95799E9AF6BB27D3B3564FB6FF8CB2C2CC5B283E710B283523DD9A1DD7B6496B15632AB90AF322BF87A99D56CBFCC6A9E213BDA259159BF87C96C608F65C7B240B213C83D32A7CDB332A7AE70998B67B0CCF5184FE636774EE6F6F786CC9D8F94B9F7DC9579FE0996790D8ECA7C6D3464BEB67C99EF2D23996F395BE6A729919D5DD92CF3DFF157E65FA52C0B500D900515A06421473365E7865EC942E3C264E7838365615BDFC8C2CE44CBC2DF6C94459ECC9745B6E7C82E5FC7C8A2069765D133976531C173B298F33B643132A62CB6F39A2C4ED22F8B9BF7902524C5C91203F26549F1EB65D71931B26470BD2CF95FA02CC5CB429612CB91A53C5A274B0D9896A5260A64A9545FD90D449FEC469FAE2CFDC3395976184B960D5191DD79785596CB5192E53ED090E5B514CBF27A91B2BB1A08D95DDC4919D8A35006F547C960139532B47C55864D2A97E1AE1F95E190F3325C4DB38C68A424232666CB48A6A632D24D151979F7011939162AA3A6BBC9E8A600199D3925A37F1F9231EC3A640CDC0E196B2650C68EFF20E38BD365C22A5D99F8A2A34C9CEF24937C80C8A42573B27B9268D9BD1F6BB2FB1B36CBF21FE9C90ACA7EC90ACF9E97153924C88A3ED265C5C673B2470881AC02D420ABF8F640560D4F94D558C5C8EAE03B648F1772654FB70ECB1A0E82658D16A1B2C6A04C5963D343D933BA8AEC79BE9FACB5E3BBACCD472C6BFFF65DD6FEC341F6D20C2C7B4985C85EB7DC9575DD6891BDBDE2257B677358F66EB241F6E9C461D9A7B27BB2BE1B43B2BE013F59BF628AECB3768CECB3E31FD9E7A59FB2C183E1B2D16C07D968CB27D9F85303D9C42E806CE27B846CF25D93ECC7BDBDB29917E5B29FEABF650B3BFC64BF3769C8961CBEC8FEBA4FC8FEF938CBFE85BD93FD8B0C94ADA995CB151282E50A7DAA7285DFDD72A5B69372A5A94FF2F57DD1F20D1417F986725DF9A6E940B94A62BC7C73DA26B92AEDAD5CB5F2825CEDA7A75C635DAC5CE3B0935C83142BD74C13C8B50CFDE45A3909726D239A5CBB7CB35CC77F935C077443BEADE5835CEF589F5CEFD4885CEF5593DC406D546E20B9273768B82E370A2A97EF7EF350BEE7D03EB9894EACDCE44AB2DC54B1446E6AB62A37BD42909BCE7D919B778DC8CDBFE0E416DF4EC80F9C49901F9438CA0F6D59273F34F54A6EA99A233F8CFF293F62B4243F7AC5556EB7F7A5FCF89501F9F1A2BFF2E38FF2E5C77F31E58EBC32B9E360B9FCE43673F9C9EDCE72274CB1DCF93E46EE92912277695694BB22217237E267B97BCA3AB997EB76B9D7DD5CB957CF09F9D972777990D50179503A421EF45E571EB4D42F0FB9F4581E92D32D0F4BDE2C0F639E938771D3E4E164BEFCD2DB25F9A5E50E79A4DD3AF9E5A6567914CA5B1EF3F481FC2A66401E9BE72A8FE715C8E34723E489273CE5D7CFB2E4D78BF7C89317C6E5691178F90D49AB3CC3DF409E31B25D7E5339407EEB54A13CFBC525794EE26F790E5D497E7BD84B7EFBEF06796EB6AB3CEFCB713934EDAC1CDA932747BD3F2347233972CCB64B726C88A21CDBB24E8E338D93E3D004395E0F2B270C81E424F83F3919AF23A7ACB6CBA92E55725A9CAA9CA51F2067011CE51CF7303987672AE77911E5A2CD3972F17345B9E4438A5CFA26557E8F7CF33F7FE5F75A52E4F78147E50F7EC4CB0B3DC7E4C5D51BE425119BE40F7F46C82B8ACECA2BEA5CE595EF4DE45539BEF2EAD9BBF29A42A6BC96704D5EF7C55DFE78E88CFC09DE4F5E3F90206F7C85923FF37B2C7F76CE50FEFCEF98BCF9EF5579ABF58ABCEDF913793B4A41FEF2245AFE5262247F4543CB3B568FCABB221DE55DF757E5DD3333F2770ABDF2772601F2F7CA59F20FFA3CF907A349F987B05EF907DC90FCE3E74079DFECA8BC7FD1493EA01E2E1F8868960F2ABF930F9DA1C887329FC987C8C9F231F251F958BD5CFE55DB453EFEF4B8FC9BD127F9B7C4FF315C9FE15C705100C0292349116546DB284A92C84A19954D9114914A66A210C92A14C9881211F9EFBDF7DED32A12298548A58CA278DFE73EBFE77CBBF7DC73EE8773F33BBFDC88EC9C0CAFEF9C6ADCD039ADBEAA733A3ABE73BAC7AFF3BB9D71E777D69DCEEFAFCF76FE38B5D4F92305DDF98B7DA07356A3BC73F6DAB5CEDFF1F2CEDFF0A1CE3F6FDA3A97B64F742EA59CEFFC6B09EFFC9B7A14A0B2B005A0EAC907ACD2F203AC9A1F06AC96BF05ACEE1B00A855D400D4DB45008D5C3E40E383034053750CA065BD0EA0ED310658D7C903E8BC6D02E8A65C046CDC4404189CB1036CAAAD056C3E7C16B0B94409D88C3901305267028C7CDE018CCEE101C651F300132320C0EC891E604B661C604BBB07C0FCC45BC0B61626607BA92A60C7E849C0EE5DAD80DDEF170096F780002BFD0480D5534B80351B0CB079F70960975D0FB0AB0600ECE7E301071A4D010714CF008EF006C0A13F628093C01970D8BF1E7038FF20E03001047051FF00704B3D09F0F8590FF064EE0678A9DE0178056901BCF21A005E0833C071912DC0275609F0B97806E0433100F80EE801FC7434017E4542801F5A0938D97D1B704A3F1370EA5E32204855090801FC029C4ED4069C714B0044DDB2029C9B7D0488CE8603CEC7BE005C1887006294AB01B12D12409C641D203EF20020BEB404104F23022E51988084561A20811201B8DCDC02B8E2A60AB8224800243AEC0224463F0024FE9B06249FF904483D730D900A3D0B48DB7C0370FDFB674006701190F56137E0266D10708BDA00C81EB502E41C54026EEFFC00B85DA80728C8B90028B8DB0B28D4790C281A7A0D28617800EE395D01DCBFBA19705F7A1250D1CA0254FCB0005416C10155316C40D59F7840F56D43C0E3902F80FA8808C013A40AA0215C0E68E8BF0D6874C2029EA566029E4D24009E97AD0634A3A480E6F1DD80962C5B40FB57750050130A009ACF0340F1590010371B00929C07405A630108FB40006A330080960200D82C1900FB0D072095040148F30A00F5C25D003D9403E0EEC501780D7F008277E100E1E87780C8450C10BB3D01C816F200F2F4FF3DC501E4B0AB0045FF2E8072AD1140697810A00C830094378F0094380740776726A0DFF41DE0ED500D6064E92AE0A3EE1060F46F20607CB50030B1330230756413608ACD004CEBCE00A6F7A001DF2860C0B7296DC00FE23C6006660698995900FCCCFA00981D7E0198B32A002CA49401FE44ED032CA9C1004BA00780257C02E0EFBA64C0BFFD0CA08AB71D50F5DD145075D11BB8AA683F50ADDC1FA8365400D4DC550E5C43C200B53AB381EBF06F803A1146409D7721C0F591D9C0F5B75E0337DA1600370BF840B31B4340B337578016D62BC0ADABC7813BB6E50077B4EA017747FC005AFAAA002DEFCF032D7B5481D6C30F8036D50CA0AD6F33D0B6D117B8CFEA1E705F802AD0A1E511D0E16F03D051A809745C82029D2E0D019D7787029D43E781CE7837A0CB9758E011D65DA0ABDD5FA0C7B3E340CFAD41C0A3CF1381C7AE8D028F1FD205FAACCD07FAAA5A027DEDA940BFE668E009F5D3407F9704A07F051C1854E10B0CAE0D0506FFEB0386BC9C04861A3E03863E2906864AF581A15FFE00C3BE3C05865FE9069EF614014F83F480A7A7BF00CF587C039EE9FD0B8CCAF10046A7AD029E2F1C025E385305BC20790C8C5D4707C6426C81713B0380F14ECBC0789F62607C7813F0F2966EE055D752E0D574436062F35760222C0098BA0A0C4C05D603D3AF6181E95053603AB20A78EBF64F60B6EA6760CEC97E60AEDF20F0B6FF7E60DED843E09D53A5C03BED2F800581FEC002F80960617029B0D8790FB0F4FA23E0BD4723C0FB91D1C0B2D667C032161658FEE025F021AD125859FF19587D6F03B0BAFE18F0B1E714F071B735F0F1F845606DFC7A60AD3C0158773318F8ACF102B049AA04BE00F381ADAB3F015B2DAF025B6167812F99DDC07697834010EC101071B80A88F9040762775900F1ABB60009239940623E08489AE80052260A8054970E20C3EC2090B9E50690631804E427898182F55A40A1E345A0F8FB5AA02CF03A50F6B718A8BCBD0FD815EA02EC2E5E01764BFE00BBBFF6017BBCC9C0BECC21E0DB996FC077C54CE0302C1DF8BE790EF89E680FFC50F91AF851450EFCC87C04FC54F31DF8793C16386EA80D1C972C03272EBD034E55E401BFCE6402BFD984037FF0A2803FF789813FCF52803F0BC9C05FFA01C0D9A36F80B36F9C81F3D48DC0DFCE7EC0A5C115E0BF7B32E072E109E0CAC17AE0CACA0848C5C204A4DA0801A9CE5E04ADA2F48256BDED02ADB61683D43CF681D485EA200DEB0C9086ED379086B407A4D90404AD6188406BF7DD03E9B4C9401B688F41BABF8F81F442F240FAB21AD066DF0E9061C66F9051D61390694F1968CB2322688BE21BC8FC9705C8427F1E6411A10EB2C83B08DADA3B09DA765206DAD69306DAD66F0DDA5E6206DA319701B28A7E03DA03C901EDC160407B3F6C01D91E6904EDD707809C2C4D4187E98DA0C3523F90F36526C80505001D595D003A32FD05E41AE807729D1C06B9B99482DCD2702077CE2B90C79975208F5817D0D1E07CD0D1170741DEDAAA20EFF7C1209FE53E909FA201E47FAC1CE4FF790614E854050A72290205CF1C0385B8D48042AE2E81421ECF83425E6D06857D2A0445525A41673958D0B94732D0393E1B74DE6A3DE882310C74E1822FE802200514F3ED2F2896FC1D14EFD6008A7FF21E74292C0E9410B40574D9C6087419BC0D74F95F19E86ACC0CE8EAC50C50D2E57250F20B39280D13094AD7CC0465D8EA81325CEC40598F4F807242EC41B9292DA0DC371DA0DB2789A0BCD01FA03C461F28BFFD1BE84EEF1FD05DDF065011ED2CA8181B0A2AFE0E0295160682EE0B5241E5FFDFE3C19ECFA087454741957BAB419551AF418F7D43418FDF6F07D5845E05D55EC5806AEBFC4075DD025083C64E5003791ED4A85D0B6AA485809A3E0841CF735540CF59A741CD9FC6402D1A1F416DC728A0F6E779A0576E0F4080383B10D0621D08D81005024ACC4020F30F20F0E45F1004C70441F854106C040182AFBE044298D341C8ADEF40A8ABBB41A8AC2610562605E1CF658388D0741011711744AA8C079137BC04916BF78128BD6010ADA21E4493B480989F7B416CB5A720B6563488E3DE09E26A1E06716F058078F91B40FC674D20498A3D48DA680092D1D540F28C4590E23A17D4D5FD16D4BD4615D4B7FA03E875AA37E8F55023E88DCE5950FF4511A85F31011AD05A0B1A20248006B5C241831B3541C34453D0FBB920D0C8DDCBA08FAF1A40A35101A0F13C1668FCAD3BE8CBD524D0B73A34E8BBF943D077EE27D0CC6A23D0CF285DD05CAE176841CF11B410A80DFAFD2D04B494B91DB454CF04FD4B018196D53E8296BB00A095130AD0CA535FB0CA76365865110D566D3C0C5EBDBE17AC76F13D58DD380FBCA62B04BC6E6D3958A7080D5EBF3601BC31260EAC6FB9116CB0E10178137516BC19A4009B84B1C0E6871DC11656AD608B9511F00E8D62F0CE5DF9E09D93A5E0DDDD2FC096A2A3E03DFBD682F7CC05806D6FE882F73DEB04EFDF7D05BC7F28146C3F7F0E7C20D9137CA021017C407619EC687318EC94E6093EF2E20FD8DD1D0EF61464833D176AC147735E808F7EBE013E7E351CEC6DDC08F6AEB80FF626C483BDBBAAC13E216FC07E8D25E013067FC12748DEE013DD1BC1FE85BEE02073293828B5151CBCE732F88C5B193842FD1238B2FD22F8ECE965F0D93B047054FE20387AA71E38FAF724383E7E07F8524433F88AC90970D2C9D5E0E4B629708A9A093865870C9C72F51C387DFD3370FAC58BE074C25B703A39099C113F03CECCF70167BE2381B3AED1C0592FCE80B35089E02CE976F0CD87E9E05B0BE6E06C1712383BEB2D3827F73A38875909CE7D3106CE5DA900DF167681F31DA0E07BA147C0F71EE1C195EA09E04AC76970E56B7D70D5CA7570F53B1F70ED6D30B8B6DD105C775B00AE7F64066E489B0437D4E2C14F55FE829FA916839FFDE6829B52DE809B58B1E0A6B956F0F3375AE066E32FE096B393E096A866706BF366F0CBE463E09779FDE0978F92C11D3A2070E75B1730E0B61318841483C16BAE83C1EFBBC090ACF360D84E3F3022AC0C8CC4448091AF67C1E8EB2FC1D8E26830AE8A04C6AF8B03932F1D0653BBEBC1B47DC5605A520998B1A91DCC0C428399295D60D6E40E30BB6E0ECC3BA506E6494F82F90E55607E5828987F030516DE3C0D160D9981A5FC34B074F9025816B0012CD76D03775D49027755FD0077BB3A80FBFEBE06F73BD880FB4950F0C0F37AF0DB0F5FC16FFFAC050F7197C123E14FC01F2843E0D1DBF7C19F34F5C09F3CB1E0896DAAE02FA14CF0A4050DFCF5D417F0D7F91EF0B71E67F0F75E08F8874A3378E6A000FCCB3D1B3C7B0B019E6B5707FF7D6407FEFB310EFCCFED18F85FFB3FF03F62147859E50A7885BE19A2822984A8BA684156DD6E86AC92074056E392216A717E108D232F209A0F83215A776190B5EA18C83A536B88CED3F3900D2A7F21BAB3A610DD391A64E3A83EC420BD00628828841827FB424C0C4B20A6E10D1053F95A88D9CE4C88D9A329C8964722C896EA7E88453C11B2F591366407D218B24BD301B22BE218C432731DC4460506D913F9BFEBC590BDD6772176D9B6907DEFFA2007FFAE8538FEEC82382ED5409C336D202EEBFEE7F70EE2D2530E714D2980B8A6B6405CA1E110D7FE7688BBE6518847EB2A88077607C4B39804390A9642BC3ECC428EA9BF8678DF4E85F81C3B03F1C95287F876BC839C90FD829CF8AA0239E9D303F16F8D85F8439F40FC7F0C410269C190D0C85CC899136F201106C99088A7224864661724EAC35FC805F525C805D077486C4F25242EA21812F7E92B243E551B72EDFA2348D2D55C48AAD01F9266BD08B97E5C05723D691324A34F01B9F1A41F9279FC06E496CF06C82D7407E4D6E24F48B6560824A7BA00727BF57948DEDE8B90FCA5539082486DC8DD342AE42E14002992EF84943C35859415C442CA3F8F432A69A72155C874C823FD5590EA0E09E4F183E7905A1B18A42EE833A4EEF62D487DE14948434009A421810E794E54873457D0212F82B6415ED4D541DA26A2202F9BF0908EFF7BD039920F01B82440809CFD1090FD0908A87127049EE10E41E8A540D0219D10D29D6508C5E60D841ADD09A11F8B8030EE6541D8DE5510CECD5108F79C2D846F2A84F0AF6B404469472052DB1488D4E51D4406E985C8C6CA21CA917790EE138B90DE9B2C48DFA57390371BF990F77640C888C53064E41B0FF241B70232BA9D06194D7B0E19ED3E06F974F71A644C430219F3E44226576C2053777D205F4FB441A67F6C85FCF02541664CB7407EF6AA437EE50320BF2AC721B307E090397D33C8C27A2BC8EF7747217FBD1220CB17B890E5CB2190E5697FC8F262296445100B5551074055B66C84AAC49440551B3CA0AA7F63A06AD766A1EA1D8350F58F6CA8E6F076E8DAA78150EDF656A88E7E04548765065DEFF306AAB7250EAA675B0FD5F7C9836E7648846EAE07400DF7E443B7DC8D816E7949839A67EE809A17E441B7CE2740B76D9741B7A5F941B7FD3905DDBE712B74D7D729A895D629A8D5F213A8B5652CD4FAF876A875F13EA8350A0EB5F9FB11BA675B0B74EF8C3FD4765737D4B6E803D4CEEC05D4EEFE5BE8BEADE5D07D420BA87DA61FF480CD2AA8E35D47A84BC81FA8CB2B7FA80BD3157AA4D81EEA5ADA0775130BA11EB49DD0A3EB62A04743D2A0C77418D063AF7F40BD632DA1DEB9C6509FBB2E50DF676650BF939BA127FD4E414F81DF40FD9F6640FDDF8BA0211947A0A17923D0D087BBA0616FBCA1E11316D033364ED0B34B5BA0E76C67A1D17A43D0684F19F47CB20A34C63D081AE3590E8DFDEC07BD8861412F927F42E37AB743E3FB89D084D124E8E5965EE895D510E8D5BC3168E2422BF45AF80CF45AE2143469F75B6852E10B6872C83768EA8B28681ABC1F9A7ECE1E9A0E7F08BD7E1909BD690680DEECC74173F6B7436F3B0540F3D60AA005BC4AE85DAD496861BD0BB4C863145AECA680963C7C0B2D79D4072D695B0FBDDFB80C2D9F72873E086A8656A69E8156661942ABA315D06AB211B446FF22B4E6DF7D686D5D0FB4F6553DB4EE761DB40EBF19DA00DA096D644E419F7E9C873EB735803ECF2984362384D016954C688BB60DB4A5330EFAE2151BDA7A97086DB3F9086D0B9E87B6DF2F8676B88E433B2EEC8476A670A1D0D52550D8859F50F8C863282AE30714A30442B1793E505CC06B28F9BE37947A69004AFD700C4A3F7514CA888882B21E7B4239DEE6505EF97E28EF790D54A8190E15BE5A808A5C06A0E2E67F50F16727A83472162AFB620F955FDF0855DE0441BBA263A0DD0ECDD0FE410EF4DD9534E810E512746888041D4E5C0F1D395F01FD68D50AFD1C6D0C1D5B09858E0F5542BF44164327353BA1935A76D0C92C007472FE2AF4EBE332E8F73545D01FF7F3A1B3E34FA173D59ED0F97D3BA0F3F117A18B1E02E8E2091DE8E25C1174A9C417BA34CA862E7D8D862EFD7A035D66E44157FA2D60AA68014C75FC2B4C75C50EA6DEFC02A6A1B10DA619AD0A5BE3F903A69DE104D3A676C3B43FDE8169FF9A87ADFB1E0D5B7F2C14B67ED111A6E7B00FA6E7B316A61FFE1B66D07515B6E9E85B9891E36F98F17300CCC4E32ACC3CEE35CCFCBA04669EE10CB3481F836DCBDB0EDB451C8259C6FD815915D361566DDF6136FAA6309B0B67617BD281B03D0FEC607B5D45B0BDE46B30DBFB9F6076E006D87EA74298FD8305983D4E07E6D05C0E3BF8E629EC90F83DECF09A6CD861C378D861F11598B35A20CC794407E6A2AD0173E1AD811D6964C05C71DA30D7AFE63037074F98FB83B3308FC80E98E7720BECD8BF2ED871C71B30DF03BF6127BAAD60FE1C1B588047382C48630E16E2FA041652D30F0BB59B8785ED77869DBEC4809D39741F1651B91B163151018BF4B9033B5BB2088B3AC8869D9B30875D48D684C51CE981C554E4C362EA1FC12E0ACEC1E2BBC361F153CBB084BCEBB02B3BDEC31255E66089E6C761D7766D835D8B3A06BBF6F52E2CA901034B3D3601CB78E307BBF1B61B76B33D0C9673B21B76BBAA06961F9B0BBBE38E86DD41AD8315B4B06105A87658C1C7B5B0BB6950D85DBE0DACF84921AC64AD2DAC74CA0D766F3D0D5676C10156CEDB097BE07F185609F3855569D8C21ED913608F126A608F1FD8C06A4041B0FA797D5883EF1A58C3D24ED8D3B858D8D3870DB0E7B68DB0E72191B066960BAC657D08ACF5891AEC65F641D8CBAA1418D08E000325F061A09A6918F258190CA3FF0286B97E1286DD2086E1B6E8C2F05A8630FC054B1831AE0E46CA0885514CAB61941D1F60F4B7AF608C8DCF608CE4AF30A6E67518F376318CDDD703137E3C09131BBE85C9CE5361B28FD33005E2314CE9B908532EDF84751797C1BA011B607D9B18B0BED769B0D7CEAF61FD9BBC61FDFFD6C30698376083AF5A6143D415D8B0290DF6DE341836B2371DF671D53ED8E87175D8E865386C94D90EFBE4990FFB7CAD063616E70D1BAF5C059B12E6C0BE19A6C27E3C1C83FDA87F02FBF519029B7D5D0F5BDC3704FBA7EA07FB5760005B3694C25686A870D5F052F86A6363B86665085CEBD049B8D62D007C6D662A5C3B050FD7FE7A00AE536C0E5F9FB01BAE7B3C06AEE72C831B38A7C30DDE1C876F5A5F08378983C24D5D7FC1B76176C0B73B61E1DB3F06C0773057C1774535C1F7D430E17B6A7DE07B1A30F03DEF5EC0EDFCDFC0ED42BFC2F7EDB083EF1B5F05DF0FEE87EF67AAC1ED4D14F003098E7007D357F0831EEE70C7E959B8536F26FC70502FDC85F30AEE226D801FC9FD0D776FA2C23D8D6570CFD6B5F0A3EBB8F06377E2E1DEAB30F013565FE0277C9FC04F6A06C24F791E869F7ABD0C0F38EDF0BF54784061173CD0D2141E987A111E585D090F7A170A0FC974878760F8F0902FEAF0903FBDF03006161EBE66081EFE70007EBA2D0D7EE670153CD270167EFEDD2CFC42E32F788C66193C26CC101EF3732F3CFEC8103C3E5E157E093E0A4F98AC825F7314C193ED6EC15346A1F034537778FA9F1EF8F564043C43F32D3C63F34978469B3D3CA3E3393C63B6047EA3251B9EB9960FBF297086678312E139E758F0DB2B6EF0BCEE48F89D754FE17782DFC3EFE4BF85DF218FC3EF482BE0053A527881E33D7891BA2DBCF8FC43F83D6B5578D9ADF3F0B247BBE1156330F8C30419BCF2FB4178E52F7B786DE741785D453DBC0E4187371C8F8437D419C31B0106F0A77E3478535709FCB9EE2AF8F3DE10784B4433BCE5610ABCB5D81DDEB6BD19DE5EF61ADE29DB0707AE358083729870F0CD7B70E829051CC64F82239A34E1D83B8170BCA0154E4810C3898A6B708A8D0B9CCAFF0CA73D4E843352F6C359BBE870166B1F9C5D278473C823707ED359385FFE0F2EB012C3458647E16284175C629501977AB5C165074EC0E5260570B9622F5C11C1852B584B7065A206BC3BDB17DEF73818FE3AA300DE9FAD027FEB6FF5BF44F8B045007C18E7091F4117C13F9C75818F9AEE818F3A0CC3476B14F04FF7FFC03F3DFC0E1F3372838F056D848F0DB6C0C786B4E1E35BB6C1C7093EF02FB189F02FC92AF02F95D6F0298BDBF0A9710DF8F4D655F0E91746F0991393F039BB79F8DC8310F8C25730FC77533DFCF78BF5F0DFBF17E17F0AA6E07FC6FDE04BD635F015B00342D53119A1EA7409A1C6CC4368EC7D80D03C8240ACF17440AC757B83587BCE0BA1B3B51EA1FB5207B149F31A6293808F300C00224C79BA0833D34C84F9BE498479A6126111FE0DB1B36311B1FB6A25C2D27B026159CC4058C580105683F3086B2C0EB137F221C2AE5D0561377414B1CF2407B1EFB626621F6601B1FF3014B1FFD830C2FEDD32E2C0160AC2C1BA08E1B0FF07C2D1B113E1F838137168931FC209628B385CAC8F7039BC80709961235C3DC7116EE8CB08779418E161B901E151318DF0C03F427870231047231A10C73AFE208E9F5F8FF0EE5C41F8D80721FC4D8C11FEB40984BFE837224092890899C321C28F3921C2A15B11A78FA72322761B22CE565420CE426211D1EB0B103106998818C41D44DC570B44BCD746447C2B0D917075059190760971A5EE2DE2EA7A292251750A716D38089174F60A22356816915AD683B86E9B8CB8DE6880C812EF446475C5226E26C811B70C5723B2E3AF23B2F165881CAB6844CEBE1A448EE35344EE594D44FEC13E44C1CF5644D1DF214471FF0AA264CD4644C9CC1CE2BEDE45C47D591BA2DC558228BFD882281FA94454440C232AEE3D4254B03B100F766E423C40AF201E904C1095E7231055D67E88EA43EF118F0F9E473CF612216AED3C104FAE65219EFC2A423CDDFA09D1E4760EF1FCEA02A2754721A215F80ED116628578B91E8C7839750FD1AE3682688787223A9E7C4374305E235E4D5A23805C1902BC231501667F42C011A711889E1F08D4691202950843A065E9088C470202B33289C0BF932388F6600491358E20D7EC475022D51114AC0F82557E05C1427C44B0E46B109CC95D08EE6D08822BCE45F0285804DFA002C1CF588D10E4AB2384060308A1CF3184306C1421CC3C8290F47523A4CC2708D9D6DB08F9BC0B4201CB4628C847115D994E881E5418A277A608D1379E85E8773A84E89F2C41BCF5832286ECDD1043023DC47B661262047001F121D30AF1B13A13313A49474CACAD434C184A105FB1F988AF131711D3D4BB88E97FF5889F9B20885FCEEF10BF9EC5227EBD1845FC02A6227E0D0D2066EF6110730634C4DCD77D88F9CD1F10BF3F78207E4FB82116F35B107F1D8D117FABDB112BFC15A4CA4623A49AF23B52D3231DA975C801A995E6835CBBD909B9D6311AA9D3771AA94729411A70A948239F65A485831F721B741CB973FC1672F7A215D2E6C275E4DE0A26726F4F1BD2767708D2EE001769E73F83B4EB8D41EE3B0847EEDFBE03B95F1489B4F7BD88B41F20231DE01148A7D93CA4F3C20FA48BAF03F2884B2DD2ED5710D223868BF4F83D8F3CE63E843CCE57471EFF8E401E5F2E457AD72B913EB3AF91BED628A4EFC710A4EFAF7FC893DBBD9027DBA29081431864B0221719B23E1A19FA260379BAE115F28C8613F2CCE82B64E4080579EEED0664B4160C791ECE40C6A5A19171376390F199E3C8F8C765C84B0B36C82B33FDC8AB7F0C90892D3DC86BFA0864D2B92464B2BF3B32B9BB0E99BCF801990A3342A631EC90E9C1BDC8EB9115C8EB332BC81BDB3391379007919957FB9159A00AE4CD3F0C64B6CD6764AE9C8BBCDD1085CCDFA185CCAF3F8CCC6F39852C78AF872C34F642165D39832C769E4796E6C6204BEFAE4196D3BD910F8631FF7B8D7CF0D711596952867C14168D7C0C1E45D6A9F820EB11EB900DFE86C8C67929F2796735B2397D06D9DC9A8B6C5D1A42B6CD7F41BEFCDB8F6C8FAD43B643BF225F1DA622017B4A9080E01348705E1C125204424228222434EB2612F6AC000943D423112A4E48E44F1324C6E52A1213C74562724C90049B2924BD498C647CBC8E64EE1941B2AB6D919C1D3E48FEE576A438680929BEEC86147F3C819400DE20A5973391D2DC874869ED2EA4941986947EFA839487CC23E58A7CA4027F06A9EC48427679E520BBE30A90AFAF1391FDCE91C801BA3172100F44BE736F41BED7002047FF3FE353DC49E4B8830F72FCE24DE484A70CF9A50F8A9C44EF414E154522BFEEC8454E1BD72267CE73913F0DF2903FE3E0C8DF5F31C8C59E25E4DF9D16C87F013128D50C4B94EAC70DA8556AA750AB1D3C516A413128750104A5714E86D248574369AEB64269A295A8B5A7FD506BD98B289D3346289D47DB50EB2F7F43AD7F12855A3F0F436DC8AF43E90EEC426D34FD8432384D476DD2F98CDAF4D414657C7835CA38C613657AE81B6ACB217FD496FB49280B7D6D94C5BEE7A81DCCBFA85D2FDB50D6F9D751D6324394CDBB58D49EA875A87DAB95A87DDEA32847B61FEA50E318EAD0DC00EA48493DEA48BF19CAD5FA3BCAED640FCA2D068672EB6F47790433511E17ED50C7C00B28DF0F275127E62651A7DE1E44F91F7B86F2072B5081A936A8E0A3475021FE89A8108C112A3C2713153E3F843AEDCB459DF179813A53B50975A6C10615B17C0D1579CB0575AE2F1E151DB70B157DC71E15A79D858ABBF70D15F7C51C7589B80D9590BDFD7F3B50973D56A12E77CB5057A24D5057CBC5A86BDAA3A894D204541A410D95F6CB1E75FD86162A83F50595E9F11B9575E632EA666424EA76DD3F549EF52D543EEE322A9FDE89BAF3B51355746F0155ECEB8D2AAE5F419514F9A0CA2EB4A0CAB7A8A0CA4FA150157D65A8079B8C500F5A31A8876BDC500F2193A84A7609AA3A320F55DD02403D6E2E44D56CD040D51C1D47D5B4EBA36A4B0FA06A957EA87A4829EAC9DE70D4135724AAC19B836AF818866AD4BC8A7ABA610BEA29B40AF5746011F56CD37154D3F802EAB96E07AA19BB886AD1E0A25AF49D502D835B506D8E5254077516D5215B42BDCABE8AEADCB4190580ABA24047835120080B057B5A8D828DEAA0E03ACF50F0890014C2520D85366D43E1C6425078D55114FEA83E0AFFFB218A20194411078028924B038ABC3104450EED405167D7A3E8917F50F467701473DB4514AB3000C5E23E45F12C3EA0044F5C50C20A2794707E18253AB10F25BEA740891FB7A2648A1E945CB91DA588E84029C0362825AA0BD5D5D887EAE23C44757BC151BDE24DA83E161AF526B415F5E6F424AA5FAB0835A056831A508F420D6EEB410D26D15083CD59A877F748A877BFAA51EF16B251EF637351EF991B50A39D3AA8CF957CD4E761206A8CBE801A57B1417D9114A3A6720351DF54B350DFD337A366EAA750BFE299A85F0934D4AC360FF5BB750EF5272809B5742E02B5BC6E2F6AA5E5075A25CD16AD825E42AB5A25A25771986875A92E5AFDEF7BB4E6EE8D684DCB1DE83595C7D16BED82D06B5FBC416BBB7C46EB1440D1EBBFBD426F3A5286DE2CA2A18D8E6BA38DA6DFA28D133DD126B83AB4E9AA0CB469E23DB4994118DAACDA0BBDE55009DA7CBD146D9E3385362FAB475B4C25A1B7AEB1446FB77D88DEFE2603BD23EB287AE75D3FF4AEF712F4EEC287E83D4A397A6F670B7A2FE93ADACEF6177AFFE36DE8032D70F4816F1368875FC368A77835F461EC35B4F3DABB68978F10F491B135E823CB00B4ABA135DAD52B04EDD66482F62019A18F06E8A08F261F477B3DC4A07DA906683FD754F4890770F4492722FA547638FAD4D40EB4FFFA58B4FF23183A70AC181D2413A04346F3D06111CFD0A7B535D1A7FFF8A1238BC2D1E70A37A2A3AFBD4247FF33435F70CB44C71C9A4627E8AD4227FCC4A0AF346E435F691A415F1519A3138BBFA113D1A7D049518EE8A4DB85E8A4C544745AFB4E743AB9069DBE044767A89F4667E25EA06F9E8D40DFECDA86CE0E0C4067638DD0B9B67C74FEC333E83B6D627401E224BA284C0B5D541A82BE572640974F79A11FF2A4E82AFF367415FD00FA11281B5D5DC9423FDE2D473FBE3E87AE594C47D79F29453F519C413FAB31433FBFFE1CDDDC2041B7A8DC46BF3810836E13A4A15F2D7C470351EBD0C07FD368B0DB5534FC91100DAFB98C466A38A191F9DD68340D89C6343D40E334BCD0B8C3FD681CA3084DF01A4393DE6F4353D26FA0E9D00634EB792F9A7BBA02CD5FFE8E1600EAD182B7AFD142D0285AA4FA3FC633B4B8330A2D39D983966D2A442B587BD0CA502DB492F504DDC5FE8CEE2E8D4477B7A2D03D8B7AE8DE170FD07DA18DE8FE939BD06F9174F4BB8521F4FB3023F407A3CDE8CF8FF6A33FD7D1D063F6D9E8314F03F4F84E0DF484C969F417A0357A4AA5013D9553839E7A88447F1DB884FED68B46CF38EE41FF025C41FF1A1C42CFA20FA1E77C7CD173754EE8F98C0FE84583BDE8459718F4BFC92BE895D6831895302FCCAA635A98D567B660D4ECE418F544638C7A630E664D0607A3D57E0EB3D6B40DA35DEF8DD17E9684599729C7E8AC2363D69F09C618ACFB8831A8ABC16C0AD3C26C8A598FD994F41DB359F70E66736E30C6F85537C6D4EF3766CB603CC6DC311A63EE1D85D91A7B0EB3555081B134CCC458265CC558B23F60AC62A231565C20668F4531C6F62A1BB3CFB31AB39F9B89B1AFD4C31C187D8A3930668971501DC438EC18C138E2E2318752963187881D18671734C6F9C76D8C8BC5058CCB6935CC91F0458CAB712DC6D5B208E37E488EF1187F8EF1F8E683396A64883956EB8B39F6371A73DC6F16739CF008E3A39B87F1B1B98FF1F1FF8BF14D3C88F1B3F3C2F85D30C504E8123001F1CD98C09F9998E0CFC998D0DA0C4C98C5154C78F35E4C38F82DE60CF61526A2E6102662E53E26FAF126CC796C00E6429F0B2646AF1C135B638A895BB70F932828C55C533F83B9D6128A493AFE0C937C2C13931C85C4A40C6861D26D1231E9C9C73119551F3137FAE330997A7B30376F323137C7CF63B28B1F62F277CC620A91044C21FA0FA69082C1146DBF8329DAF11C53DC87C494E4B6614AAA06316531973065BFA498F20BEF3015D056CC83E811CC03E1764CE5964F982A250AF3C8118979C426631E2D5FC63C3E6B8EA931E8C4D4042C636AEEFDC534ECDA876918A6629E79FFC134EFEFC4BCB8F904D376DD12F3F26039A65D2715D34E3B847915BE11037844C000D03518E0C21E0C44EF3B06727A1603E9E9C540434C31306E3506399E854179C56350815E18542C09838ADF8541ABFC9FF096110C266C1283F9DC8AC1FCFE85C1F905627039D318DC90158660F00E438ABB8BA1F46CC6D05F6031CC2D0B184E4106864FEBC7F0198D1891E37B8C08A2C0C81E9230B2C53B18B9E03BA6EBC26BCCEBBD7998D74D2B980149386638D21F33FC6137E623928E193D1B88F984D88099D0FB88F9429FC54C9EFD819944BB63A6F25D30533D8D98AFEE4E98E91718CCF49C0AE61B408AF9750384F9F5F00F66AE878059F0A8C2FCF9398F59FCDB83596E27609619B698E53777302BE009ACEAF9B5D8550717B0ABC353B1EA4FDCB01A8D78ACE6711276CDB143D8B57D2658EDCD2358ED0796D8F50D8D58FD9A4FD84D9C6CACA1B0116BBC4181352E3A8135FEB2823545C562CD5EF863CD738F63CDD15D580BBF26ECB6CA4EECF6D8EFD81DE4CBD85DB77AB0564B7FB0D6BB86B0D6894E58EB6403AC8D642DD6E62318BBAF5B8EDD6F1086DD3FAC853D60C1C11E38E6863DE8B4843D78ED3AF660F76DECC1DE33D8C3799958E7B43AAC33FC31D685FB07EB7A5F84F5CC0DC51ED3BE8E3DE6F0197B2CE222F6F81B39F6F8B23AD6A78F8E3D1107C69EA8B2C69E9C32C79EEAB4C7FA772D6203028F6043E297B1A1EA2DD8300F1A362C16800DC3B463CF382662239C6CB011BD25D873F738D873D0246CF4091CF6A262141BC72DC05EF21CC25E4AB88E4D4833C45E39AC8BBD4A72C25ECB58834DFA6D8E4DBEEB8A4D2EFD864D7BED8FBDBEF01A9BD1968FBD3170149B599681CDE9126373F34BB0B96DAFB0B9CC7AEC6DCE556C5EE46E6CFEB031F60EBF0F5B10E8812D6ABB882DC261B1F706D660EF2F0461CB743E63CBDCCDB0E5796C6C395086ADC82AC53E28BD8D7DB87E0E5B6921C156253FC63EDE3581AD575F8DAD0782B0CFC821D8E7D702B0CFB382B02DA6F3D896CCBBD8569D7C6C6B653CB6ADD108FBD2E11FF665C24BEC4BF013ECAB4E632C406F0B1668F5120B747A8E051F6362A18752B1509FDF5858FC662C127E168BCA5D8345C97761B12FCBB05812124B48F88B25C6D56389FC0B58D2E2309622F0C5D20EFFC4D27E0BB0747F0D2CE37E159635BC0ECB6D35C1F2BC6AB0FCB0662C1FF0092BBC9F89151DF0C18A3ECE63C5095FB0520B4DACF4AA1A56F629032B7FE282958BEAB18AF068AC02518E55DE36C62A3B18D8AED2396C77C4166C776327B6677E0CDB77E003F6F53102768024C50E30A6B1030226F6EDBD30ECDB061DECBB3135ECD0D811ECFB1773D891121176E4B90AF6E39946ECC7CF3DD8518335D8898FABB05FA903D8AF1F74B0D3C72AB13FD7FDC4FEC42BB073D3B3D8DF0B56D8459135F66FD31FECBF3475ECBF8762ECF291B3D8E52107EC0AC00CA752398853D5DA82537D948C5B65338E53F76CC0697C4AC5AD793D835B7BF22D4EFBCB0B9C8E58805BAF678D5B1FB7805B4F48C2E91D94E2F42848DCC635D9B88D738638FDABDF71864E609C71672BCE44DF10B7451D8CDBA2AF8ADB8AC5E3B692D6E0B65F51C36DAFE3E076056371BB857F71966F2538AB6F5771D6097771D6622F9C0D178ADB73F8386E8FD7086E5FAE3ECE71B329EED01902CE693B1277B8EE21CEF9693AEE885E2EEEC8DE5BB8E38BE938EF7DBB71DEC7F7E17C1C2FE37C81B938BF9183B893656F70FEF2065C80F62E5C002A0417F813840B223EC60509C371C13D7771A17776E3423B3270617A40DC69ABABB8332C155CD4A6105C744027EE7C501DEE7CA706EEFC640CEE82C4021793AFC0C5AD6EC15D7618C55DCE5B8DBB9AAE834B6C76C15DBBFF08976CA48D4B4E4BC225DFFB854BB1D88E4BDF7804975E97824B7FDE8DBB7EFD16EEC660172E133286BB59B90997DD770C97EBEF81CB37B5C6E5DB1FC2E5476AE10A9F98E18A8DAEE34A26BA7065BEA9B8B23B0A5CC59636DC83A354DC8353FB700FBD56E12A1B4FE3AAB47D718F35F6E1EA56A9E3EAB1BDB827E3FAB8861C6D5C636137AE11C6C035328671CF6FCA702D86305CCBAE065C0B5E15F7E2D7375CEBDA5E5C9BFD515C9B641AF712ED81EB906DC575DE70C3015213708052280E4864E120C71B70508BFD38E8AB2C1C62E6210ED53F8B437FA8C56196DEE12851C77194BC9338EA51108EBED70BC7D8EE8D635A5070CC94461C733116C7D25BC2B1367FC2F1D3DEE3F8C51770FCC74E38814B3D4E2C5D8393283C71DD6E21B86E0F2B5C77D2335CCF640DAEF7D728AE5FE186EB5F9AC2BD3D740CF7963C831B3DC8C08D156BE3C664FEB87176386E7C858E9BE87D88FB722616F70586C67D9167E0BE3EEDC14D9FA3E2A66F5CC17DBB32849BF907C6FD5447E37EBA47E07E46B8E37EE659E07E0AEEE1662DF6E1662F55E1E6A20B70BF030B708B2663B8C57DCBB8C58786B8A53FCF707F2BD2707F193E789511325E65D112AF6A7311AF96FB0AAF36A182D7B00FC66B1C4EC26BE2C7F06B2EA5E2B53636E2B520A7F15AF330FCBA8030FCFA2C07BC814D217E53D723FCE67410DED0FB28DEE8E820DEC84F0B6FB6868C379B63E2B734DEC39BEF94E1CD0B1EE0B76EDB88DF2A44E1B77B46E0B733ADF03B3454F03BB265F85D8E5FF1BB3543F056E20ABC8DA10ADE869F84DF93B88CB7AD35C43B5455E01D8FFEC63BF958E25D748EE28FE47CC0BB2EE7E0DDCE93F16E23BD788F0F3FF19E9E03F8A303F378AFF36A78AF4947FCF10783781FAF38BCCFF14EBCAFD0137F625D16FEA4D641FCC9DD46F893F82DF880F53DF820D3297CD0F02D7CF0FE3C7CF0195D7CE8ED257C98AA2D3EEC6509FEF4810DF8D36167F1A7C9587C041E898F3CF30E1FB566033EEA6502FEDC061F7CF4B60AFC05E228FE62E24E7CDC4E163ECE35077FA920099FB03F069F90BD1A9FF07F0E092B29F8CBA77FE1AF587CC75FF165E1934C5CF0C98751F80C471D7C86C0049F45B7C4E774E6E073A4A9FFABC6E73AADC7E7060DE00BC057F177279CF045514DF8E2A6197C698601FEDECF42FC7DFD9BF8F2E07A7CF9DD027CC5590B7CD58E2FF82A970A7C956B26BE0A86C65709FFE01FDD7E83AF9E96E06BCB33F1755E51F83A9801BEAE17856FA4BCC037329FE11B7996F8A7A76AF04FC34BF14FDB20F8D6979BF16D63AAF8B69F5EF897B60EF8CE09333CC02A120FDC6D8787DE10E26161CD7844A4028FC819C123DAB6E25189637874C9349EB0270D4F6A57C793CF6CC15355D078EA9E503CF52F194FD377C6D37C0EE2E9A92D78FA4A379E01598B67FC50E2397605785EC01FBC08D98A17F72CE3A54E7E7829D4E97F9E78D95B195EC1E7E3BB3297F1DD7F4EE37B7672F03DAE9FF13D6325F85E7031FECD3E777C7FF12DFC809B1FFE2DEF08FEED6B0FFCE0F6DBF8C1E11AFCB07727FEFDEA7BF891D53FF123C562FC27DD83F8CF59B1F8CF9D97F0E3DF1BF113E7E9F82F879EE22753B7E1A72E6FC27F5D2DC14FCF96E2BF1F1FC07F0FD0C57F7FA486FF5175103F937D183FD3FA1CBF50701ABF20B1C1FFF17D825F8C73C6FFB5CDC3FFC55DC6FF1DFD895FF99D4F5079624A507D1A4250337427A82B61042DDB7384B597E2086B936C09DA9F3F11D69D384158BFF62161030443D03DFF9BA09BD644D0CDDB42D0331712F4DE691136062C11F441C904FD992CC2A6DB40C2E6FCB704C375B104C3F45704C3DC6982D19A2182D1610382B1F91D8231E104C178EC07C1644585B0C53198B0A5E632C1E2562261C7EA69C2EECC1282F58315C29E839E843D954904BB4F8604FBF801823DAA9A70C04085E0708341709083090EDFA2080707B40887533F115CDDFEF7F221C1DD660FC1CBC687E0E5D34BF04A69271C5BC8241C5F7398707C308BE073E007C1A76680E03B1A45F0EB4E239CD89F453875E41521A8B587106CE64308DD9542085714124E9BE6114EE7EA134ECFBC279CD9F8877066AE9D10E5BA4838AFD540387F5B428819421062AD4708B1888F848BB53CC2C5BA2842BC7F29217E34987009644AB81CAB46B85A534BB8BA904B48DEE349487D3245488B5947B8FE3C8D90A11A4BC8D85E4FB8B1242364569C276422620837BF9D2664AF3940C87EBE9D90DD6645C829384FC8F35F43C81F4C27DC3141130A779E261406B308C54B7842C9A5EF84521B1B42E92D36E1DE3F0BC2FD9E394299C94B42D9AE0E42599D3AA1821D44A8E81D21542C7E243C38F89350A56A4278742488F0383E9650AB354BA8CDDF44A877AA223C7B4A22BC282827B4EEA613DAB78D11DA13DC081DAB2E103A0283091D909D848E81CF84579776100083EA04C0E2510290282680046F09E08B4304B0EC090112C023403E6413E03F2D08E85FD6043CA08D809F9B271053FE1188ED4D04F2F67304CA6A3D02ED8D05819EE34560AECB25B0CA6B09EC879A048EFA208167D747E0E3B61084D64304214B9B207E832548ABEF11A4BDFB0932074F42D7C3DB846E2B12A11B7386D0E3C221F4AE85137A4F26127A533E13DE4C7E25F4AFF94818AC4D25BC7B954A18DA1B4418AAFD4618561812DE2F8B091F7D93091FAF49089FD63C267C0A52277CAEF1228C27A81126BBFB0853778D0953CCAD84A9AE578469CF5F84EF15D184EF7F7712E6520A09F30DDE8405AB20C2A2C65FC25FB34B84BF697A847F071208FFBAD884E5DCDF8495A529E2AA6B41C45525C7896BF48A896BF45F10B54470A276630D71FD5E3DE2068B68E206AE0E71C3540A51377B80A8177E88B8B1544E344862110D9E56113717FA120DAF78128D1A6F128D1D9D88C69EB54413733BA299DB11A2D9CD31A2D9148AB8B5EA1A71FB9A0CE2F6537344CB3C39D1127B9B68D56A4AB4F65321DA786F23EECD1F26EE2D5F4FB405DE26DAD92389761E9A44BB8626E2BE4FE144FBBD8E44FBA919E2019F33C403B37F8907579B110F7E4B253A1EC9243AC6EB119DBA5788CE93BB896EBEB7896EE17A44B70536D1F37A17D15B7F9CE85DE14AF4865B137D71C1C4530E49C400DB77C400F85A62E0582531A8DC8B18C4FD4E0C89EF2086F46C21869E8E23865ED62346AA7D274641F61163DA0B8831D301C48BAEBAC4F82413E2E5A42BC42BEB85C46B802562926D3A31898D24A63C4711AFC3AE123369ADC49B2F5D88B770AF89D9EECF8939C9CDC49CBA3FC45C938BC4DC3E1DE26DCDBFC4DB7BD1C4826BEAC4BB7646C4628DCBC452DF3662697619F1DE4436F1DE3702F1E18629E2438B55C487DE36C4478F11C43AF41D625DFF3662FDFE47C4FAE32788F5CDA1C47AE924F1C90F27E2D3902BC467EE6788CF0AA1C4674DEB894D267062D3015B6293CF1F62D3EFBDC417F73C882F5A23892FAFA911DBEB8E11DB7BD2881D2EB3C40EF445E2ABECB34408F5321122BA428406098950DE6B22ECC446223CE81711F91941C44D6B12F1B7B48844DD6F4432703791FCCE82C8D8664D64043189CC8337884CE72E22F3E53322B37792C8D2BC426441094456F76E2267FA0E91DBAF49E4FEFA4514965811C5D36F89920D8144A9E73DA2B4B79E28CBD326CAD71510BB92E7885DDC5E62373D88D8DB3D4DECA3C889AFE158E25B7337E23B9367C4774144E2BBA45AE23BC92871085C421CBE91477C5F5F4F1CB91D4CFC40BF44FCFC2196F879662371CCA79E38D9E24E9C7A758BF895BC93384DB94CFCB65940FCBED0409C39194D9CE94B26FE14F7137F0EFF24CED56C25CE6FF4222EDCCC242EFCFB4AFC333C485C3C56475C64B411FF6EFD49FC5B1646FCDBB29FF8EF471AF1DF6F4DE2721E9BA402C5935416E2486A1AFA24B55739247595F524F527DE248D3E2949A33F92A4695D48D266EC20E90433483A7F8C49EB5F1F256D302E226D101248BA3F3C481BCDFE903626EE216D9AA292360FF24886B54F48864247925116946462674F32C1DE25993EBC4032C5EC219945AE266DC9CF24997B5993CCC3AF902C6E9691B68D7491763FBA48B234ED2359E9DC2159D185246BF37B249BDE5ED2FE712AC971FA20E950009A7498AE453AACF84072BE8526B96C3E467231F523795404933C406B493EAB7D483EBF45249FC52292EFB16C92EFF86B92DF812D24BF1F0BA453EBD6934E855A9002CE834981E0765270C52F5268780A29B4C49914DA33400A9D43924EFBCF9122363A902222D54867BD9D49E7F58E90CE835F912ECC4B493147CF93629ED349B1F560521C742729FE413A291EDC444A28BE444A201D235DB1F7215D5D9F434A8C4A215D7B14464ACA99256544989232330D4959070B48590F3C49B72AB348D98E0A52CE440A2997E445BAED5549CAD3DD4B2A52F323951844934AB61B914A969E90EEEF3B452AF33843AA38F39B54B9D98254C90E2355F59B901E952D906A541D49B553A7490DED2DA4C6B7F7494F5B9648CDE63CD28B6F3252AB688ED466AD4B6AB3BF456ADF604E6A37BA446ADF19476A07DB933AB44F933ADEC6903A86EF915EB969925EFDEA2775363E2775BEB021014C8C4880562509F8E13E097C8B4F0267AB91C0AFB793209F6749D0FF7B097B8324C18FBC232108B324E47537122A2E9A84B64D25A1CFB793D0F34F4878BD4C12FE6A2089882827917E7A93C8C6962472C80712F5820D89B6710F8959E548625D879238578D499C3726249EC10B128F1040E2EB2C93F817DB4982AB6F48C2662449B4EA2F495C718C249DDC4592A9FA90E40C094921FF42525E30242999B624E5C06D5217494EEADEF68DD4F39A4DEA5919230DA5DA9386D8B5A4A1DE30D2FB9E4FA4116031E9E3E847D2A78C12D2F8AAF3A4F1FE0AD297BB69A4AFDBBE92BE023448DFFA8C48DF37F3493FB7DF22FDEADC4B9A2B3C439AEBFF409ADF1E4F5A58DD4D5AC8EA272D1E7F40FAB7C79DB47C3083AC020826AB742BC8ABED8DC9AB8B8E9357FF9C26AB45EB92D5C39E93D5BF599135D44E923534B4C95AC34FC95ABF67C96B1F00C83A667E649D5613F2FAB3AEE40D790FC8BA9A74B2FEBD2D64032F1E7953DE20D9A8C58D6C44E2928D0BB3C92621CFC826939E64535E00D9F4DD3AB2595608D93CE70A79EB8F66F2B63863F276D947F20EB522F2CEE173E4DDF79DC896A72E912D8BCAC9563918B21521856C4DBC42B6965591ADFF40C8369177C97B61E5645B810DD96EDB2AB29D2D996CD72123EFD79925EFE79990EDDF01C90E4541E48387DE930F5E19223BEE74263B0F2AC8474AD793DDD6CE92DD8675C8EE37C0E4A34347C8477FA8928FDD394EF6869B93BD11C664DF9AE7E4135678B27FC02972A0683539F0D34D729006931C84B32207F56592834F3A90838979E410980739D4A5921C76AA8F1CEE708A7C3AD0877CFAFE5AF2697A04F98CB109F9EC89B5E4A8070FC9E72EA793CF1BFF215F28059163FE9990E3F25E92E387D3C997581DE42BD814F295CF19E4ABA574F2D5E74BE46BB755C9C9B77E91932BDE9353F49AC8A9666C72FA7A1772BA9D2B39DD57939C3EF28F9CFEC5877CBD2A837CFD513739E36A2F3983EC4BBE01D02167C65F23673E84926F9EBD4BCEFE779B9CF3A89C9C1BB040CEAD7D41CE3BDC4ECEA3E491F38F3D24DFBD6A432E2CC92617560F900B152DE4C2F72272D1C5797211574A2EDED34E2EDDAD472E0DBC41BE6F7B875CE63A452E5FE74E2E2F58213F003D203FAC312157F6DF21577BC3C8D581E9E4C7F703C935BF5E906BB51F91EBAEE1C8F54406B99E16447E5A324B7E265223370F20C82F7C0F905B7586C8AD671BC96DBA57C96DB7F2C96D0BD3E497EE5DE4767F4372C70F3AF9D5793419D8964006D55C244394443264804086C6D3C8D0313019A6FA898C68BD48C656B59371056FC904E43B32719F3D9954D04426235E9129261FC9F4F638321D0C263378B66476FB3B32E7883599F3F51259B045972C3C7F982C2C8B228B0663C862EFCD6489E6145972FF0C597A33802C8B5621CBC95AE4AEB14A728F2981DC17FC9BFC0648260F946691DF914AC8437E45E411EF7FE451B32CF267D7BBE42F89DDE42F43C1E4C99D1CF294B316F9ABD773F28F7B60F28FE60AF28F1733E41FADEBC93F0607C83F0B36907FA2AE937F0E6D22FF5C6C21CF7EFA429E0F3C44FE1311455E5A934E5E7A7880FC77514151D551A7ACD2394C59B56189B2EA169AB2DA064B51DB80A668BC9FA568FC645234F7DFA168D2899435523265CD8F23142DD55A8A96D49EA2FBAA89A2F7924ED11FF9433168CCA31840DF520C1622289BB40F533643F65236631C299B678E528CAF7CA198B86FA6984C3029A60F7529A68FEC28A6F2671433BD218AC5171C655BC06DCA6E2F238AA54F1DC5B20A46B1DE1641B176F2A4585747506C8FE9526C13D0947D077A28FB6E0828FB9D6194FDA14728F616669403DEE728078847290E411F298EE624CAA10B2F298720B114171530E548F367CA114A29C5AD3488E2DEF087E2B93B88E2E5EF45F13A974D39B6B39D72BC2583E247D3A39C2CE25002A4304AC0FBBD94D03F4F29614D1594338D1E94C893B594B3A1AD94F3AB5229B1512E943895FB9438460F25214E9392307F9E7259638672D9164FB9FC208372B9278572E56802E54ACC16CA55376BCAD5CE6CCA55F8034A62E12825B11D4849E6B752523EFA51D2CCEF50D22AB650D2380694F406374AC6591F4AC693004AC6D0764AA66F2725F3128E9229BD4CB9C9EFA2DCEA9CA6E485922879CF5429773E712905816394BB370F51EE3EDD46B93BD048298C7B4C2932D0A0141FF0A394780128F76D5D28F7BFD851CA410C4AA56B35A55AFD36A5DA7C8EF2582F8EF2181B49A9EB8BA0D41316290DF65B294F073B29CFE25D294DC6E99426AF664A13F224E5F9C112CAF35C3CE5F9FD694AB3268AD2A253417921B2A7B4E930282F8D8A289D8E2F28E075591470FD20054C4DA540B6C6532097D529B0021C05F67D07057E258082A86BA3A0D67DA7A0E2B750304E6729D84C0805CB4052F025E729848D020A613B9D42B2D94A216B1CA090F76650A85B375068C52D1486D5050A7BE50D85BBCD9FC24DABA670DF375278FB8728BCA47B14C195518A60E9304574B98F226D3F4991FEBE4491798F52E43D304ACFC5364AAFE708A537F730A5971B4F795D924119387E8C3210B44419F80BA0BC9DA250DE05FDA4BCCB6653DE8DC0282367B2292337F3291FF6395046CF1FA57CBEB185F2596C4A195F75963231624BF9B24CA24C75DEA74C8DA228D376B694E9C338CAF75A1DCA77CA63CACF4D75949FDEE594D9942CCAFC3163CA42C703CAEFF44ACAE2553DCA52873165C51D4A59F9524155EB3F49D56C89A46A4E0C52B5A256A85A7D30EA5A7309553BC395AA33BA9FBAE1613B55F7E00C55F7C10A55EF8301553FCF846AB0218B6A00D84235586AA66E5E6D463522EA518DD70F524D128CA966CBE9D42D7D17A9E68AB7548B2F9BA8DBB6A450B7B95DA3EECC5D4BDDE5749B6AE99F47B54CCEA55AD91550ADB50CA9D6516DD43D25E1D4BD9F2DA9762BC1547BF71AAA3DE01BD59E45A41EC8D9493DF0788C7AA0298D7A70A18B7A286598EA24FE4A751643A96EC1C154B7D02EAAFB915354F7C031AABBC08DEA811CA27A962651BD522F50BD0F1B507D3269549F0107AAEF617BAADF0B3AD5EFC77AEAC93DF3D453A72BA9A71604D4E0E855D410A83EF54CF21F6A5419867AEE631DF5DC17756AF469436A349E448DA60653637EA5532F6E5C47BD98D0498D2FD0A5C6577CA2C62FF0A8097A53D4C4F2706AD29F63D4E4934FA8C9FC246ABAA1907A7DD77B6A667433F5E6FB87D45BAB87A9B78EFEA1E6DA6EA4E6168E5073F977A9B943ABA8B70742A879E17ED4BC4B07A8F9BC0BD47C450EF58EFB496A81D31CB500F1867AF7C624F56EFE636A09649E5ABACB945AB6E92CB5ECEA2D6A99B28B5A36FC895A7EC9845AF112487D70DD93FAE0C143EAC3908BD42AC355D42AC0676A15F706B5E6D50CB5D6BC96FAF4820DB5A9F61FF539C480DA7CA58CDAA22DA3B67CE2513B37ADA2024E0C5121465554A8D1492AF4859C0ACB4BA622AABCA8C8FBF354D40F5F2A8EF3984A641EA5927C7BA9E4C54E2A35BA814AFBBE99CA2C71A0F261C354314A4495389550A58FF4A8D2BABB54E9EC6AAA8C84A5CAA6D650BBEA98D46EA215B55B7E9EDA13964FED4185525FC3AE52DFA4D852FBBFBEA40E945553079A0F51DF66FB513F6C2BA67ECC4CA77E1CDE4F1DD5F94AFDB43682FAE9E057EA58358D3AEED24B9DF01FA74E52A6A8936F83A9939F28D46F882AEA37CE09EAF7C90CEA8F4A0275A69F42FDB5F90C75F9523A75A56C9AA6027B4053D531A0A97E91D056EDAFA0AD7A504953F3E8A069783DA4691EF6A3ADF10AA3AD79CCA569ED2EA5691DB6A369AF26D1B4B78169DAFF9269EB9DCC69BA76613483EFD3B44DAC1C9AD16921CD28EE21CDE8269D661A43A099CA8FD3CC4A37D3B6685368164163348BA6289A056B9AB6F5D433DA564C136DFBFA03B4ED335F683B7DB6D1768D0FD22C9B2C6896FD4A9AE54417CDAAF93CCD0A5341B3FE104CDB23DA4AB3557D4BB3CD0BA0D95D7A4CB32B46D3F6AD77A0ED7BD74ADB7FA98F76E08F13CDC17698E6D05C4A73EC1DA01D427BD19C7FC0692EFC14DA91F28B34D7539D3457C424CDF5EB5B9ADB3D32CD3D3E98E65EFD90E65EAF4BF3A863D3BC8E5EA21D577AD07CF47FD17CC91DB493DB8FD202220368010D9EB4209F4A5A30683D2D587C92167691480BBB7694163E02A49DB9FB8A1669ADA0459677D222394CDAF98D08DA795B155ACC6B2A2DD6348716FBFC392DFEFC0CED925120EDEA4203EDDABE0DB46B63645AD2192C2D29854C4B89DF424B4DC9A2A5A5D9D1D2AB2FD0AE5F98A5DDA0136959911DB49B2324DACD7F39B45BA463B4BC1D89B43CE720DA9DD8485AE1211CAD54F88256FA0646BBDF60402B9397D1CA374368E52C435A45EA1ADA83357B680F350ED32A2D666835C93DB41AE102ADD6FD15ADFEFA30EDC9D9255A835935ADE1B63DEDA9B719ED99D6455AD3AA2FB4A623DAB4E7E1BDB4E6C47C5A73119CF6C2504E7B61BE89F662B71DAD5550417BE9F683D661F18CD6010EA6BD52FD437B4571A7BD9A6AA601D66FA6014F06D24045576890310B1AF4C7411A0C3A4F83EF19A7C1BF79D01043401AB2884FC34E75D1700E153472F96E1AF5BD3F8D167A8746C336D0E8254C1A234A97C6DCFB9EC6F4FE3F860DD1984A1F1AAB7490C6C2ADA7B1B7FC2FAF9FC6898BA3718F90685CDE719AB01D4A131D06D1C46B8434D9C1189A8C84A1C9459D3445591AADCB3D89D6D5354CEB0ECAA675376DA3752FAED07A016B697DC6DEB43EE76BB43E6F19AD2F054F1B7835431BF489A10DDEBA417B9758457B2727D3864C7B68C3A581B4F7ABC1B40FE801DA074E2CED136A9A36C143D3A6CCB9B46F7B58B46F39BB693F5E1CA4CDBCB6A2FD24D4D3660DFA69B3A5E1B459EC49DADCC63EDA02AA97F627A981F6379543FB2B5D435B4918A4AD3C2CA2ABF439D35749FBE8AB753AE99A837FE96BAC4074ADED37E83A0776D2D72F51E91B4409F40D3D8FE9BAB1B374DDDB3BE91B3DFFD037264CD1F5735CE9063BE7E80673EBE89BFA3DE986995BE986CFD6D18D168BE8C639FD74D35943FA161490BEDD0A48DF21FF4BDF31F38DBED30F49B7F1BC4BB7815BD1F7EE4BA0EF05A6D0F78200F4BDBFEED36DBD6BE9B61DDAF47D8C4DF4FDE70FD1F7CFB8D0ED8F32E8F63138BAFDFD7D747B6C2EFD80E371BAC3841ADDB16D897E48B44877325FA13B3D7D4B3F9C7F80EEA251423FB26317DD95334977FD5747777B0FA67B985BD33DF58ED1BD5E4ED27D6A45743F0B30FD4453153D90374E0FFC1E430F82C1E86194647AF8E8657AF8822E3DFCAF0DFD4CA22D3DE2A41B3D62F91B3DB2CB901EF9AB9D1EB553413FA7F68C1E6B18488FBDD34CBF58C9A6C71DB9418FB7394F8FA7AFD0E3A74ED113683EF484C1C7F4CB123CFD1A89454F4AF84B4F2A0DA2A7ED6CA06798F1E81927C1F41B3DB3F49BAF76D36FB9DEA3DF82FBD36F31AAE9B77E61E9D9803BF49C4FC9F4DBBC8FF4BC8DC1F43C78073DFF940DFD4EF6277A416D38FDAEEE34FDAEFB7D7AA1D95D7A619D13BDB0F133BDF88427BDB495442F857AD1EFEF52A397F3A1F48A004D7AC59C19BD6A470EBD5AA843AF7EBF487F6C02A1D7BD28A0D7BD64D3EB8639F47AE73FF4C69D67E98DEFB7D39F49E5F426470B7A53812ABD0956466FA2F7D29F173DA33F9F7E4A6F8E6EA437A77AD25B9A3FD15BA0A9F45683EDF4B60611FDA5BF3DBDDDF72FBDFDDB38BDA37799FECA3489FECAD69FFECA2393FE2A663BBDD36833BDB349930E40C6D1016F74E9C037517410864487C68CD0A142301D3A6E4587691BD3E1095574E4CE663AF2E77B3ACA8F4BC7447CA2632AFAE8D83A251DF70147C70760E9F8960374C293B774E295783A69473E9D1C6642A7A969D099DB03E84C968CCE4AFB456701DED33974573ADF4D42E7E77DA6F39B4174E1E9B77471C867BA98BA8F2E3972862EBD0BA74BA753E9F29BD97465B719BDEB3491DECB20D0FB3647D25F47BEA6BF1987D1FB0DEBE8837FACE9233F06E9E33A2EF489DD93F489AE7FF42FF912FA17118B3EF5772F7DFACA43FA77776FFA0FC317F4999A68FA4C178FFE733F98FEEB89923EEFF18D3E7F53853E5F12469F6F3D4FFFFDAC87BEE403A3FF4BB2A42F73ECE9CB6FC6E82B98570CD5430B8C55C5CD0CB5646386BAC953867A5C02433DFD1A43FDE61443AB701343ABFF3643EB138AA1B31CCB580F863336ECFACDD8007162E8FED0656C4C5E626C847E60E8676B320C42048CCD05E58CCD143D86A1DA0AC3D0E810C3F0A51FC390DACE303D9ACCB038E0CDD83A7A94B1AD5485B1BD3497B1B33099B1ABED22C3EA4D09C35A87C9B03E64C9B001E433F67E8D64D8F6E730EC82858C834F590CC7751F198EFD418CC3822D0CE7234F18CE178318CE45430CD7145F866B6115C37DDF7586FB0484E1716317C3A3698271746732C3EB4310E358A51EE3581B8C71BC2383E12B5CC5F0F3C5324E10CA192783218C53357719FE01468C80C26A46A0FD4F46F0A1114688178E112AEE64849BF319A7D7FD649C01143322229F3022045E8CB3FF288C28028E716ED547C6B9F401C6F9DD8F1931EAB38CD8ADBF19173D2D187156838C4BBF54190919B98CA4C26D8C8C5D18464678202383C961DC2842326E7C0F62DC2A7166E46D7EC4C81B1865E42FC533EE0EFE6114C53C6794202F314A8BBA19F79C4B19F737D931EEE77118F7F13A8C324021A3DC428351A131C8A824F4336A6EEC66D4FD2033EAEBC08CFAF7EE8C2775BB190D17B5194D858F19CDBA9D8C36C72F8C0E576DC6AB7BFB198097E50C006C9E015EBB8501BE6CC380A86F6240DE9830A00BF718B02B560C44E50106360EC7C005C73070E9530CC29B1B0C624E3183F4F02783BADE8E416FA865D09F1D653046C3199CB3DA0CAE5A3383B7D19621F0EE6288CEE5324457AF3224CF4F33A41FEF30E416610C792E9F219FB9C650348A185D11458C6E4838A347539FD1D39BCD78BD3998F1664F25E38DEC3A63B0248031480E670C7DFBCC78AFB595F1FEA5843192EFCB187BFA8731E1BD9AF1856ECBF8C22B607C193ACC98D2FAC4F8DA9CCEF856DECC989DC531E63077180B573B198B87018CA59C61C6DF8034C6F2CF7CC6F2EF6CA60A06CA5CC5F266AAEBFC61AADFDBC2D4C85267AE952531B55177981BCCAB991B3F24310D184F999B7A1E318DF776328D5B1799C64BDA4C33CB4EA679AC05735B9188B983E6C7DC59DCC8B46CA031AD4A579836D577987B268B9807BC36321DDF5F661EBEFC88793805CA74FEF997E9D26ACD748141982E4BAECC23B3BD4CD796B34C37BB1AA67B8025D3FD8337D3FDDB3AE6F1EBD1CCE3F9694C6F270DA68F4721D307E9C1F479FD8BE96700669E303DC73C117B9779D28AC5F4376965FA87BD61FAE7A43203CA2698817A5B9981E6F799412D2466A80D9679BAE604F334F714F3CCC41F6604A08019D9D0CDBC508F665E10C098B15B6E33AFAC3DC0BC9ACF655E7DB28D7915BCC84CB2766526491698C95159CCD4F73ECCD4313766EA840133ED423B33DDC38279A3E818339394CACC227C67DEDA10CABC35749D99CDCA64664F6C63E6A8E7306F038F30F31ECF30F3A04DCC3BB27166C189CDCC82AA5866617820B3F035815934816316D7EC6016F714314B5F7E6696C5ED669649BE31CB09EECC8A03579915A219E683EABBCC478ECF988F5EB299D5982CE6E313B1CC27EFC9CC67AD2DCCA65BC3CCE79FAE329B056B982F463298ADE5D799ED7B5F32DB2B4F30DBE7D6325F056E62823ADF30C1FA1D4CE8B97F4C98299A093FFB8889EA3CC2445FB26392CCEC99A4EDBA4C528E33931C90C8A47EFFC4643D6633D98F4E31855B9D99229F9B4C51E15DA6A85F8329015E654AC6984C59CE2EA6FC530353E15ECFECD23FC9ECBAACCAEC4A2961764719307BC3C5CCD7DB21CCD7B55F986F527498FDADDACCC1C811E6E0EB63CC775817E670920573F8A11F73E4DF19E607F5D8FF25323F051A33C7745798634EBDCCB1B703CC890621F34B7028F34BF80BE6E4263E73D22C9E39D94E677E45AE654E478098D3059F98DFD44299DF8FCE3067B4039933DF4F30E7603DCC85D575CC855A2FE6C2CB26E65FC215E672D83C73257C84A53291C15A556DC35AF53683B53A4FC05A8DB664A99F62B13458552C4DE629D69A17B7586BFAB558DA6B44AC7595ADACF5D7EEB0D697C259EB5F74B3360CBBB2746FDF61E9FE2866E969E5B136AABAB0F471252C038FBFACCD87C92CE3F7CE2C93B23896E9C73D2CB32E1DD696CF0296F9643CCB422D91B535E7156BEB8722D676E65BD60E0D47D64EE1346BF7E1F32CAB181396555A34CB8AABCDB2796DC0DA931DCEB2BD14C8B28556B0EC921B5876ED39AC7DEF6B58F613FF5807B64CB21C57ED60395A98B00ECDC0594E6F36B00EEFD76439EB73592E29BF582E4D429687C292E5B5F608CBEBDD2A96D7FB14D6B1E26A966F6802CBB73889E50B64B24E10AEB04EEE3CCA3AF5FC2FEB14E8022BE0298C15E893C10A0C68660526ADB042DA94ACD0A62BAC50491D2BAC4C931526B4649D76CF634524EAB2226059AC73A7FA59D18BF6ACF307F6B32E4CAD66C584E05931FC03ACD875F75871478759572E7D65251A14B292B555FE37C64AB64866A596915869FE6C567AF347563AC79575BD3C8B9551B4CCBA71F0032B3357CCCA7A799995F5269D9535B7C4BA75468F752B83CACA6E00B2B23125AC9CF3E6AC5CF34956AEEC25EBF6763C2BBF5E9355F013C8BAEB73895518EDCC2A5C7EC72A7A69C32ABEB1C0BA77348C75BFF11EAB8CE7C22A578F63953FFCCC2A6FB3623D882F643DC8BCCD7AF8D982554941B2AA0C6C588F5BD258B5FDFEAC7AF90656C35B5DD6D3734758CF546D59CF0DD458CFB7EBB19EA314AC368F25D64B4B77D64BC21CABBD7A99F52AA181D5699AC4EA5CB663810E5E6681D7285860F376168418CF826E15B0A0E96C16147885059DBACF82CE0CB260100D1672389085B2D263A11ADA5998C78B2CCC1486856D7FCEC23DB46591969EB2C8031F591464188BB6E32B8B795AC2629946B3D8411816B7F9104BB8BE8725DC9BC8121E1D638902A759128C134B5A16CC92B63BB16409062CC5EA5996D22898D5257167BDFEBEC87AB35B83D5DFEACC1AC061598383BF584319F758EF77E9B03E6E35657D143E638D6E91B346BD2D589F4636B2C67EB8B3C6F91EAC0994166B42C6657D619C644DF64EB1A6B042D637792EEB3BF827EBE7BF42D6AFA54FACB9C912D6FCED07ACF90E106B516D27EB9FC653D6BF93AB592BD259B66AE84FB6BA9A92ADB1772B5B23C99EAD69F490AD5953C8D6DA16C0D6BA49656B3D1B636BA78FB175362AD93A4D0CB6DEC1EB6CBD9649F6C6B076F626A405DBD0D4986D28AD611B853BB2CD28496CB349387BCBADAFECED0ECFD9DBA7EEB3776277B077B98CB377E17FB277BF1C655B8617B22D0707D836A10FD836671BD936B88BECBD2AFE6C5B0B32DB2EDA97BD2FF925FBE0D304B6A3E679B6635918DB91BD8EEDE4BF8B7DF8530DDBA584CF76A3DC651FBD26661F0F7164FBE496B0FD9C52D97ED911EC132A1AEC13BF13D927EF17B04FE9B8B0FD5F06B0FD7F68B303220EB103638FB203493BD8C16A4C76F0A13A76F0D31BEC90B586EC909B4EECB0491D76F8A779F6E9739BD8675CACD967E632D811794A76C4B32BEC08C176F6D93909FB82DE31F60537303B66B49D1DEB11CB4E645E625F4B6F655F7BCE675FFBB38A9D7491C34EBEB8839D32F48C9D6AF8869DFA4CC44E5D78C84E4BAA65A7BD3AC7BE1E216167DCEC61DF7A816367FB93D839EBF4D839BA6FD9B7AF2CB2F30D8BD9F9F274F69D2BA6ECC2E7AEECE21E01BBA490CDBE87DDC3BE9F0465978514B2ABBF2AD88FF93EECDABF9FD9F54011BB9EB78D5DAFF8C26E28F56337DCAF6137E63C603F4DB2663F25FD1FA73CD9CF32E4ECA6E33C76D3442EFB79B20DBB39259DDDFCC68DFDE2D901F68BBFDDECD6B0CBECB657FEECF6B816767B098ADDCE5A6177C45C657734EC6177F4BE6203AAFEB2815DEE6CE048301B128B62C3BE53D87080061BFD21938D89F6606386BFB1F13B5EB2893BADD9C4EB5E6C92770A9B9415CB261595B2C957E6D8D4614336ADC1864D6BFACBA68DEAB159F07136FB6A279B1BF896CD43F3D97C9F70B6C0F6055B80F1618BCEBD60CB3D2EB1E5AF8AD84A3D157617B69DDD9DE8CD7EE31DCA1E5CFD9AFDEE8B017B28E43E7BD83E9F3D5C2F61BF4FCD62BF2FA8618F84AAB13FDCFAC21EFDA7C6FE7C75803D6935CCFEFA41CA9EBEDFC7FE96D5C9FE61B2C29EF17BC3FE599ECC9E75D9C89E8B79C59E2B3ECDFEED93C2FEFDA48FFD7BD69CFDE74916FBCFF41DF6A2DA76F622DE83BD3414CAFEE788632F2FBCE3A8EC157254ED641CD5231738AAE87C8E2A4183B3CAB99DB36A96CF59EDBC96B31AE0C651FBBA8DA359BB9AA315F28EA375F52C67ADFA0C676DBE3167EDCF518EB6EA6ACE3A5B3E675D7A0167DDCB34CE069409670317C5D930AEC3D1B554E5E8BE1DE7E87EFDC2D1CB3BCDD9A8DECAD9689FCDD1FFB8CC31782BE518F25339C6CE708EC9A7D71CD3C7711C73CF5D1CF3E3AB3816014A8EC5791067BB4A1567BB990667BBA70F6767A23B67277980B3938AE7EC5EA3CBD9FD04CDB1ACE9E65825DCE258BFFBC3B19E98E7ECC96473F676E971F675FEE1D867F2390E6DD11C07E016CEC1A9258E236203C791B19973D8A39C7338FF13E7308CCD71A6DCE71CF9F296E3AE23E778586EE378A640399E95BF38471F3870BC0C3672BCCEFFE2788DB5708EED35E578070B393EC39E1C5F6900C70FF497E3FF06C309F8A9CF096CFBCA09729DE0047D5FE1045F70E284569873C210939C70C360CEE984364E448A3F27F24930E7ACD515CED9C36B3967EB0E71A2C8FF38E7AE4339D1562F38D16E739C687817E782CE5FCE05A28C13773A8B1397EDC1890355722EA9DDE35C3AEBC7B974238B73A9CF9693706A8C930035E35CADC672D2CCD53969E5B99CEB97EA39379A5B3899661D9CCC3BDF3999401DCE4DB882735344E7DC7AACCAC9E13139B9AE1D9C5C36929397B88973671782533437C8295197734AB766724A77FA734A99899CD21FEE9CFB477771CA9B5F722AE2E639156212E761E00DCEC3D85E4E153694532533E554B77872AA614F394FB83D9C86F5159C06DFCB9C86957ACE53FF21CEB38F959CA6742F4E135893D3A253CF69D9A2E4B458DA715EDAF9705EB24D38ED4F5A391D187DCEAB5FA59C4E0E950340A03900D1100730DDC101A6ADE780D67471E0AB9738885D091C645A2807F5B4888333BDCCC145523804C95E0EE1DD050E29D29843CAD6E3D04E1A73E839251C860E90C3B43ACDE1A873389C7F5F385C07770EEF049423A875E308A6051CA1D70F8EF0860947D4ADC991A67238B29B608E4C7091A33CDFC0E929ECE2BC864D7206365B7106EC9F700632123983C5CE9CA155559CD12B9E9CD1AC61CE27E31ECEE75817CED8D740CEB8F8236762EB1ECE64E966CE57898433AD26E74C6FFDCE997E56C4F91EF38D33D345E3FC6A1DE6CC2E1CE4CC19B773E6AEADE12C9850387F87009C7FAE4738CBFC139C15B75F5C15E340AE8A9D3357159ACD55E7CF7235A65F73B55EECE56A87A773D77D49E66E284073F5AB8F72373D4BE11AC7E9734D5E1772CD74EE73B7E8A472CD5DEAB816C79CB9163E95DCED2AFDDCED074E72B7DF1DE0EED81BC5DD71F90A7777F465AED5113BAE1564886B035FE0DA889CB97B80C7B97B2B47B8075663B807FAC3B80E4A75AED3997AEEE1C961AEEBFA1CAE6B6F0FD7753085EB5951CC3DF6722FF7782787EB63FF8DEB93BACCF57BB087EB874DE59EE01970FD1D95DC20543837F8F2016ED8CE696E589D1E370215C58DC0FEE346750671CFE3CBB817ECA3B931ABB5B93161A7B831E9C1DC5814931BFB73847B513F8A7BB10EC0BD08CCE5C6CBBE722F59BEE45ECACFE126441B711352CDB909770CB809A411EEE51423EEE54C36F7CA410C37E91B8D9B726735370596CC4DDD81E1A62631B8690BE5DCB4955A6E3A11C0CDF8BF663762B67233C9C7B899CA546ED6032C376B82CBBD6957CABDA536C7BDF5FF8F29FBB60637672D9B9B1F9FCC2D8491B94576A3DCE223546EA96309F77E33875B99B39B5BF9BC945BC948E7564738701FDFA672EB4655B90D3EA6DC868013DC06E64EEEF3B52FB8CD8FC2B9CDA347B92DF177B8AD16BFB96D6B3BB92FC778DC0EAE820B48277001CD0E5CE0E9275CE06B532E2897C905C95CB990C0442E246D3517C2BBCD851EADE4427D43B9B0B84D5C58552B1786957211D5E7B8883E672EF242331729D9CF45498E73D10A3817BBF3029720ECE7122352B924BF242EF9453C97E2F38E4BBB94C165B155B9ACEF242EFBF3352EF7EF192E6FD7732EEF750A973FDFC2159CE57185AF1CB9A2816EAEE8AF1F5796F19A2BEBF5E0768127B85D18276E177513B7C7ED15B7CFD09CDB9758C17D6DDFCD7D9DA5C7EDBF87E5F64BC2B803987EEEDBD444EE202181FB4EBA853BEC31C91D0EFCCC1DD9B8993B7209C9FD70788CFBA97081FBE9D723EEE71BA3DCF1180DEE78C973EE17DB58EE57B501EE8FC43DDC1FE3FDDC1FBF60DC997BF6DCF95D3FB80BEBB4B80B97CBB87FC65771178FDFE02E062D70FFAEFBC3FDBB2D80BBFCDB88A74EFECED3D843E169DD8AE76915D7F1D6BAE8F0D6A650796BAF7BF0D6A50FF074D68DF2366CF2E66D386ECDD3B59BE5E94B7EF00CD0877846660E3C939F489EA97D0BCFCC41CA335FF78D676E63CAB3C01DE1598CB8F1B6D71AF376740DF176CEBCE0EDDE1ECEB31AC6F0AC26CEF26C2ACA787B35737876C00BBC7DC9213CFB357C9EFDCE54DE016604EF405F10EFC0E72E9E43AB23EF2015C33B52F68D77849AC973ADEDE0B9E26EF1DC3FD4F03CC73C78474F1FE71D6524F1BC1C1FF3BC9272795EF0619E179AC2F39AD1E2F9BC62F24E5848782732213CFF0BD778FE7176BC0085392F48E30E2FA88CCB0B4987F1424789BCF0BAB5BC708109EF74BC80773A3D9417D1E0C28B5C67CA8BAC58E09D7DC0E2C5B66BF02E6E3BCA8BB3BCC24B3059E42520BC79093F4279975FFFE25DFE1BC24B1CE5F39274E9BCE4358779D7DF68F16EE6FDE4DD9AA7F0B2A37B79D9F566BC5CE136DEEDBBEB78B717E379F95F4EF00AB23C79055301BCBB3193BC425338AFC880CC2BFA9ACABB5727E45544D9F02ACE77F01EA67CE7558EBBF21EA92278D5F70778354F437835132BBC06FF315E136F0DEFB9650EAFA53393D7327F8BD7766C84D78678C57BF9E636AF9DB8C86B7F63C16B7F3BCBEBF87880D7317B88078A4AE0C1C26A78B049180FF5AF928769D5E6612662799815260F4FD0E2E17B113C62C7531E710CC3237569F228664F789485EF3CEA6C088F16F59C472B87F368A4241EE3C21C8F0168E631248F794CEB591ECBD383C79AB6E07176EBF0B825A93CEED7833CBE691B4F5818C9132AF13C51398ED775F837AFB78ACCEB533DC77BED6ACF7B1DBE89D78FD3E1BD75E6F20667A77983FFAC7843AFF6F08677EAF3469CB6F0467002DE67935CDE84493B6FD2FD3D6F2AB087F7D5F62FEF2B7F9037236FE7FDEA29E5CD3EEBE3CDEB5CE5CD3777F07E4717F0FEBC7DC25BF2C0F3961FB9F1551D37F255BF6AF3571BAAF35767D7F25783AEF2572387F81ACF6FF235C327F86B52BEF2B58D43F8EBEEE8F0D73BFCE6EB45CFF00DB2B3F806B42B7CE31D537CD337697CD35F357CB3C9CDFC2DF79EF0CD739BF85B5757F0B7CEDEE26F5B27E46FF30DE2EFF4FACCDFCDB8CEB71430F956DE3FF8D6973DF97BAA907CDBBF07F9FB5FB4F0ED7D6DF90E1503FC838A637CC77A0EDF11BE83EF6CAAC1777614F39D8312F92E43E6FC23EF92F8AE4D2CBE2B13C877FDFD82EFFECC88EFF1BC8BEFA9FA997FD4ED1AFF78480EFF78DD2BBE0F7C8C7F4AED0D3FA0E0333F30CD8E1FC8A0F383D3A3F9A17EF6FC888752FED953EFF8D1E7B6F3A3474EF3CFD3DEF02F4856F3635F75F0E330187E7CE8103F7E6123FF52E321FE95F45E7E62453A3FA59CC94FFBCCE467283EF26F047CE0677AB4F36F9A3DE4DF6A2EE4675F3ACDCFCE36E3673FCBE46793F4F8399B02F8B7ED3EF06F932EF1F372BCF9058196FCBB99AAFCBB637EFCA21F5EFC7BE6BEFCFB7FBAF8158BEEFC871915FC87C318FEA37510FE231E9B5F1D6AC87FECD5C1AFB99CC7AF0117F06B9DB7F16B9B7DF90D57B1FC464310BF71C69ADF243FCF7F7EE222BF65CA83DFBE692BBF23C08DDF5911C5070C35F321633FF8D0E4363E2CF6141F364BE4238C497CD48FCD7C9CC88B4FD86BC22750DEF20933DD7CE293143E3963079FBC22E7D31C9FF0E9DA1FF8F4F5743E3DE72A9FDE12C067765DE6738226F95CEC463E973EC4E70DE7F2050DA37C5176375F7C78982FD970922FC9F1E1CBC400BE6CB49FAFD819C557880AF8CA49757E6FAA88DF5740E6BF769BE1F77BA8F107F39BF983F360FEF0309FFF7EF746FE073F31FFC3E316FEA87F267FF4B31AFFD3F604FE679534FEE70F25FC31951FFCB10BDBF8633DC5FC89FBAFF85FD69FE07FADECE37F338AE07FA74EF1679F7FE7CF21EEF217565DE5FF8938CC5F7290F0FF6A55F3FF86F5F1FFAD1BE02F9B22F82BAA7AFC95D70F052AEC2681EA862F02D59928C1AACD0602B575BA02B5CB45028DE40E81461343B0C6E5A140CBB355A015EE25D07AE42ED0FA7850A01DF44EB0CEF98140E7B754B0A1F7834097682ED0FDC210E8C1F404FAA0BD82CD1A04816178ABC088D3283031DF2A3059C8159817CC0976DAE90B765D0B10EC7A1C2CD87D8525B004A7082CDF9B0AAC39170536BB0F086C047F047B368D086CF7AD13D89D7D26B0AB1A16EC774E14D83B1F161CA88C1438B84C091C32DE081CF05F054E496B056E3F1F083C1F9D121CB5DB2A38BA744EE0A5332B38965A2D38D6F745706CB858E0BD0D2DF0BE7650E0FD6E49E0FD2B44E0E33A2FF0DD3D2A3819FC57E0BFF1A620F06AB3206C7F8420F2DB6641345522383F3F21B86066FBBF2AC18590CD829835DF04315B0E092E3EB92188C39305F1F9C70597BAF182C4EC6C41D259942039C051900C7412A47C570AD2A34D04D751A704D787DC05D727E0828C1A35C10D8B48C18DB83641D6D3EF825B883D829C75BF0439085D41CED86541AE708D20F7ED92E076F07941DE69A9A060C33A41C1CE02C1DDF1E382BB0B6A8242D51141F1A19F8212D7D38212AEB6A07477AFA0345920B8F72456703F962C2833D41394A1D608CA758E0BAA062F0B1EEB95081A0907048DB2EF826787FE099AFC8F099A811F042DE732052DF56705EDA20541C7A9BB825753BB059DFE570580BE7401C86AB70052B54300C1DE154083A304A827B705A8679102F4657D015A2814E0B24E09F0EBC3058402AC8050DE2120D26A0514030B01E5F1A0807ECB47C028150A98A854018B532860434E0AF8337A02C1B9BF02D1912A811883128809CE02B1F2A5403C6929901E311548D90C8174749F4036972C50406802C59B34418F85ADA0576559D077FFB5E0CD0307C1C06D63C140014A303443178CE053051F1D0B041F2BB70B4689018271F327822F493F0593161B0453560F04D38312C137F3A382B9DDF382B9F018C1DC1C5EB078B05BB0788E28585A7740B0F4FFFBFEF7D25CA87AEABA70F5366DE16ADF8D42F5B108A1464CB1502BAF5AA85D9226D439EE20DC10A521DC50DB26D4EB9B17EA8F67088D7C6A85C6C18B42E3507BA1094E2834D51E129A45B909CD2A0B8466642DE196D5B78516C430E1D6C29DC21D295B84BBEE680977C16285BBC37285367B8385368F11C2BDFD7785762EF342BB135642BB602DE17EAB7CA13D2C5778501227743C1923749AF013BAF8160A5D026C85AE1A52A16BF4B8D0F55ABFD06D6595F0E8CE5DC2A3896DC2A3196B85C76C8B85C7379C157A974C0B7D5CCB8527A6DB85FE3BDF0A03BA7C8481C14861E0398E30E8F9416190E0A93068012A0CBEFE451892AC250CDDB2220C6B5B273C6D4F149E8EB2169E59B34E7826624278E6CD8A30222E411869D1238CB43F228C8CEA1346C51E1446157809A38AFF082F18F90B63A423C2D8AC30612CDA587831614518B76826BCECAC234C145C105EF3DE204CB917204CDDE32E4CC52E08D3740785E96D8F85E9B2C3C2EBDBB1C2CCCC7BC25B4778C2DB2B0BC202D36BC2BB2A078445579E0A4B0C6D85F72E1F139649AB850FF33E0BAB76670A1FAD7F2AACB60F145687FE135627BC115617EF125677E085F57281F0496FB6B0B16A40D808910B9FA53C113E238E089B033C852D2AB1C296C652E18B8A4461FB1E5D617B769EB09DE3206C1FA70A3BCF5084802BBF85C0CD4221E8EB98103C7C4D08FE912084457E12229F9A0A51BAFB85D88D1D42EC6747219EFC4C48B09C1212F74408492E1B84341FA890D6932A648C0185CC87B142B6A7A79093D62CE4DD3A23E4E5950AF9006DA1507E4C28BAB32494EE2708A5C3ED42593055280BA108953ABF844AEB19A192B553D80532147609BF09BB3D2E0A7B7855C2DEB48BC25ED46D61DF7DB6B06FE495F00DBD44D8AF63241C7038257CBBE98E7068C851F83E2B41F831205AF831CF5D38CA3F28FC5C1625FC3CF24D38662C108E3B770BC7E913C209475DE104C44F3821B2134E3A9D124ED53E114E414F08BF1E69107E1D3C229C7E22144EC37609A79964E137B701E1B7C616E1B7098A70665E5BF8F3A39B707653BF70EE4A9770FE1653B8F012255C5CBB2C5C2CD82F5C425E17FE6B0917AE481644AA6E3F44AAD99744AB3C42446A3A662235937291FA430F91FA1243A451CA1169904E8B343EE88B3487A1A235E35EA2B5310D22BD276B441BF5E7441B0B1344FA370744067AADA24DAAA522239BA72223E0359149D47E91D9B90AD1D6BAABA26DB54BA29D2D6DA2DDCD4122EB17FF6B938A6C1A25A2BDB841D1FEF53F44FBB74B440E452744070F348A1C0DD3458EF205D121F615918BB981C855F642E4D6EF237237A68ADC9D5D45EE6FE3451EE732451EE907459EC16DA2A30D36A263099F45C7350922EF80D3229F0D58918F9EAAC817BA59E457EB223A99DA283A65E4273AB56C25F2D7F827F29FB01005EE721305E26A444147768B82165245C17F6645A707FC4511AB9F88CE9E7F2F8A4E1A1745E7E68B2E1E4F17C52F668B127870D1657F942851B14F94381629BAC6EA1325DD238B52F31D44191EA3A24C054F94857825BAA5148BB22D778AB217EE8B72554A45B99ACBA2DC1D9DA2DB1EBB44F9B125A2BB968DA2BB97B7880ADFBF13151D248B8A5577888A7F9D1295A69E109522DD44F7A28F8ACAC6BF8A2A6C3D44953B37881E45A3448FBA1A45D5CF334535FFD7A56677B3A8F67AADA88EFD5D54FFEE9AE849A548F4A485277A02EC10355C3A2B7AA6FA43F42CB646F40CF258D4B4D953D454D02B7AEE9D277A912111BDC00F8BDA9E36895E4A3B45EDBB378BDA0364A20ECD9FA28E1BD745AFF2578B5E2DB68900B81D2270D75711ECD93D114C5E2842F0A2450889BE08CD668A30EBE74598C0221196FB5A8415DC1061FFFE12910AE345B4F542118D7A49C4F82716711F5045BC323B11EF2144C4FB5E23E2EB5B8B0415FE22610B5524248B4562884224D1DC2192E04744B2CA7D22B9D5AC4889478ABA52E5A2AE812851B7AA91A827D944D4DB4512F51550457D3847D16B9E5CF47A182C7A13512DEA7FA02B1A88FF9FC24DF4CE95281ADA682F1AB26789DEEF5315BDDF1F2B1A59A52B1A35C8128DBE31107DE6478B3E4FD0445F5E134553F5DF44DF234E8866AAAF8B6620A6A299B715A2396317D1C2F75FA23F0148D1D2D77CD1BF9B7DA2E5F19B6255B30AF12AC315F1AABE19F1AA2535B1DA2B82583D0529D6405D14AF39F048ACB5E398781DBE45BC2170A778C3E95EF186A6D762DDFB14B12E152DDE688A16EB870D89F50528B1FEBB66B1815BA7D8E09CB678B39ABAD8689E203633792B36DB6E23368BC68A2D88B6E26D9732C43B42DF8A77F63F10EF2E2A165B6E9E135BB6ED165B4DDE105BFD7612EFDD3721B61D2A11DBC5B2C4FB306BC4FB416BC4F67158B1FD5363F181DB42B183BB40EC00A78A1D0656890F1DFA2A760A3A2176026F163B5F70141F199D15BBFEBFDCF779898FEA6D167BD17BC4C7BDBAC5DE2A68B1F74B8CD8179E2AF69DDA27F6DB9E2DF67B87139FC8AB179F9CFE243EB55F4D7CEA344B7CEA5182D8BFFEA7D8BFDF511CE80614077ADA8883DDCBC421CF67C5A13D2FC5E1BB76882336C68823FE948BA37EBD10472F3C139FAF3A223EFF34547C7144551CCF99155F8AFA294E58F74E9CB0D14A9C5074547CA5A65C7CB5D04C9CFCD9469C7268519CBABE5C9CDAF15B9C560A13A751B2C5E96168713A665A9CDEDB25BEAE7B427C5D1F21CE3C0A1467969589B32E0588B33E8BC5371FFE13673F7F2BCEEEAC17670F2C8973288DE2DB8209717E44AAF8AE65B4F8AE35515C94D523BE5FCA13DFA7CBC56505FBC40FA495E2879E11E2CA9851712578BDB8EA9F89F851B7A5B86EAD89B80EBF475C1F715CFCE42C4DDC68E5257E76794CDC0437123FDF7743FC1CB449DC3CBA47DC722B54DC327157DC32F75EFCA2DD53DCDA652B6EBB972B6EFB9427EE28C58B012A5431407B410CEA9C138370F362B08FA718DAEA228655AB8AE1A21031E2EB7A31725F9518E9871023535DC54880428CA45E14A378DBC5286997185D132CC6993888710EC7C484DA29315191262669C58949660A317D13544C2FDE2266A4D98B9957378999801762964BB598AD5724E6ACEB1473EED78BFF1F3CC5823A9858146C24169FFABF481484583ACE15CBBD1BC5DD87BCC53D9B56C47D73D7C46FA24AC46FA6A7C5034653E2B71B22C523FFBF878F263DE2D1C46CF1A81C2DFE3484138FA560C5533D16E2AF7F368AA75F28C5DF577B8A6746A1E25F035CF1ACF35EF1DCF329F142ADA978A16346FCFB70B8F8B7685EBC1496245E1AFC2D5E0E3394A838AD96AC56B64934909612EDEE4689CE2A4DC9FAE968896E3A4FA2D7F348B2F1D43A89E1BE118911FB91C458374D628C5C90187FCA969858FF9298DC62494C47C3245BAA2D255BC61725E6FB1325E6907C89C5172FC9D65AA664DB3E94643BC958B2A3F18664C72F8A64F7FA9792DDBF4112EB8403121B6C94644F81BB64CF4888C42EB45A62D7B95562277F20D9774557B21F1F2539B07FAFC4B1649FE4F0563B89F37DB8C4251A2871790A971C69B497B8A2B224AE3F0B256E1755259E61C512CF952392A3EFCF48BC22CE488E65EA4A7CC8DD125FEF1D12DFE20B12DF7B1512BFF36889DFCC0149C0F6DF92C0C15249F009734928B95D12CAE24AC29F9C90441CE990446E579144E23C2491E23949D4D3D5927375044974E880E4BC91A6E4BC628B24F664A5245EF65172C92A5A72699A25B9CA0D9524FAF54BAE391448AE1DE54B52FA922429BFE89254004592560395A4893892F4483FC975F548C9F5987CC90D1DB124D3AF4092091E95E47E6A96E49B9124778CCE480AD57A2545DF1B25C5BB37488A5F3F9194020B25F76A5A25F76D7E4ACACE1D9294817324E5D46B920ACF37928735BE92CA3D5692CA77F9922ADF0F922AF83BC9A38919C9E3466D490DEA91A446BE22A93D172EA9BD2C91D439AD97D4211A24F5AA41922787FF491AA6D3258D3B8C25CF83FD25CDED72493376BFA425D740D2CAEF91B43D1892B4FF489474C03C2480C0600920AB5A02DEFF46024EFF2801037E491031D1126485BF04C5CA95A0A6D524E89F7D124CB18D84A067202114BE9490CE394948797112D2F30A0955734942830D4818920109072A9270666F4A84CE2D12A10B45223E7A4822E9C449643A53127991BE44C14A962857AD95F43457487AC37224BDC92B92BEB3B192BEBE2049DF77A4E4756098E435455FF24697297933612079B73C211932AE900CBD564ADEA7EE928CA80C4A46FC5B251F923A24A37A5592CF6B2C24636F352593F45B926F2996926FAF0324DF0DB524DFCD28921FCB8392D92D3724F3F31D92DF154692DFE42F92DF1C4BC91F5F99E40F7648B2C868912CB9AF96FCFD912559F64A962CFBFD91ACF40E4855EC49D2555A4952B5E036A9FAF72F524DFF09A9E62BB954B3F39D54CBB842AA75778F74AD3347AA1DE8265D376E23D599A6483760EDA51B46364A374C81A47A771F49374EAD92EABFDB27DD743A49BA79DDFF5C0BA59B3B57A486C80CA9B1A386744BC17DE916DC21E95674B274F7DE8752CBA89352ABCFF7A5D689B3D23D3FE7A57B11BE52DB444DA9DDE1BDD203381BE961ED7F5267A0A6D425FDB0F408572975DDC9947AA86F977A1A82A59ED632A9E7C728A9CF3D8AF4847EAFF484E521E9899055D293765BA5272FFD9206DEDE240DE4BF9706B5394B43B00A6968354D1ADA96260DD3EC92862DFA4BC331B9D2331A18E999B59FA411288C34EAA2B7345AB9577A41172EBD404E93C6EED194C6CA74A57185BBA5F19A49D204CF60E9E50E99F47AE1756986F3A43473B04A9AD5D42DCD1ABC2DBD69F94A9A3D76557ADBD65B7A1B5322CDDBF1519A6F8293DEF9BB2C2DF8ED2C2DF8EB262DA46E911651CF4A8BBEF74B8B558BA4C5F35DD212ED6669C950A7F41E294C7A6FAC427AEFABA5F4BEFB82F4FEB5466939FC96B442EB86B4627A9DF441FB4369E5E11DD24A7782B43AB75C5A5DEC23ADD192496BBC1AA5350586D2DA666D695D42B1B42E53555AD74091D63BB64AEBDD7F4B9FE9864A9B0C8DA5CD1763A4CD65C7A42DE146D296854BD217071AA42FCAB6485BCBA3A56D841DD236A5A7B4DDB6440A88FA23050C89A4E0ADEE52A8EE8214DA0D9742073DA5089B342922A65B8A29D79162AB9AA458F26329BE5A202566CD49A9832B5296B05FCAAFB92715DD0B974A9A574BE5E72CA4F25F2D52C56767A9726E4ADA9BEF2CEDA3F0A5030D37A56FBFC64B078F944B0703DAA48317DE4BDFD528A5432350E9C80E5DE9C86147E9C7988DD28FE524E9D813A274BCFD96F44B274CFA65D9593A194D914E660C4AA7A732A5DFAE20A4DF550E4A7FFAEB49E7C979D2F99F50E9D29356E9F2B91AE972C6A87465959674657858A672724AA6DA682C5B3DF34DA63EAD946948E2641AEFBA649A055332AD74A04CAB9626D3FA962AD3FA932F5B1BA72DD3B666CBD6F95364BAF5DB647A56D932BD3D7A32BD5F99327D8B08997E96A14CBF2153B6D9594B6614705E66FC9B203339D42733B3779799BFB4969903E53273CA1A9985354566C1C3C876D8AE91EDFABB57663DB322B3A90E92D9EE3293D9BA0CCA6C832FC8F6DB1AC9EC7739CAEC4796640ED320D9A196C7B243ED9AB243BFD7C80EDFB82373564B96B98C916447CAB365AE6FAECBDC34C7641E178C641E3736CA8E0E9D9579656BC8BCFE1F55BD268ECBBCA7AEC9FCDEE7C84EC2FFC84E6D8A969D4A50C802AF5BC8827E5F9205DBB165C1FB2A65C1BE3059C89D2BB29071902CE4DF7E5968144716DA04929DDEA5909D89F091456E40CB227767CB22C3B6C822A7CC6551BE376451174FCAA2758ECAA2AFB4C8622C7A64316EB9FFA3CB62B849B2D818AC2C16FE4C16F7634E16BFA343165F1026BB54BB45960089945D3DF45496F8DD5F9654352F4B1EAD93A51C2A94A55CBF2B4B852364D737CCCAAEF7B16419606FD90DD98C2CD3F3952C6BB05476EBF3B42C5B1F2CCBC1F264B7855764796E08599EDF1FD99D400BD99D7C0B59411A4B56D0182E2B524D9015BD0E90157D1A94154D6D9495C0CD65E5410C59A59EAAAC32A34A5649CE903D7A14247BF4B446563DF854569BFD46F6C4225ED630CA963D8BF92E6B0E07C9DAEE1C94B5C94ECBDA052EB28E6E4BD92B955AD9ABC25259E7AA615967C45E1940872703084D65C0B16119E848940CF47C8F0C726D9F0CFA2C4C065B84C930FBE764B8878F64B8093B193ECE544648D9272339216564FB1519A5E1848CF1DB4BC6E4FE93317F4B642CFF0A1947BD4EC6D3A3CAF87C079950F7B04C54552C93309C6592EE473269DE4E9974204DD6854C9475618EC8BA1FAACB7A7483653DFFEFDF6BDF25EBED7F2B1B70E2CB065CBFCADEBAFE950DBD93CB467C576423EFB6CB3EC4E4C93E5C59231B6574C8C6D499B2F16B1AB2F132BAEC8BAABD6C72C721D9644F8A6C72C2473675E08B6C8A07967D7DE62CFB197558F6B3AA55369BBD249B2D5C2B5B283F29FB5D632BFBE3B651F6F770A6EC9F0354F62FE7AC5CC5A05DAED2DC2B578FFE2157BF5A2FD788A1C835B254E49ABD62B9E6E7DFF2354F55E5DAF90FE5DA2FDFCAF52C1572FD760DB93E992E37D8F6506EF0274F6E7C3F4E6EE23C223739F5426ED24E969B0036CB4DBE5C965B3848E5DB8ABAE53B84DBE53B953FE43B7F4BE4BB0CC4F25DC679F25D96F6F2DD997FE49681EE72EB9524B98DE32DB98D8B9ADCB654456EF7A444BE1F71406E7F7B4E7E30B74D7ED8AA4F7E980591BB3A3C95BBED5A25F7D8E42EF7422CCABDB72ECBBDCF4FC87D36F9CA7DBA3DE527562FC94F4594CAFDFDBFCA83ECC9F2E0C22C79E88D5A795882853C4C39230F775B9487D7CAE5A77BDFCB23B675CB2346FAE491C12479E4F335F2A8634AF9B9A4ADF2689DFBF2F3F475F2188D2BF2D8B83A798265873CC1D9449E30EB24BFB2F68AFC0AF5A0FC2A6C519E6832264F1C3C25BFE687915FFBD72A4F5E879227D368F2E4219E3CE5E46979CAED27F29485DFF234A3FBF23425559ED1F6487EC3475F7EE3C213F98D7A17F94DE84979A11B495E58F6565EF84C202F4252E5C5475FC9EF6BB8CAEFFFD09197AF319457E953E555263EF26A97E7F2EAB2FDF29AF353F2DA3E4B795DC7B0BC715BB6BCB17A54FEB46B95FC99C54E79CBF52DF297852C79C79F0BF2CEA10A3940912F07BACAE4C0541339E8C7A41C86B190C3579D94C3B14E72C4E61A3962E59B1C69572C471985C9D19F98721CE3AD1CEF1529C7E7DF901389F7E5A4B66539794FB09C2C7B2A67AEAF91B3D99FE43CD28A9C6F73542EB81C2217EE85CA85F34E72D1B9BB72896F9B5C0224CAE5C70FC815F5D97265719FBC3BA957DE93BC24EF6D8B93F73756C9079E04C8DFF2C8F2613BB47C987E51FEDE1925FFD85F22FF386E22FFE4A125FF7C475DFE1993221FFB40964FA499C8A7EA6FC8A79FA8CBA757B0F21FAA20F98F8F30F9AFF252F99CCA77F9DCEC6EF9C262917CB17048FE2F3255FE2F3B4ABECC4D56AC2EAC53A8DBEB2B34D71E5068AD8950AC4D78A658B763AF625DF243C57A55986243C62EC586A67D0ADD6555C5C6ED498A8D65BB14FAB7C31506BE3B159B56AB2B0C3DFB14266E5885D95C8462CB732385C54D6B8545FB51C55655B062EB76A6626B5D93629B194AB163C78C62A777BD6267DC6BC54EC179C52EB30C85D59F728575D96E85CD9511855D4CABC23EB54B61FFF9B2E2E0E62CC5C1255B85A37A82C2913AA1389E9FA4F0C121153EDC12856FA691C22F3B447162AD587142BF4B71E273BBE2E43933C5A9BFD50A7FB322853FA15211B8CB5711E87B4311FCD04C11F207AD083B23538465692A22D64E292242661491B47CC559976D8A73FA6B14E7FEAA2B2E70721497D63014978F2F2812FD0E28AE5DFEAE48DA2350A4E8BF51A485652BAEDF812A6E6C9E57DC88AD5164C19D15D90E298A9CAE5A45AEAD9122F7668822570957E4ADBC52E48BFE29F247772A0AA3EA15C5C6DA8A7B36604559C27A45F9C8A8A2C2EAA9A272F6B4E21169415173F588A2D6DB4251DBB0A4A84BDDA978A25FA368D026299ABCDA144D292C459BB9BDE2E5AA358A4E649502E47548019A262AA0B10805FCC33A05F2E13305CEB64B813BE9A4C037BD57E0DB821578F43D055EE9ACA0963B2BE8386B0523B146C1B816AA60F6152B586A8D0A16234EC1EE3652707DF215DCDE5B0AEE988A82B75AA010ACF65608BF152A440B960A71E38242FCDC552139D1AB905D8229640B2285FCED0785B244AA50565F50741B142A5EDF852A0686F18A777AA68A770FD88AA1DB4714C362A462B887AC18D10F517CC0D3151FB862C5C78F458A4FF7E98A31F09C62FC4C8E623CBD5431DE755731B1C947F165439FE28B53B86272DDA2623207A7F876E6AAE2C7B9438A9FE272C5ECCE7D8AD93477C5ECAB2F8A7915B6625E2B4A31AFBF5D31FFF3906239758F62B9A94CB13253A154193FAA548DF054AE2EF251AA35F42AD72885CA351F5F2BD74295CA75848F4A1DCDF5CAF527FE2875A7EF2A0D5E0C2A374B0295865FF7298DF00DCA2D8F8B94DB2D362B777D4D535AEA7F565A9DAF52DAB41F51EE719028F7813594FB978D940EC6CB4A072E4C79D068ADF2609699D2D1665679480BA9740A42289D9EBD571EB6AA523A47372A5DAE2F2B8F689E541E11F4295DE94B4AB76890D263D7B4D2CBDD51E9F55A5779FCB397D2FB839BD2FB479AD24F794A792290AB3C0169559E8A34529EA2B295FEFA74A57FEA07A57FD67365A05D9132308CA40C717BAF0C39F54E197A7B41193A9CA10CC36629C366A8CAD35630E5E9CC1DCA3371D79451D92795E7B87ECAE8A41A657C83B6F292CE0BE5A52AB132E1F35DE565BC4079C5A6457975EC84327187993231EA8032B170BBF29AF95B6592769832494A512607B72A9397AF2853637F2A5319B1CAEB67DF2B334525CACC8FF5CAAC0685F2E6CB5AE5AD942165F6990C654EDCB432E789B532F7F423659ED53EE59D228EB2C007A42C68195716A0749577373B28EFBE6B5216128B95C5FE0DCAE26E2765A9CA5BE5BD8F93CAFB1151CAFB0B79CAB2BE7465F925A1B29C8E53967FDAA57C903FABAC1C602B1F9D8C5556B3A5CA5AC06365BDD453F96491A26C3CB6A27C1ACC56367D9953367B8D285FA8F729DB389794ED6B7C94EDC93B95EDD509CA765ABFB2BDBB4FF9CA56A1EC3C7656D9C9515302B10795E0AA834A58518C122E472B11D35794C8ADEB94A8FD5825FA2C4C89F9A1AFC41E8C55E2FC9E28F127EE2AF1916C25FE9E8792D8B25F496A4957521E64292923634AAA57BD92A1FD5BC970262919A94225335357C93961A4E4105F2B3934A892DB8C55F2724D95BCF752A5D097AC147E2F534A12214AC9CD56A5E4F773A5F4E31EA57C71BD5251745FA98CD3522A9FB528BBC3C295DD7DC1CAEE7F1B94BDF9DB947DFFEFFD36EEB1F2BDC50EE5FB0B12E508F384F2D3E343CAB1DA29E544315939015F504E65EE564EB55C514E2D1A2BA73F682BBF05BB28BFFD4771798773E175015C2829A1214DA54246C888504609898C52A19428AB6C2AD9B24754A2A252C90CC95692D1127DF7DE7BEF69F4FEDEE73C9FBFEEBDCF99F7DC7B06D2FF7251F7FF72C9B67FF957B6FE157E3AFC57746AE75F514FFE5FF1BF92BF8BEB9CFF2ECA75FE2EF592FE2E29DBFF2E7F7CF077450FF477C5C215A092F015B0EA401840352E1CA0DA370750B3B703A8271702D4E777025687BA025603E2016BFA4D011A25BE80B5B216C0BA893D80F5C1D3800D890E006DEE4580CEB43D40D79201D0F55103E8561C05E84E3601369D68036C6AAC006C7E7F0FB0F5001FB07DD355C0F6E125C0EE1B8B80DD6F4200BBF9DF0006B45EC0DEB7728021B81DB0EF7E31605F250770A02D0A60148C0118BB6A008C53D8008BE1FB009B4F2E009BCFE600DB351E00DB4A1EC0762619601FD7057038F818E0388702381D300338DD7B0770F1EE02B89C8E071C3B3C083856940E387E6E1FC0D5ED2EC0B5DC12E0D6B71770727D07C06BAD19C0C72B12E0F3F12EE0B49118E01BBF13E09B510938B3160638F3AA1BE0778009F0739C07F81F2F060414480041C77301E79FF80042D45E00421A18808B1750808BE352C0C5A98780D0BAF3807095CB8008755340846D27208281065C5DBF08B8B67303E0DA141610B98A07B8AE60026E345F05DC34F304DC0CD105DC7CBA0B1093B91A1077731810DFBB1B90D8EC0D481C330524CF180292654D80D4C4DF808C734C40E66D35C09D212340964C0590B59C08B8FF360F707FE00D20E704049073EE1A20E7493420F7CB04A0A8752FA0F8D64E4071DB6640A90A1550368F0354EC380CA88A6401AA79CF01B5190680DACF7F01750540C0E3AC39C0E3771B01F5866E80A739EE80A76D77000D3F6700CF6AF7029E8D6B019E373D07BC38FC08F022DE0FF062CC07D074F912A0E5EB7EC01B1311E04D4904E0CDF34D80B7368D8077B77B00EFFE1C06B4EE1D03B446C100EFCDF2016DFD46800E5F4F40F7FE3040B7EF714077532EE043460BA0E7BF7CF66D3D05F878440DF0F16417E063CB12E0A3B806F0E9C92460203B0A30E68C017C891D077CA9AD027C192D047CB3DD0CF836630C98B230014CA74E0366FC11809941256036950AF80E3B03F8A17F19F0C32C0FF0A38609F8A90E07FC767003CCFD2906FCC9B700FC99BB009837FC08F8BB4F08F8FBF70400243C0E80749703A06BEE01A0DE570148D209004ABC0980521C02A0BF4E0130DC7F0042B91580A4AE0EA021AF01D82C3480B31700E0058B0002F43D8030B90F20BE690B905C3D059070AD01325822407EC616A058B50EA0F8340458DC7B07B078090958D13206ACD0BC812A9EBA4095700E70D5B154A05AEA245063EC2D506BD000B8818B016A0F1B02376D9F056E8A1E076E360D07EA3BBE00EABF4804EA2F7C076E2B3908DCBEAF19B8675F16700FE127700F7F1C6878E70C70DF6B3AF0C03604F000B41E68E2F81868BAC61968BA331968B6C2005AB48D010FE54E030FE5EF025ADA25032DD35A805607C780875B5D8136E74680B6E9ED40DBFEB740C747354047C233E0519302A053170DE8ACA60774BE7C02E872600DF0F8523CD015580AF4B0DD09F4488C017A7467034FCEE9013DB76F027AD25481A77A3B805E3561C0D336D6C0D35E86C033439E407F6A0630E0FE6D6070D473E0399F01E0B95A6BE0B986DBC0F3A4106088C92B6008390D1842FD07BC681B0E0CA7408057E15260E4057760E4EF0260D430011835960A8C123E01DE50F106DE0CEF07C6BC7D058CF5380F8C6B9C05C6071180B7156060E29E3FC0C46B4F8149697F80C98DFDC0E40F3AC04C4223F0CE8700E0BD84FBC0FB2505C06CBB5E6076A005303BC40998FD6A0D307769199897FD0D985F8C05E6CF0D010B4E898005C3DF81854F30C0A29E03C007379681254993C0D20D61C0328505B01C1408AC3ABA0DF8504F03F8D02E1E5877B00D589F28063EFDE80A7C3A7502F82C641DF0B98B00F8DCFB10F0C5190CF0C53B29B0696018D86CE9057CB506067C4D2D04BE711A00B6FED102BE9F2C00B6794D003BDCD3809DDEDDC0CECE64E087FA0E60CFFE7E608F2D04D837B703F8513C04ECD7B1010E57DC018E3A9F058E25AE028EB55281630B17805FFB4780933550E0B7712BE014E62270862C06CE5ED901FCB1B101F8C35117F82B3310F86BAE03F86B7916F8DB7B1CF89B10079CEB7E055CC06D02FE1DDD0C04844401A1F17220ECCE1E20ACF80D104E720722D92E4094FE23205ABD1688F6FE09449FDE0744D7F901F1D78F01091F244022723B90D43B01A47DBA0FA473CA800CCC3090414A0132079D80ECAB0F80EC567F20A78004E42C6F04F25E5803055F7280A2477340E9D90F4059A12D50FE630F50B16B16A8186402176326804B4681C0A582FDC07FC174E0BFCBAAA055AE4C907A9412B47AEB1ED01A621848636215689DB91568FD3114687D6423683DCF08B4410602691F0900E98680411B7FAA8036978D83B6F43C04E9E90B417A8025D056D367A0AD5F2F83F44F0581B63DE083B6FD34056DBFE10DDA0EBB0CDACEC380763AAC07ED7C710EB4B35500DA25FB0DDAAD7709B4C78F0BDABB5A01DAEB520B32B4F706EDF33E093AA0730B6402A3800E1E0B0799799C04991BB682CCAB6D411643AF4087D4AA4196F475A0C3C7EF810E3FE3826C9F14838E30E6408E476740CEFF89CB0711E858CA39D031EC1F902B1E0B72B36805B9E7F6837C2E34807C86D783CE3CD800F2D31F02F9CD0840FEF669A0B3CF1F8382CE8483CE55EF029D67D34121CF6341173FED005D1CB8000ABD34010AADA8065D9D71055DB3BD088A8C7F00BAC100836E4E4E8262576F06C53D49062530DE816E83F782920EEF0725DBFD04259F0D0625579883526DB78252FF2480D2903F41E9A92AA03B3173A03BB76B4077AA91A0ACA61FA0FB012F41391F378172DFF780F28CD7830A26034085EB1741458ACFA0E2A74EA0E257EB41255FF6824AE61A41252412A8541F092AFDAD062ADB1E0C2A17B340151BA24155AD674135387DD0431C0A54EBF41254FB0D037AFCA80854EF90087ADAE2026ACA7D047AC90D01BDBEAF0D7ABB711EF4CECA19D49A2B07BDEFD401BD9F3B026AF37204B581EE82DA7903A00E7118A873AD23A8935902EA36C780BAEBDC401FACFF813E545E05F5C6F141BD3231E8E3FA6DA041D70AD060E61AD008DF1F34BAFE3868D4D70B34DA29068D7FBE0C1A9FBD0B9A285780267ADB40933E2F41DF5C45A0A9A7D741B34E08D0775908E847A33FE8C797DDA05F840DA0DFAC7DA005833FA0852F812000491704DCB70904BCDE03026B2D82206F524050FC1808FACF15044BAB01C1F14C100A3805A2EDFF09A2FD7E036274BD01B19D0C406C600188AD500771DEBC0571144320DE1E2588E79E0112E60041C207A740E200479018751D247D7E1B24732683961E3B8296513FC12AAB77815573B681D512D5C0EA3BB681D7CC9F066B38148035558F8175BC0160DD83DFC09B778782B76CFD03DE9683066F9B6780B72DC681770CDE05EF2AAC061B806860C3CF11E0FD870CC126AAE6E0835C22D8DC6917D8FC2E086C5E120BB664B680AD0CABC1363A4560DB9B11607BD120F848F902D8E13603ECB0600676EED6013B7FD300BB8C5F03BBEDF3037BAC2A017BAF3F0EF62E17834F3779807D6B67C067AE9680FD59C9E000EDD7E0007A36387026131C485D0B0E5CA48083A56EE0F305D9E00BC56BC017CF9E015F39F6177C2547028E805D07477E5C025FD7C2836F64DB836F663683638E1B8163F283C171651C701CA90F1C270F0227ECE903DF323600DF5246836F5FB204276EA48013E1E3E094B506E0D49EDFE0B4B230705ADF1670FA8427385D660FCE5C370BCEBA3007CE827E0567C162C0F71B0F81EF8FC2C079E22870C1367B7041CE2170C1930BE0122F177069CD7370991F135C7EA6005C71D7045C6B670EAEF35C02D7A507811FE9DD063FFEB8087E0AF60637D64F801B058BE0671AB9E067ED2CF0734F3BF0F3B0A7E0E73767C0CF6B77829BB636819B8CD5C04DC759E0E6741FF0CB2BE1E0972921E0571414B825D117FC4E710ADC0AA381DB2F8D823B6CC3C19D4D0070D71309B8FB6233F8C39729700F351ADC077C0BEE5738803FFD78051E589E030F3F3B021E598D048F985781472E9782472A90E051B5EBE0D1286BF068FB67F0674B53F057552EF8ABAF3A78F22105FC0DCF024F1D4483A7A3B781A7DB78E019CF3FE0997BBBC1338B0AF0ACDE2BF0EC6E4BF08FC070F0CF702AF8E797C7E05FA2B3E0B9ED70F0FCF515F0C2991BE085BB07C0C0E97F60E0CF4760D07D36185EE106461F6780D1893BC098AB30307EF635184F2900135BB860D2D1CF60525F0E98EC3609A6AEA90353B7FA81E9BB56C0F45BDE6086F64330F3443498B5BE10CC3AB006CC369181D92E4FC0EC7A28982D6C05F31283C0FC7203301F3B0F16550D80C55B92C192FDFA6085FF57B0127F13BC187F0FFC6FCE1CA29A6D0F51EDB80F51333B0951677E8168F8574134C74C209A5F87205A9A4C88B6453D44B75217B2B1E6216453C931C896875510BD33BA10FD4391107D8219645B582E645BE329C82E1408B28BDC0DD963FD16B2A71B0A316CDC0E3938A10531FDF80E6286988598FB9D8398A3441073A123C4627D1AC422AF1D62F9E929C44ACB197258C31D62936504B119CE82D8DD6243ECF53F428EACBE0571A8F786387AEC8538252F439C83DA212ED7F221C7FFCC42DC70B7206ED211887BF841C8C9760F88978911C47BE714C49BBA1D723AE11724E0CC164860493724C8641E125444829C5BDF0CB96402805CB20F8384DA5020E11B3221E183EB2011BFF64222E6EA205713A490AB39F6906BED6990C8D464C8F5980F90A804674854723BE4464738E466890AE426FE1A24A6500D12537D0C1277E13CE4967A12E456F100E4F6D55790A4039A9024472348D299BB90E47D1848EA482A243DF11F24BD6B1324C37A1F24537C0772C77413E48E9F2BE4FEBA4EC87DEA7A4876BE2F246F0008C9AF8C80E4B34A2185FB17218597062085B9E990A2D71190628231A4C48C0529B92681943EDC0F298F0A8154062E42AA9C3990BAF119C8E3CD11907AFD1D90FA3FAF214F6D6C214F3D5B204FABF7431A1C7D210D754190C6D17590E77978C88B5A27C80BCE28A4494F1BD29CE00779399B0A79DD3E0C69897381BCD9A10B79F3F92EE40D160A697D7D19D2EE510D697F741FD2A1A506E9E409205D173B215D8FC090EEFCB390EE8A5EC887554D909E83F9909E4385909EA36F203DE92448EF5304A42FE817A4FF931C32E0F61032F031153200B902197CF10632F6F724648C5F0E9958FF10326905827C3B170399F258864C97854266AB72217F7EB843162C87207F5F89219053E510A8C66B082C311C82787B12823ADD05C1DCDF0AC1BCBB09C19BA943F0360D10026D1442D4FB0A216EEB8790366440A83B4C218C53DF210CEE2084F9800B613D4E827076FC8408E52488C8BF07221A0540C4B42D10698D0944E6920A915B6B42E4B75743147A1E9045AFFD90C53FCE5095F52CA8AAED63A85A3D17AAE16F085D8FC343B5CD0F41753D55A01B79E6D02DFBABA15B8E0640B73CE8876E79BB19BAE5D32DA8DEF836A8BEF10C741BFA20747BAB3AD4E0630E746FD201E8DE2711D07D96EFA0FBBE2643F71F390D3DD8AD06358D1B829AFE0D869ADDAC839AFDA140CD8F6A41CD3336432D6A2E422DA17FA096E82BD0C3E75E40ED6211503B713AF4888305F4087E05EA945A067509F6871EDBFB0F7AECB90AF4D8EBD3D0E38DDA5057F3C750D75975A8073013EA01C2404FC073A127BFCF423DFB3BA03EE10D501FF467A88F90093D93F70CEA77760BD46FFC1ED48F858406941C8406D5F840CFD9A841CF295E4143ACBF43437E2AA0979ECD42C3BEB643C37D11D0F02B3268C4E64DD088A6F7D09B96AAD018681934EEC93BE8AD87E1D024FB2C6806AB0A9AF9CB0F9A655A0BBDEFE709BD9F5605CDFEE90ACD5D8981E685B442F3421BA0053F66A1C57EDAD0E2D9C7D0120A025AD6AB84563E0743AB64EED08727DF431F26A8416BB52E426B9526D0DA952568DD8569685D461AB46E3C14FAC8F80DF4911718FAA80904AD0794439FAB2F409FDF7681BE90D6435B6692A0ADBB5E435BA7DBA0EFF5AAA0EFFD53A16D337868FBC603D0F68306D0AEA06068B7EA39688F473AB4AFA1E93F38D0812007E8C0732E747065113A626B021DEDA242C76254A163B533D0AFE7B640BF81AF40A7AF194067EFA3A0B3E017D0EF7BD4A03F7D9CA03F6F4643FF54AF85CE5F88812E1CD6852ED8F0A0C0DD2828488680423E0C41217D1550E89656287C68008ABC6E0445270E4131015228A6641E8A99A982E28967A0845C3C94E8B4094A6C4E8692122450D2AD9D50D29BEF50B2DA0F2865DB5628B56D3D94FE5703CA6048A00C961394B5530165BD4B8572DEE2A11C191FCADB0E81F2662050C1995750F15232544A1D80CA767C80CA1862A8FC852954B1D71DAA886B852A80BFA18BF52BD0A57597A04B0FD5A1CBBEDED0E5472DD07FBB42A0FF4ED8C254F23C61AAC6B93035EF7FB0D51B0760ABD119B0B5071FC2D60345301DCE27D8C6FF26E28DDCFD303DC3B5303D41186C6B69234C7F76376CDBF919D88E9093B01D8987617B6CD6C3F69C7683ED4118C0F646D6C3F612CEC0F6AD3B0DDBF74C1576E0091176E0E50198D15D12CCD8BD16662C02C14C34D2610717003033F36F30F31D7498F9E99BB043D1D76187CAFFC0ACBC7EC3ACAECB6136357D307BCD39987D1517663FE10373B0888739FBA9C29C5F1161CEA42330979728D8F1130930B74FBE3037D02CCC23C400E601DF003B71F126EC54FE1598EFC247982F3715E6BBB804F3BB5D0AF383C5C0FC6540D8D9C0EDB08002342C80A70B0B0CCB81056DD80E0B7AF21016B494010BDEB509766E0B04762EE923EC7C211C76FE7915EC3CE002EC42A70C76A1C70B764936040B05AD8585453E87854D3E8085292261E1DFDC61114F4B60577747C2AE3DBF098BD2FF058BB60A844503A4B01B6FD0B01BDFBD6031214A58ACBE012CB6C41D16B7D30716C77C0C4B6068C16EE59BC06E5B5BC2921D6FC252FC76C25262426029EC2958AA950E2C7DBB092C13A30FBB1BA909BB1B5302BBF7ED2AEC1E783DEC9E341796B5BA099645F908CB1E9F85E5763061B90B5AB0BCA472581ED00B96DFFD19960FCB81156C05C20AFFD4C08ACA4360455C32ACB8E014AC78540F56AAA2052B3519809566A9C3CAF65D845504C26115F42158659F26ACA6F437ECE10E0BD843882FEC911D04F6088A833DA9B80DAB5F9507AB0F38037B3A9F066B082A80353A08612F3619C09A10C761CDF1C760AFFC36C05E110EC3DE6A35C1DE7919C1DABE2EC1DADD3EC23A6C86601D9F16605DFEE1B0AEE60BB06EDFF5B00FAB90B00F5BA4B01EB56A58CF3337585F8603EC238F01EB171AC33E8D1D870D385BC3864E1F840DDDB80E1B4A73800D3D54C246F2C760A35DF3B0D1317DD8E7F1BBB089353EB0AFB914D8E40F2E6C12EF0FFB96751DF66D3A1136B5FA3D6CE63600F64B0B06FBE5B706F6EB0706F64B6E0B9B3BAD84FD495F84CD57DF87019EBC8181025A6110273718E4E30D18B4670A06EF3682210ACB6188879761E8010F1836781D0C9BB70386FB5308C31F0981E12FFE85D1531361CC942C18FBF0231847CE83F1EA3EC078D34A98E0D35E98C4F21F4CD2120593B9E7C014AB7B610A49264CD9BF1BB6F43E1BB672B103B692BE13AEEA3E06577BCB82ABEB44C2D5DB1BE0AB7501F035BB23E16BD26EC1359FD3E09A136CF8BAB7DEF07583D170AD6E0DB8B6FD285CFBE32EB84EFF0A5CF74E397C63711C7C53C22C7C53AE18BEE9F929F8E65557E05B1CEAE15B7E6D856FB7B5876FF7FB0CDF817E05DF1DB604DF13BD11BE77E323F8DEBFBFE1FB8276C0F7B539C0F77779C10F3C69861BD905C18D3C0DE046E24EB8894736FC20FC26DCB45702376B97C1CDE44FE1E6BEA5708BAE3AB8A5E909B8557619DCDA2B036E7D9E07B7D97F116E7761166E7FC1097E8404873BE894C21D7403E18EAF54E0479B76C28FB64FC08FFEC9803BFB5D863BDF3B0F3FEE2B81BB5A95C25D9BD6C2DDA774E127D4E0F01376D1F013D90D70CF0111DC7374057E6AF56DF829F41CDC77F313B8EF819FF0C0AB4C78606505FC3CBF0A7E71C6111E9A36060F7D1C0A0F05E9C24399E6F0CB8B30F815FF15F89522023CE2E500FCBA210D7E7D72181E4587C0A367CEC3630E14C3630A6CE0B7E2C0F0449D8FF0440B3D7822E7383CB9DE129EDC780F9EB69F0F4FBBFF019E0EEB82A7CB46E0197BE0F00C01107E57B5169E9D7A129EAB9F08CF1D8D8117993E8717FD7E0C7F104A803FE096C3CBF7FBC3CBEBE8F00A933FF00AF7CFF0EAF65278CDFE77F087B7D2E08FC7CFC0EBB552E1CF3C37C09F753C81BF4C20C25F2B53E06F6AE8F0D62BFFE0EF1DFDE16D277CE06D185B78DBF23578BB613ABCFD6D09BCE3E80F78C79DBDF01EFF05788FB40CFE111B061FF2D80C1FFA98011FFE82808F50CDE0A3237BE06347C6E163212EF0B1FFF47FBE86877FB1FB05FFCA8F854FD6F5C0A74EBAC1A71AB6C2A7C9BDF069E157F8B45C0B3EBDFC153EF3201E3EC32A827F5F9703FF19AB07FF4984C27F5BB6C27F1F96C27FE732E17FD7F6C181E96BE0E06DCFE0E0CB27E0E09C5570704D141CBA2B130EF5A5C0B12E2670DCEB0B707CD5663881120427D95BC219D737C1B9ABCBE05CE526B860ED0FB800720D2E3618838B7F69C1C5441E5C16B617AED0F4802B4FFC862B071AE04AE075F822640CBEF45FDD2E3175E14BCBEF112A903684AA7F2962F58678C49ACAC7088D8A1EC45AAF718466490142B37702B1A1C219A173C10CA1F36B12B169CD2442CF4D0BA1F77808B16D9B04B1AD7718B1F3C63384415E2162CF8B4388BDCF63117B492508236820C278640DE2E0973D88837F5C11A6BE57101643F908CB19378455D771844DD96B841DEC30C21EAB8938F24715E1E0730AE1D8BC157174B903E16CE18E70B6D542B81812112E217588E3EEFF10AEEC31845BA704E1BEF12DC23D5A843879C40971B23C0FE1796C13C2F35F0AE2945E23C2EB7200C26BF01AC2C7A41BE1EB3588F05DA122CE6871107EA73808FFB964843FC9181110B61D11388641046DBA8A08AAFA8A089245228245498873391F1017D6C6222ED056232EAA0B1197B6CC2342CDC888D0A49B88B0B52988B09166C4950C7FC495610CE2FABA3EC4F5AB6044D42A2922EA5223E246441922BEC20891A01D8048F0F98A482AF140A45C402152DE3310A9A72A1177162A1077881988BBC923882C83284456E511C47DD3E788DC9BBE8882731E88A21C1EE201EE12A2389F84287E188D2806AF46944E8E224AF96044455A39A2F2C86F4475D11B44CDD527889AC7B58887D66E885A8F76C4E375C7108FFD86108FE7CE20EA6BF410F5ED4588A7AB8A100D6027C473D00AE245DA10A2A9EC39E2153D1DF14AFE13F1FA8A1FA265E526E28D410FE29DD73E44EBC71944FBCD0444E7FECB88AEDBA388AE4771882EA506A2BBF61EA2077E07D1FBCC0CD18719467C1C9946F41FED470C5CCC420C666421868A7E208639BB1023513710E3AB0A11E36175882FDE52C417942A6262AF0F62E2F657C444F579C4546617628A75153143FB8E98FD628C989D8C41FC005D462C7CD7450050FA08E08E070870C5630444F73B02BAA50901BDDF8F406FB98940278B10E84FB508FCB1FB0812AC0841D78E41B058FE08F6A93C04BBBE12C1693E8BE07F2C45087E6723442B5F11E2415B8474720E21DB348E901B542196C2F888A5F004C4D2FC306279D71FC4B22B18B1027043FC4BC02355F246902A4B014875D800521D0E47AED6798D5CEBB688D4722F436E78A485D48E3547EA4EFD46EAFEFC83D42545237597E2919B389D483D591852FF6409529FD38EDCEEB00BB91DF011B9E35D0B72974A077297791A7257F22472CFED62E4DE85E348E3CC6B48938346C8839B9691A6BD3548B3FD28A4D5F525A4F59355C8C3A37348DB4D22A46D4836D2BEA806E9E8F21579D49D85744AD4463A65B6239DF392902E27D148977B7648978A49E4B1C8E7C8E33BB590C7AF9B225DD35F20DD03AE233DBA03911EBD9E48CFAD6948CF8FFF90A7D6DE457AA9E820BDBA6690A70D9A91676261C833355F9167FAC148FFA77DC8B34A0C32E0421032B8221C19726D2DF2D2E3C3C8D003A791974F2C202F5FF88EBCFCBB1C79D5A40A7955118FBC56D780BCC6E322AF276722AF3FBE8D8CF2E942464FFC41DE5CB9888CD956828C296845C6C6AE46C64EC723E3B569C804F5EBC8841C3DE4AD0302644A491F32A54A0F99F2CA0B99C97445DED54A41DE7D2945DE9D2B4466250990594814323FFE35325F790F5998198E2C04DF4116223490457F62900FCC0290A5C9C9C8D20FAF90651D4F9015A5E79015D80FC8CA335790350939C8BA344DE4A32320E49393BB904F422D91F5372390F5E32EC8A70EB1C8E70B6264F3FE5AE4CB2455E42B5F02F2CD867FC8371133C8777D6B91ADABAE21DF9F8B42B6AF798AEC7CA18AEC3E014376DF6C467E60A8227B54A5C89E3F04646F1C03D9973587ECABB246F6A1E2911F1FF822875EB62387DBBE2047921F204750D6C811CA11E4E8E567C8CF6B78C809871CE4D7430CE4E45135E4E48D54E4D49737C8E9F96DC8EF3436F2879F04F9F32D07F92B8487FC554240FE3EF20439F77C35F28FC630F20FFC03729E8147FE1D3541820A549020A91612DCAE8384757723E1370A9070601B1215F61489BA518344EB0291E84BF648CC540D121B158DC48E3521F18A0124D1F12192B8328D242F3C46D27B8448C6DD512463D81EC9904C2299F259247B5C0BC921EC4672532B91DC8CAF48DEBA1CA4A0F90C52183C8F14FEE623C563D790521F0DA4948E424A574691B2CD1348F9A77348F914082997C52115DE78A4723313A9DC9FF91FCBC8C535DF90CB06B6C8E59068E432E50D72E5DF33E43FA5274A452040ADDA9C88521D4844ADC6A9A3D6A89D45696872516BB759A034B77E4269BA2DA0D69178282DBE0F6AC33E126A43640E4AC7E9084A67EC3B4A77F52B94EE64096AD37A07D4A60C016AB3660E4ACFF42B4ACF2F02A597FD10A537F219B5957D0FB5951F83DAF69988DAD15080DAB9B71AB5EBF25FD43E4C096AFFF46ED401E432EA80128332CA93A08C5DD6A14C6A6FA0AC27DA5087C337A10EE72050F6212F508E19BDA8A3C81F28F71DCF50EEC6A751EE87B550EE547794477432EAC46A26EA84D400E5B93604E5A96B87F2BC721AE549C8409D5A6B853A256841797F02A0CE306C51FEE0CBA88018002AA0EC2C2AD0F6152AF05C192A689A8A0A69AB4585406FA2428DF6A0423F315057A53750D73437A022D75C425D1FC0A26E240250B17B77A3E276D0507154242A7ED57F9535780D753B54814A8CE1A1929A3FA392DD035029A616A8F4FFF6DC9904A3EE2E5F4365E545A1EE677D44653B1C40E584E150F96C7F5481CA1D54D1BD51D4833D3254C90904AA4CF21D5559CF4255BDAF44D5E83AA01EE6D9A26A7B24A85AD266542D9F87AA3B2D41D5C59C42D50DDE413D721C41D55F2E42353C07A11A8FA8A11A337251CF520FA19AFE45A25E6DF98F4371A8964D37502D2114544B920CD532741FF5768B36EA5D4718AAF5FD12EA7DE82B54DB6919AACBE915AADB1089FAF09FFF1F803C548F571AAAD7E023AAEF403FAAEFC62954BF8481FAF4FC236AC074063538A08B1A5E26A346EEDD448D5285A8311722EAB35612EA5B7C236A2A49809ABE5680FAEE7708F53DC807F5CBFA2E6AFE8F0FEA2F188B027AEBA180E9AB51C0F73128D0BB5E14783C1505CD7244C1B6A350B010360AA1D044214D1028E4F3C728D4D07914FA741D0A33DD80C2E64A51D8A1B7289C2D04851765A1085D2928B2FE0F14D91B8BA25C06A0985BD451CC960214FB572D8A830B44710F3050FC5D6014DF4A1B25F00D4409A27A50E2873D28C5F62F28C5B0356A29460FB5F4EE2E6A85DA8A5A6172D12AEB8FA35567BFA1D577B6A2D5CB9EA2D74C94A035F65D476B585AA3351638E8B549E168CD9E7BE8750149E80D0E40F486B14AB4F6BC175AC7A90DAD736D0F5A77E02F7AA3ED187AE3F8247AB3A92A7A73EA3EF4166C3E7AC7D530F48EBFE7D03B27F7A1776925A30DECF2D00623EDE87D5B3DD1E68E6FD196AF63D056F511E8C3F637D036DB0DD136378EA2EDCA8CD076DD0D68C7A7E668274B4BB413028E7651F2D1C7C3C7D0C75FB4A35DB56868D7070568F7F10F680F562EFAC4DAEFE8135F7EA14F9A76A33D1D2EA13DE58FD0A7C29CD0DE4D19681FDC4FB4AF9627DA97BC0D7D461A88F6DF6980F6AF8B42FB8FB2D101BF56A183BC83D0C196CFD0217B02D017B4C5E80B170CD1176FFFD79640F3E8CB659BD0576EDC405F35304147EEB24647AB9F44479B3D42471312D1372EA2D037472BD0715E2FD1B7B6D1D1B74CCCD0B78863E8DB9BC9E8C45B2DE8C49931745AF16774BAE569747A43073A23D1149D41CF40679AEF4667CB69E89CDDEFD179AD56E83C5128BA4023145D94B811FD40D515FD4043882E3DD5872E7DEC8CAE4C7742573695A22BB14474757D17BA663E09FDF05413BAF6E92CBA56398FAE8B788D7E1491867E7C2B07FD1C368C7E91538F7E413C806EDAAB8D6EA28FA35F15F7A25FBD7B837ECD3141B79CDD8B6E795D8F6E1178A2DFAA9D43BF5DB7807EFBA40EFDEE2F1EFDFE581EBA7D1F04DD0B5241F7ADF4A13F46D7A03F563D437F5A93851E5867851ED8378F1EF8158E1E4C6F450F2D49D0C32A59E861F54DE811A7B3E8D1CBEDE8D1FE32F428D9133DE604408F456D438F4FD7A33FCFF4A0BF6A8EA2BF2A33D0934663E86F4E7FD1DFE4BDE8A938087A2ACF17FDDD7E19FD1D5B82FEB96308FDF3761FFA97DF4DF4EF3D9BD0BF0797D1F3473AD00B92303470E2371A14E38A0697ED414354BCD1D01BF7D13048081AB1BD028D78918A46BC14A0917A7E6814078EC6A464A131C3CD680CFE281A6BF30E8D3F8040E3EB3868D2775B3439E2069A3C1B8AA6DCC84253D52EA2999C313473E5339A7D908D66C7BAA2B9BF2EA3F9860A343F86881609C3D0B2313C5ABE2E112DDFD28B96FB9AA0956E93E87F6E37D1FFFC75D1FF50408C4A2E03B36A9084519B4361D6AC01613462C730EB769FC26C583E80D135DD8CD9D4B70FB3E5C17F50B660B650AB307A1E74CC56C37ECCD6E729981DE3C6981D142466E7ADAF989D20296617B004B3A7D50EB377210C63086062F65FA562F62B533007AC5C3046FD6618E3B5B618E3ED43189373EF3026697730079D1731A686DF31A657123016EFA898C3176518DBFA608C83F13CC6697F07C6E9C0138CF35420C699B88271D9698639A6C1C61C6377618E712F608E9F22635C55EE63DC8C6F60DC1D85188FFE348CE74C2FC6CB2A0AE31DF319E3A3C460FC9E32307E4A29C6BF5607E3DFA1860970D1C60488EF6282BDBF6082275630E7447F30E747F431E7655B3021D965980B7ABF3117B78231A1DD9731E1277661C2E3033097879998ABCBDD9828601BE6A6F32E4C8C7715269E1A80B915700993A8FD1D93EC1889497EAD8D49197F8B49AFFA84C918C46032BBEE62EED8DB61B20C3E60B2EA3C30F78D5D31D93BB76172CA8C31396FDC3039BFEC30390B07317941724CC1B61B98077B53300FEC0098E26D5998E2DB2B98E2112B4CF1CC654C29F621A6ECF71E4C796328A672370053B5D289A9F630C254FB3763AA67F3310F4D1A310F1B1E611E5DCEC33C1AC2631ECB15982751124CFDEE724CC39808D3183F826994E9629EDDDE8C795EFD17F39C608C79212EC6346B0F609AB33B31CD0C37CCABFD7398D769084CCB4C02E6CDAA644C9BA402D3058CC474AD00311FBE6561FA4A7D307D3D36987E1B1D4CFFF82266E8ED29CCE8F764CCF8640DE6CB521066E2B80FE66BB43566D2761433F9B60A33657E06F3FD6426E6C78EFD981F007FCCCF946F985F9B2C31BF9E0F63E6C2DE61E6BEC03073A44F983F1B16300B3A5A98056F5DCC42782606B0CA0803B0E060004E061860D12C0674A91603D908C240021A30908A0318E8566B0CF4BE1106EE7F0883329FC16095A1189C432506DFB40943518BC25046B1186ACD3486E67A07C3D86E8361FE32C2B0BA4631C2B94E8CA8F52746843A8C11479860C491408CF4522F465E7D06B354740DB34CE8C7FC532BC4AAE45662D5AF5EC3AAF74F6357AF6EC6AE9E5A8BD57019C56A9CCCC66A82D8D8759DD6D875706BEC7AAB2AECFAB835D8F5AC4EACB6BD0A7673453856EFC97BECD69B4FB1DB1FFB62773F1CC0EEEEACC61AACC9C0EE313D88DDBFA71BBB1F29C61ACDDDC71A1332B126437BB0A6CEE158D3C446AC29B0086B7EC7197BA85981B55A7C8FB56EF5C4DAE86A636DE41FB0B6E6D958DB5414D6CEFA0FD6EE3E126B4F7F8D75B83F8675DAA58675395685752BF98B750F3D883DF5EA2ED60B7704EBEDA28DF55155C19EAE43604F33A2B1BE9662AC6F8A3AF64C7532F6CC1F6BECD95567B1674DC5D88086BDD820722B36F85B1236F8FB66ECB9BC5EECB9AE2EECB99F2FB0174E55622FDADFC05E8CEBC65EEAF3C25E42576143F117B097BF9EC35E613560AFBEDD8EBD767C2F36FADD43EC8D274FB037591FB0B10661D858DC2A6C3CEE36F6163F069B68B21B9BE8CDC126A14BB1A9772F6153C7DCB1F7B2BE61EF15DDC5DE833862B39E3960EF6F2361EFFBBDC1E6983A6173CAD1D8BC430C6C81AE23F681290C5BF2772DB6ECAE1FB6BC938D2DEF5A8BAD18CBC356EE5BC2561F71C156379B636B8C62B1B5B777626B3F27619F140E631BDA27B02F028F619B1FEDC73633B5FF430FFBFAD45DEC9B93DAD8B797BCB0ADB613D8F73B70D80EC39FD88E98BDD88ED90FD8CEF7EFB19D5D65D8CE2F13D82E431F6C57C5436C77B621B69B5D8AEDB91F8DEDD5B982ED351DC1F6E68761FB9E2562FB1BACB09F04C1D8A19703D8A19951EC7050127638520F3B72F10476E4451F76EC2C003B56D988FD7C968AFDF2AE193BE1A5869DB892809D883F839D98E263BF66ECC07EFDF51CFBEDAF123B6B4AC0FE908BB03FB3A2B13F9FBDC1FE3AF711FB3B4805FB3B260CFB3B978F9D5B751E3BE7D4835DB8368AFD7BE432F6EFD120ECDF281B2C8041C0023F5EC3824E3EC4826FD56011378E6391EF17B1A87387B178C43C966071024BC88BC4926FA1B0F41D0958F68D2A2C7B4013CBD9538EE5CC0E6239FCF758AEAD13566250859558EB6125D3A958C9AFEF58A9C651AC34DB002B4B3884951F7E8395DB6662E5EF1E61953B6CB14AE81FAC92E5845DFCC6C42E5DD4C52E5FDA87FD87D4C7A93ABEC2A9BE57C1A975BEC0AD7956865BEB05C2AD2358E1D6EFA8C6693DF1C16D1056E3749E19E0368AA3715BE2CEE3B66459E3B66A35E3B65ED4C0E95F6EC76D53BF87DBA601C16D3BFD1AB7FDB63B6EFB975CDC8E17EF713B0FFAE10CE2C6717BBE0EE0F6C76DC11DA0AFC219871170C6B32B3863C139DC419DFB38D31A29CEAC9F87B31404E30EBBBCC6D9799071F6064638FBB0C33807462DCEC52B10E7C2B8813B7EBE1977FC4232CE750D08E7EAF212E71EDD8D73CF59C2B94BE370277CF47127682338CF483D9C27540777AA7000E7B3790DCE67E73F9C8F7928CE273B03E79B59813BBBB91977B6F50A2EE860162E68EA212E78CF4D5CF099325C70F908EE42FD03DC456F312EF4940B2E34B019179AF90917DEBB0777D9B8087745AF1477F5441E2EF26832EE7ACA59DCF52F005C94AB1E2E6ADA09178D75C64573BA70D12B85B81B862EB81B3DF3B89B9D43B89BBFEFE362C60C713134162E4EE70E2EAEF1072E3E0283BB75DF0277ABF7232EF15D292E69E6232E392D07979AD58A4B1BD980CB88D889CB10EBE032CD4FE0329FF5E2EE6925E3EE77E5E1B267E67139C681B89CF2145C4E2F1897F3771C97FB038DCB0BE6E3F25B0FE31E8C55E31E80FB7125B61B71A5C455B8324F0B5C794811AEC2F425AEAA2E1E571D9183ABBEE1817B645E887BA27E00F7A43916573F6B827B9ABC15D7C08BC5352C3BE15EAC21E35A9C1670EF92F570EF0A5C71EF0FE4E33A2203701D49D5B8AEE020DC8778735C8FDF5D5C4FC04B5CEFA11C5CEFAF525CDF11335C5FFB6DDCC7BA37B88FA003B8FE003DDC274D17DC40841B6E30B8033754761937FC81851B313A821BDDE98C1B075BE2BE2C5BE026B6BAE0BE4E97E226D5FB70931BAEE0264B0A70DF46CEE1A66EBFC44DAB9CC7CD5858E266707771B387C5B8D9C94BB8EF0174DCF7F83DB85F7B56E17EBF90E0E60AD5717FF66BE0801B4771401B2D1CF07E230EE4368E83908D71B0941B3838351887D43A8E436EC0E090793E3864933E0E39B80387B649C5A193F270189B2B384C450D0E4359C6E1015938C2021B477C7313471EC6E2C8901D388A0F19475B771EC75ABB11C7E9BA85E3D90DE2F8D2341C5F368313E2B7E384AC1F38514B1A4EFC9C84939D6CC0C9BA36E2165F18E196370071CB0E78DCBF2396B87FB34678D5F91D7855121DAF965888574FF1C06B588DE235DC46F19AAF63F11B1868BCB6B91D5EC72918BFF15B197EE3DC2AFCA69DDBF19B4DB3F15BD769E1B7EE44E277D65BE2776B32F1BB7DC2F1BB897CFC5E95637843372ADE30B4026F38F41B6FF8351FBFCF2F00BFAFF700DE28743DDEE89113DEF8B416DEB82E1B6FAC6CC29BA459E24D9E75E20FBA3FC49B16B6E0CD5AADF1E6D520BCF91722DE9A29C11F9E28C3DB78CDE26D3796E08FBC44E31D8DEFE31D0F5BE18F16B6E28FD6BAE18F7E3A8A7759751F7F6C7F31DEDD61167F722D01EF157408EF1D9A8AF79388F101E59BF0014A7F7CA0770A3EB076091F9483C4877C1CC75F88DF8CBFC8EBC55F0275E243B77DC05FF632C147AC2BC747D89FC75F0D90E1AF2A34F0D7F2ABF191B939F828BD317C540B151F7D7C1E1F4D7B8E8F89E7E3636B93F171E6FBF0493A7EF8E4DB4FF1A96AD7F1993A5BF0998327F0772387F077D117F0F74A6CF0F7436EE2B397ADF0390D0EF8820802BE10B60F5F4838882F223FC3172907F0C590447CC9F61DF8B2E6027C99488A2F7F9D8EAFF0BB80AF0091F055E3D6F82AC110BEAEE40BBEEE592EFE91591CFEC9FA35F827F707F14F0D5BF04F879EE31BC4B6F8C62387F18DD968FCB3BC66FCF33432FE799606FE79E3017CD3535F7CF3C7057CF3CC3BFCAB7B2FF16F084EF87794AFF8D697E5F8D64115FCFBB1707C7B3206DFA9AE83EFB421E13FBEBD82EFBFBE17DFFF6A193FF267093FBAF52C7E74F03CFEB3F957FC8497197E7273037ECAC31F3F0D3F819F85B9E17FD8D2F1BF5E75E07FAB4DE381F59978C8A16378688B351E8608C1C37572F0F0ABDE7844E2081E8959C4A35FD9E3D1E40F78FC135D3C9E7B0B4FDEAF82673A61F14C4A369E55F215CFDEF517CF9E2AC0B391FF2DCF7CC7F3D60FE2F9692578E1C036BC1025C08B3651F09295ED78799A115E39BF1BBFD8A68F5FBA7117BF54FD07BF8437C0AF9CF423A874FE22A8AA8D13546D4D08AA9F0E11D4C73509EAD456C2EA487D8286FA20416B3B9FB041C623E8869F27E83ED0246CCC99246C7C394FD8FC1042D08FFE48D06F8512B6319E11B6BB851176B87E23EC32FB4730FCF285B06FB49F60A4D94530F2FC4D308A55128CBE96118CB5220926AFCC0807CBC209A6DFE804B3B24D0433F420C17CD9997068389C60697A9660B5BF8E60BDD997605DA646B0E6200987A9FA04DB7752822D488D6037D74A7088EC23386D00139C4F6E21B81CDB4538761A4D70BD3D43706D7A4570FDAA4A702B7C4C7027C4134EDCD3219CFCEB4D38F5F624C1EBA72AE1F4073BC219CB1F84006B102138C885703E6435E1FCC5B784F36F61840BA1BF08175A9B0817BA6D091793D50817650984D0AE0C4298C34E4218FE16217C5B34E1724B032182D841B89E7B891035CB2444AB0E10A23772093760B6849BB14C428C6E142126AB9810BB1B4E88157A11E2CEE108F1F6F709F188164242891121A1748690182E21A46C5F4548EFAC2264C6FC226466CC113211444226A7997047C123DC3D4227DC3DF69370B78845B837E545C83E2D25E4BC6F25E46F2E241470058412A229A1CC5F975046CF23549C7F46A898B52254AE6E22542D5A10AAEF69116A1CFA080F23FA098F8EE7111E6B1C233CF6BC4A78FC668EF0786E9E500FA827D4B3FC088D13F98477B7DC09EFEEFC26BCC3C908AD1BDD08EF795A8436AD3D846E8F43840F3FBB091FFE7D24F440B184BEBD1E84BEEB7A844F59EB099FDE9C200CF207094395EA8461CB34C297CD18C244F459C257D5EB84AF840EC26436813073444E98B91245F8BED183F0FDE70AE13B2991F063F522610E9947F8035C24CCBBBA12E6233F12FEDEAF26FC6D3C4400D41F20FC374D11800F190410CE8F00DB524980D9D51110655A0444DF140109AE27A042771150590D04EC81ED0482D56302F1E01502F1EB4B02E35A1981E9A14D6046F209AC272C02670244E0068D12B8FCFB04DE0A8D20A4CB08C2157B82687F1C4164174E10416504F17A3382F4D44F82B4578B208BBF4790350612E461910445B62A6131C98DB034FE9CB06C5C425829C51256264308FFEC9F11555C60C455365F886A5354E26AF10871CDE306A2868929510352405C7BA88FB82EE53051C7BB8DA8EBC5256EFED044DC62AC42D4CFBF41D46FE713B7196F216EAFF6226E17A088BB57391277D7BD20EE4675120D3ECC12F7741713F708668886FBEC89FB4DA288FB4FAD221E38644E3C50D245345A9D483451FF4034F9D64934BFB7483C341847B4DC78926819A2205ACAAE13ADE296895635C344AB9F4E442B600BF1707431F1F08C0DD146EE4E3C72F513D1A1D988E88057233A464D125D7A77108FD79289AE6EFA448F8715448F868BC4131443E2C9F39F899EAE60A2E73B75E2A90434D12BB686E8FD4697E83D778BE8E33F4AF4B92B239E56BF483CED144AF4BD4427FA3E4925FA76A412FD2ACA88015E4789E75BB58817263712C30E1F2286B95B11C32744C4706C22F132044DBC6A8E245E8B1D24466AEF225EFFFA9D18AD7B82189DF68F78E34931F1E6C722628C530C31EECF196242C414F1B6F20031E9592E31059F454CCBDE474C2FDA4BCC387C849839D342BCB3CB8578AF682B31CB8044CCD54C27E61EC2137343038845DBAB8845B9A1C462572CB178894E2CD1712396F271C48AD37AC4AABD5F89D521D78935071D890F8FB7126B9FDA131F6D3C467C94BD427C54504E7CAC5E4EAC9F584FACFF7586D8606E476C28F12536BE784F7CE917417C73EF2AF1CD2B33E2DB7B0788EF2EF4135B27EF13DB06DF10DB3757133BED46899D77B389DDF7A9C4DE8D11C45EC13B62DF3F2DE2C72017E2C7D918627FA10BB1BFE71DB17F8E4AFC9459451CA8ED220EAAB71187797B89A3BE6DC4F1E2DBC4CFBC02E217071CF19BF723E2F4770A71FAD726E2CC5D1C71E6B72EF1E78BEDC49F8811E2EF0C47E21FE80C7181719A08FC564904857C22822E151141FF7489300B7F22EC8F0E11F1E32411A9AE42441ABE2322B9DF8998A53D44C2E72922519C4F2431DF10C9224F22DDE9269139A34D64AF8B23B2BFEF2572A551445EA50191C76827F2B7EB13F9FEC788623D77A2DC77155171F92D51513741549A5D272E3E7B4E5CECCF232EEDF1202EF59D272E6FCA252EFF221057EC66482A7539A4550FA824557F20496D4D05698DDD7B9286611749D3709CB46E5D27699DD50F92969337496B613F69C3EDDB246DB23D6933E612690BEE1649CF5395B4F5D11ED2D6091DD22EDD75A45DA310D2EE4D00D2EE980292C1E54692C1132FD2015B3DD281D72749C6BAA12453E74324CBFC0892D5A337A4C3505592CD6C39C9CE8749B26FF3211DA59C211D155E253977CE935C1CDF925CAA89A4E3417624B7D6D3240F4F6B92C7371CC9039A48F2585E4F3A1185229D34EF249DACE8269D3A914AF2527D4AF2EA384DF27E39443A8D6A27F9A61C23F9E6D5907CBB6D4941558F481777AF265D1A88245DA2BF2585EDAD2185D5DD215DEE2C235D31CC245D213B92220CD548D7BCA1A4C88DD6A448D34BA4EBF7424951E67C52B4D77E5234BC9D7473BE861493BB8B14CB2A24C5F95792E293C648F18355A4840175D22D1F3C29A9C88594B2B48D94064F24A5F12349E9661F48198792491976ADA4CC7F86A43B8739A43B470F92EEFD29226555B993B2D5BD49B98FE4A482113D5201779954A863417A90154D2AEE9C2695BB5D2155C437932A9B37926A3647906A4FBF203DD29E213DB9A44FAA2F3226357BED24355F7426BDC476915E9DFA416A697420BD49A825BDDB2D22B586E9925AFF18935A31E1A4F763CF49ED56C6A4CE105352E7089DD43BA54FEA3B124FEA93FA933E320B49FD553AA4B16F41A4315914E9F3AD1FA4AF6FFB495313B3A419ED60D2CC8F0FA4EF628DFFF84DFA71034AFA4D8A20FD61D991E6EF599316D0FB4900032909F80C4102D7049360894B24D8883A099EFC820417D249C894461296BE4422789D2511E6E924E2FEE324A22982449EF94BA23AD89168975F9168315012BD564862DF692171C26F9138C80012BFDF9A24301C25091CB549A2B53124317F9624FD2D27C95CE024B96C892457C6919411529232BA81B4A87E86B4985F4A5AB296915662FB48FF1C9C49FF4E7A90FE95C592556E6C22ABD4949155D3C164B5C005B25A593179CDC129B2C6A4195903554ED6FC1E44D6147E21AFC33B92B57C06C9DA67FE92B57BF3C91B1BBBC85BD4ADC85B0E5E226F250E90F58FB591B76DBF45DE56B895BC2327936C14114836FA124D367E124B367D80279B6D35239BED4B229BDD4191CD69A9642B7B3ED9FA5621F9B06F25D9DEA0917CE49926D961C30EB2E3FC4BB28B491FD9C5DE927CACAC91EC8A91903D02E5640F7408F9249F44F6F40E279F1AD224FB40A2C8A7D76D229F364D249F6E7122FB5AF490FDDB8F92CFAE9292CF4A95E480136872A0C5117250329B1CB474801C6C7D841CFCD08E1CFC46937CAEF82F39E4602CF9427908F992DA2E72D8C6107298812339CCD4831CEE19480E178E93AF602E91AFD014E4AB1BA6C857DD93C9572FF990AF39EA92AFB9B592AF8DFE265FAFF9408E525190A39C30E49B666BC9B1ABDBC909670F9013D001E45B91D5E45B0FECC8B7BF85909352E1E4148D42726AD06972EAB5D3E4BB9D3DE4ECD836726ED335724108845C10AB2417314E921FDCAD279798BB904B5A93C8A56636E4D278437285FD2172957935B90A1E4AAE16A5936B2A5DC9B56F52C8B5FD28729D6928F9C9309EFC347198FCF48E37B921EF03B9E18D39F9194185FC7C114D7EE12625376F0B2237EF60905F29DE935F77B0C96FBF8E91DB9E2791DB3D06C99DE906E40FE06A72EFD66072EF051D72EF0B06F9E3B734727FD030B9BF6637B91FD2401EBC25250F5D00928772CF93879317C8C333E5E491D7C5E4F15E4DF264692779AA621BF97BFF5EF2CF887AF2AFD909F26F4F38F977542EF90FDB9FBC90C225032E0AC9C0C1403228B78A0CA233C960ED2E32CC428F8CAE482763B672C898BFF364EC7307324EB5934C88CF21134F4C9089B85F6492FD5732F9831D99126E49A6282DC9F44B866446DA1932B3F22599F52191CC09B725733547C9DC6386647EB10759B0D6882CC8384716CC3A9105081DB2F0DB3059286A218B5954B2643B962C5B6823CBDB1AC84A9551B232239CBCC8869397F6979397FEAB99E5DD52F28AEA14792560074585134D59932DA1684CCD51D6BAD3299A7F53299AB20F947577B652B46AFE5036A85FA1E8FCBB40D18D784FD12D415336ED1253369DF4A46C3E6D41D9FCFB11658B2F99B2A3D499B2D3620B65D7A96B945D2D18CAAEDF1728BB602D1483C3C314835F00CADEF812CADEA2248AE1464FCAFE9D1394FDD90394039A172907AA7A294631FD9483673753CC1E832987825F532CF13D142BAF0F14AB577C8A153A8272D86A8062A31D43B10B6DA6D83DD2A438840D501CD766521C7576519C7A13282E87D329C7B433286ED24A8A9B1C41F188394A3961E4483931BD8572D22F88E2D5E044F18D50A19CA9F94AF17B7097E2D7974DF15FAF4509F4B2A304C6BA508233A728170EAA532E02F6532EA2222897CA4B28E1475229E1835D942BD532CA553A8672EDAC0925F2A03325DA239F125D1C48B97930837273D09E124373A5C492C49484D131CA6DF7139444CB5594F420274AC643362533E42425536C4FB9A302A464EDE8A66459DCA364D5C453EEE7B650F262AF52F288404ABE853FA5C86A13A5C8EB21A5686403E5C11B7BCA03848452B60E4A29B71EA7546CC9A154A63DA454997FA154AF72A5D46C9DA4D4F80A2935928F94C6AA6F9467137E9467F039CA73610DE5C5860B941797AB28CD39624AF32282F26A1C4B79636C4F797BB19CF24E2389F22EE83DE55D9421E59D3495F2DEBB85D2F6E7FA7FCC533AFCFE523ABD46285D4195941E981FA5774322A52FD38AD257B085D27FD193D25F24A47CA2DFA60C6E29A50C9EF2A10C25695386F28C29C3002A65E49C116554650D65EC9E8232F6F02D65AC6D82F2F94403E5737A39E573FB0DCA172B0BCA970033CA84FF6ACA44E75ECA44B71AE59BC56DCA37B734CAD4EECB94A9EA29CA0C8044996D0EA5CC2EDFA27CCF4BA17CEF4DA62CF82D52FEDE08A50006A328806F180A30EB3805F4790705E2964A81547753209D872830FDDF14D8BBD31478783D0571F70B05414FA420C9780ADACD9A82251553B02B4F2904D82C85AC7990423E364AA1DC55A7D05F1DA3307FFB53D84963148E0247E162DD29FC6BBF29FCEA4F14E196308AD05F4891E8A45324A60314495E27451672962227BDA72834AA298AB2CB1405B29DB2E89045594CF1A62C0E275296D21D284B4541949507559495055DCABF8AC3947F825AEAAAEC4B54F5B1C7D4D55525D435BB38D435573F5035522BA99A5334EAFAB604EA7AC679AA8ED61255F757397593DE39EAE6AA4FD4CD3F34A85B762E50B7EC7B47D52B6DA36EF5F7A76E7F81A4EE849A50777B95520D366EA11ABE5C43DD37FA85BA6FA1866A64A1493539AE45351FF1A25AD45FA31E5AF5916A459CA1DA1492A8B6C577A9765E8FA87681DA54075019D571DD39AAE39BFB54A796DD54A77933AACBB149EA71CF32AA6BF02AAAEBCF31AA2BE528D54DCF85EAAE924375EF09A69EFC64443DD588A37A5BB0A9DEB461AACFF008F5F43E23EA69A757D4D3090CAAEF9835F5CCBF36AA9FD11DAADF4726D57FE70EAABFCF6BEAD97F09D4C0D5EBA98181DFA981DDDAD4739B08D4F3BE69D4F3DD47A9A1A327A8A1744D6A98ED536AD8E06DEAB58D60EA35EBC7D4C8FFCE464E3753AFEB5EA15EF7ADA546BDB0A7DE34A053635C4AA8B12FC6A9F16A62EA2D8235F5F6E46E6AE2BAD5D4C484696AF2A55FD4E4C17DD49493EFA929E125D494962C6AEA73576A9AB32E352D90494D2BE351330A5E5333D74653330DBE52EFBC9BA2DE8F9EA1E6083E53F37E1950F3F916D4021D0B6A6119855A3858402D9C2BA3166DCEA016E53CA03ED0ECA63EF0BD442D193D4A2D59F0A596F52D52CB4F81A815BB1BA915EF4E516B51686ADD148BFAB8ED05F571FB66EA93FD4CEA93EB06D4A7B876EA53B292FA94F38CDA00B84F6DDE7681DADC0DA0BEBA374E6D896AA5BEDBD8447D9FE44F6D035453DBED1AA85DBBCE533FE49951FBF48E503FFA5EA37E2AF8401DB0D5A60E3C8CA20E3D3C411D3EBD813AFC2A813A8C815187258FA8A3863ED4F1382A751CDC46FDEA9D4AFD5ADC44FDA61D429D221A50671CEDA8B3271CA9B30B5CEA8F7B33D49F7903D49F4D1BA93F979E51E780ABA90BC78DA90BD787A9C0E4175460CD292A5819478598EDA7224FEDA5A2DF3CA062ECFAA998FA162A96DD48C575795171CBE554C24C0695C848A4D2DC0554FA56172ADD0748656E9BA5B246CE5059B2CF54CE371195DF614A15AC4DA20A7417A8A27FD95459DB7BAADC6D275531798EBA78469DBA98F888BABC5787BAF21D4DFD17984BFDD7374B538936A0A91A3CA0AD9EB2A1691CBA4DD368394CD384DEA1ADBB38415B17FA82A695664ED31A23D136B432691B302F691BB09E34ED7E046DA3B71A6DB3C10B9A9EDA346DEBAD7CDA56912A4D7FC89DB6CDEA2A6D5BBD096DFB4B3FDA8E9E4DB45D9A96B45D4B6DB4DD77F2687B1EEFA5EDFD514833C4E4D3F61F0AA419377DA7197F26D2CCF70DD32CB6BCA11D523AD02CEB2ED22C15D9342B9787345BF208CD3EEC07CDF1BC9476B4708476744197E6142BA439338D692ED5B3B4635D7AB4E3DA389A6B863ACDDD710BCD9DB4423B5199463B7996453BF9954AF3F4F4A779FE5A4D3BF5194DF3DEFD93E67DF03ACDDB698E769A684D3B637789E667D349F3BB154C0B68C1D382622A69418B6F69C1911DB4F3585DDA7901987681944ABBE4974EBB24EDA285B6A5D3C25DCA681125E6B4EBCD63B4EBE2385A547D35EDC6E164DA8D38312D46544D8BBDB38716DBAC4F8B2534D1E21248B4F84C01EDF6B12FB4C4A4395AF2D9445A4AB6112DD5488F966AD9404BCBDA404B036AD33276EDA4651A26D132DDEED2328BA76877D669D2EE54AEA5DD439CA2DD1307D0B2DE7CA16521DC69F9A72FD0F2CF24D38AFCA8B412DB365A497613AD34659956C6F7A595678DD0AADEA8D1AAD39D68756C3BDA63CD63B4C7D45BB4C7828BB427879A69F5660C5A836C96D6F86E80F62CFE2DEDB95129EDE5F650DAAB020DDAAB4238EDB5E102AD652492D62219A4BDF1FA417BF3D08EF636D09CF63EDC9FF65EE140EB7C334DEB2A63D0BAD757D0069D3B68431674DA486E116DCC3E9A368EDF4AFB92F48CF6E55D0E6DA2F4026DA2AC90F675D520ED6B8739ED5B4C096D8ABE91366DDB43FBD11C4BFB79F200EDF7F173B43F178B698093AB69C00E171A10AE4603A2A834D0D9181A64D3031A24E20C0DF6D68F062718D09092311AA1779C46FE788F46F544D0A893601A6D2D89C6B01BA3313DCB695C9B5D34FE7F22B04CA709033FD0C4E6AA34B15F134D66374993C5FDA5C9278434C5F37734A53686B69430485B8E3C4F5B1ED840FB97FF8CAE32EC405FB5F096AEAA7F8BAE0AA4D1D5BEE6D3D50462FA1AE57ABA86589FBEF667237DBD6F147D7D3985BEBE7F81AE95D94DD7AAB84FD7EE794BD7498FA1EBC096E9BA67FBE9BAC462FAC6905BF44DDB5ED2F50EE4D1F51CE2E95BFF04D3F59F1FA0EB2F4FD377D882E93BCBE7E9BBC4C7E8061659F4BD726FBA21CA91BECF2782BEAFE42EDDA49E493FB83D986E9A374B373B514B3F649C48B72CBC4FB7ACD6A05B014DE8D65168BA75C751BA35CD966E9BF59A7EC4414A77DC1C4577B42CA13B7AC2E88E238FE947751AE94EABC3E94E3415BAF3CD61BA33FB15DD59614A778928A31F7F799DEE7A713BDD1D1F4D3F716F1BFDE49F1B74CF8A28BAD7413DBAD78F05BA4FC20FBA6F9A987ED6B89F7ED6E5103DC057971ED090460FB47A480F3CFB9E1EC4EDA587B43AD2437E9FA45FB872887E5165847EE5F3343D22F33E3DE2F9183DE26B07FD9A74333D52B7827E7DF5343D2AF6143D9AF2941E13DC498FB54FA5C725E8D3E3A3B5E9F1A929F4845FC9F484DF75F4DB8FEDE9C91603F494CD5AF41449193D6D38939E2E57A3679C5F45CFA82DA1674C62E919845A7AE62320FDBEF971FAFD17107AF650273D9B1643CFD943A4E7AA26D3F3D664D3F34CC8F482BB16F4C20707E9856596F4427800BDC8793DBDC454935E4281D2CB3794D1AB0392E90FB58FD21FF91DA43F2396D15FA84FD25F68CFD15F4078F4267D637A535A01BDF9D04E7AF3FBE7F497A72DE82DEA5EF4375AF3F4377B8CE86FB2E0F4D60E0B7ABBE3497AFB4726BD83F898DEF9C798DE6B01A3F783BBE9FDD840FAA79548FAC0C3D7F4D150307D74FA217DECB40FFDCB58127D22C9803E6552449F0E99A1FF5C5F4FFF991841FF35EF44FF3B334DFFBB584C8704A4D0A19F9074D8271B3AFCCA163A62E3433ACA66828EFA7B8C8EC2C5D3D19A3A74B4FE6B3A7AE83A1DE39340C74412E8D8E70D742CDA864E2C35A513C72DE94462249D141F4827C754D2C9CDCE74F2E0493AB51843A72E55D2697B13E9B45F3E74867E279D917E95CE7844A73328CD7426154067A56CA7B3E63ED0D98B183AE7590D9D5B49A00B1F31E8C2F95D74311B4097AD3F439785B6D21511067405C19AAE646DA22F867DA32FC545D097DAEDE94BE35EF4E5E845864ACD5786EAF366866A8B2743CD0AC0504BCC60A875E319EAFC62C66A0B0C63ADDB23C65AF66E8666F22063DD457FC67AB55C8676C96A86CE092E432740C9D03DAECAD0ED02317427E7191BDDD3199B352A18FAF33F19DB0C4E307644453276DE5FCBD8BBFB2B63AFB09B6178CD8661D80E62184A858C7DFD7718A643EE0CB3B3DF1866811718E6A7CC19E6C05886F9F25186E5A3330C9BF5EB18B667088C2306E38C238EE71947023418475236308E2C05321CB21D190E1D0886E34F1D86D3596F8673A93FC399AEC37039A4C670493ECA7029FBCE382E7CC1702B8633DC509F18EEF30D0C0FEB6E8647379571C235817182F994E17997CAF0DA856078657F65783DFEC1F0B113304E4F201867602F187EA6830CFF8DC18CB3A6938C00151923507F8E1164206504599D669C7BA1C1385F32CD082975645CDC14C1B874EE1223544E635C737ECEB8E64E6644BA05332293E58C486537E37A513323CAA38A1163E3C4886DA430E21A8319F195DA8CA4351D8CE47BBF19C9A5AB182983398C54938B8CF4B0338CCC35F38CBB4E7F19777DC7187785FB19F7395D8C9C907B8CBC81DD8CFCADE98C7CD90B46D1BC0AE301E317A378EF00A378F401A3E4C31E46D9BEFB8C32DA12A3FC8927A31C62C5A8B8BF9A5101716754ACD433AA3DAF336A0E1F67D48C25326A75E218B58CD78C470754188F75888C27BB3E339E6A45311AE25B194D5A57184D4D3046F3864046739D11A3B97B8ED10C6F6434639318CD82178CB799918CB7846EC6BB5D3F19EF729318ADC1018CF797918CB6387B465B8317A33DE802A3FD9625A323B89DD1C1FCC3F8702A88D1FB00C5E8859531FA358E3106AE1832069A008C01B0156380B48D3118799231749DC21876D8C018CEB9C0187EBE9631F2B39A31AA5FC8187DF69431B6E325635C4BCA18A738303EBB6A333E974D31BEE097185F13A2195FF3998CC99646C6CC717FC60C389C31B7B396F16714C258F0FACE009CBACB009ECC6580B66732C0134806E4FB25060470950177FECA406EFCC2403D013030BBB63230DC8D0C2C600B038B273170AB8D18F85BD71804B41B83147C9E4196B73028377418346D218376E31883561FC3A0CD4E30E8D52A0C86DC95C1FE4662704C5A181C4010833B99CFE00F7C6108B6BD6308D20D1952B73186F4118621FD50CF5014EE662C463832169B66182BCFB2182B94678C7F2FD94C954F4799AB0C6E31552FC73055E78E305595664CF5C2C34C75582073F5CE7EA6C6233073AD782753D3448BB9C16588A91B08646E6E3CCEDCB27E81B9C5D98CA93F709CB98397CBDCADBF89B967E00E73EF9E16A6A1F62BE67EAD1AE6FE3DFF98C6C14D4CE3C241E6415818D374B50ED3F41D9E69AE0D679AE7D29987EE16330FB547330FE14E322DD3DE31AD04734CDB7708A66DEB1EA62D498F6977EB04D33E7E3DD33E7792695FF5857964EC14F3689D88E904E1319DCF6B309D4BBF318F192C338FBB37325DF53733DD9EEF63BA5BB5324F2854999E9D2A4CEF9912A6CF9D47CCD321D7986754E7986730554CBF297BE6593D33E659D91E6640BE3E33B0A68179AE13C6BC980365869E3FCD0CDF4B64865B9098E1479F31C3694066F8E210F372DA3FE6E5FB0F99572DF599578B2E31AF621F31AF7FF76046892299D19BBE31A3635B98D19975CC9BDB1398376B1698B1690A66FCE11666BCEF1C33418DC4BC15FA84993C3AC24CEF9E61669EF363DE31FAC0CCBE53C0CC6E79C1CC860199D98A3FCC5C713833EF5826338FBA919927B9C42C52F362163977321F943C663E9024314B3CA9CC52C93566E5A16DCC4AE9436695873AB3EA7D13B35AD3895953D0C5AC295E62D6FA6F60D67E1631EB82BF311F3FBACE7C72EE08B3FEEC7F1DC67791D9D030C86CBC2F673E8B7AC97CF67717B3298FC27CBD653BB3C505CD6CA12430DF3C9A60BE3D4267B67E4B62BE5FCB60BE0F3CC9EC947D667E38B89BF9E1EC12B3E7540DB3A7AB80D97BB994D9AF799239B82A9B397C8ECD1C0E3BC79C78B18AF9B53C9939DD778A398D8962FEF831C7FCF9742BF3D7456BE6EFFA7CE6BC6322733E7D9A39FF6780B9E0296702A3AC9820F3282608B58309DEE9CE8417D931E1D0774C38EF231321913071913C26FEF83B26BE209749887FC824CC7B32898F2798448A924949E533A91FE699B4CA64260D2063D260C64CBA7F3893FECCFB3F32988CBFCD4C4E65109343F9C3E4EE986772ED279892B030A6A4AC9229DDF29A295B65C294D51F60CA5A7F3295BBE299CA04217345D8C5FC97BB86A516A6C252F7B9C55ABD3D9BA5D1FD82A5C1E7B1D60E79B0B4AAD6B2B42F36B0B4FBBC593AD9562CDDEB1758BA7433D6C62C6FD62663246B53AA1F6B53CD7F8CD059DB4F6D66EDDD18C6DAEBADCD3A6071866532BF8D7530B98D6516DFC2B2B87D8175487D8875482B9A65A3C360D9D81059B69D6A2C5B8621CBCEC593657F6A1FEB48FA6B96A38D82E5E41EC7727A10C072228059CE59532C671A93E55237CE72214EB28E97D8B38E7F79CF72ED3FC372EBB667B901EA599EBE93AC5331CBAC5323162CAF840696B71E9DE57DE100EBCCB5A72CBF9326ACB3ED085640CA142BE0FD07D639441AEBBCDB55564890272B243B90155237C8BA9034CDBA34EDC60A5FA9655DFE39C78AA8A865458036B2AE1ED8C48AAC6E6045E257B3AEEF05B16EAE3562DDDC99CCBAE9F59C159BFA9B15E75CC28AA33F60C5BF79CD8A5F3462DDC65E652566FC602535C158C97ED5AC94E471564AE359562A289E95F6389C957EA28E9569E3CACA2CCE62650998ACFB9FB359D9177359396DC1ACBCB591ACBC541E2BFFA405ABD0B28955385FC67AF0E83BAB74CF3D56F9F16C5665C47756E55B7B56A5B0815535B09F55F5F332AB8A0360D53A2A58B5BF6FB3EA1AAEB3EA001B588FFEB3F9C93932EBA9C54FD6D39255AC068207AB711B92F5EC8219AB29F31DABF98009ABB97E80F5EA8131EBD5770DD66B570EEBF585ABAC37A949ACB74F8B586F955F58EDCC57AC8EB853AC8EBA6456C7229CD5D5ABC2EAA9F9CBEAA53E66F51DD163F55528597DCA9DACC16B93ACA12B3B58A3ABA259A31F95AC71BB5ED6E71FAEAC2F1D2DAC6FF5D758DF8836ACA9371758D38EBB58D3A48BAC99038BAC99385DD68F9457AC9F8158D6AF8B65ACDF5550D65C480F6B6E269DF5A717C1FAF3A78535EF0D65CD477C642DF4DC672D4C5AB0009E3B59807FD62CE0008605AA7ECB021BDF648169D92C68CF07160C7E9285585960A1BC7FB150BE375818835916B6338F45A897B088B501FFC16011A59E2C72C30D162515CBA26E21B398226D162B761F8B95EECBE2AA4DB0B85E8758DC7B57585CC071167F8B1A4B50FD8425DAFD8625722D6789CE2EB2640A4D965C6B274BBEB297A534C7B21637BAB116331EB0962CDC594BF802D672892F5BE574137B55E013B63A5EC956E7FD61AF0E86B3D7840FB3D7E471D91A5A636C8DC652B6C6B360F65AEB01F6DA8939B6E657327B9DF36DB696D487ADFDA980AD837460EB264DB237E66C656FF6CF676FFD98CFD6CF9A636FDFB496BD9DB8C2DEFDA68C6D60A4CD36283EC836E896B2F7F826B2F7963AB2F7F6B4B0F7A2E3D886DED56CC32C26FB40FF32DBC454C236292B621F8C54619BFE44B2CDBEBF669BFBDC651FF2BACEB6BC2F655B455BB3AD629EB0AD8FEE60DB9875B16DA48D6CBB703DB65D22836D1F0664DBDF48641F4D75623B193E653B8552D94E03266C27A039DBD9B68D7DDCB8927D1C42659F08E3B34F4C7F659FC484B03D99C7D8A7C8C56CAFE42AB677EE3BB6AF12CC3EF32F9E1DF06A9A1DB8F92AFB5CC35FF679D54CF6F9F17AF6F9A57BEC90E345EC0BD721EC0BE31EEC4B80117628E3083BEC651B3B7CFB18FB8AB33AFB4A803FFBCACC243B22C29C1D5118C7BE7A78857D6DF604FBDABF33EC48ABD5EC68852FFBA69CC98E49CC63C77C6D66C7EBABB3130C4BD9B7128AD889C0BFEC14BB5E76EA9BADEC8CED3076E6DA107626AC8E7D4772977D6779849D65B2879D7D719E9DCD4B62E71BBE61E7774FB2F3BF22D9F9884076016A1FBBF07818BBF0C34976D1AC13FB814F31FBC1CF57EC129733ECF22B9FD9E5AD59EC0A4F2F76E5097376F5DA7A76CD742DFBA11B9CFD7004CF7E380A633F9C1D613F7298653FF268643F16DD613F8937623F19DEC67EAAFD82FD74CF3B76E32D35F6B3F35EEC67491FD9CF16C4ECA6B566ECA6F405F64BE348F6CBF3D5EC57763BD8AF675EB15BB23FB25BF21BD86FAE2AD86FCDDFB15B1323D96D487D76472E86DD5DD0CCEEAEF8C7FEE09DC0EEF5D9CFFEE89DCDEE377265F733E9EC4F363BD803E02EF6F02127F6F8A721F697D25CF6E4D67BECC9FA51F674C129F6CC1F4DF66C5A377BB62582FD6BEA2C7BCE729C3D977D91FDF7A12BFB6F8F880D0878C2069EFCCB06F6DBB0C13F4EB0A13BC6D850BF1636DC10C1466C83B111A79DD8484A3E1B85DDC546DFB9CDC6C00AD878AD7136D143934D36D464D37213D8F4D80D6CF625049B1DF983CD5E7ECDE6E053D9DC842636BFA2942DB068630B12EFB2259EFFD80A959F6C65FA347B69BE88BD24D8CB5E39B589BD32798BA3B2FD02477DE31267F5A6FD9CD5A3FB381AC6D61C8D6B8F386BD58738EB9C7F71D6BD74E5AC8F6470B41EC838BADE228EEEF30ACEE6360F8EDEAA198E9EEC2A672B2894A37FF525679BD71467BB6D2E6707D086B3937E93B357B1936354BD8563F47B1BC7F8E71B8EC92A25E7A01A8B73303B8F7370761BC7DC6D8863FEC39563613BC8B1BCD6CFB17C7E9C63EDFC9063ED3ECE392C7BC8B1D950CAB1319BE7D804A8736C579A3876C7B238760B691C873C0F8EA3F15F8E635D2FC711788C73F4AB1EC7F98626C7A5C299737C228273FCB72DC7D5248AE3969AC671FFD9C7F1423DE778AFD1E778DF16717C2C0B39BE3EDF38BEE9CE9C33E7BA3867CA17397E26661CBFD0158EBF6C03E76CF6394E80DE764ED0097D4E70CD6ECE399A1EE71CF310E7FC0F1127E46601E7D22128271C49E75CBEE0C5B95CD8CDB9FCCA917345338F1301F2E55CD51DE35C4D5AC389F26CE1DC0897736E086639373D819C9B2F0F726E8EFDE5C480AA39F1C3AD9C84EF9D9CC48ACD9C64D73D9C94DE3B9CD435444EAAF10827D56C1B27F5641527FDEB6D4EE6BD2CCEDDB104CE3DBF64CE7D7C1F27FBFC5D4EF6601627477488935F12C529F05FC329888DE214F2623845C2BD9C075E7D9C0745769C128601A7FCBC11A73C83C8A978799AF3F0269FF3303E8C53EB7B99531BBD9D536756C7A90B4EE73C5A2EE03C592DE1D46B9EE234589CE534AE83719E919F715E141B719AB48B394D0D1D9C9736499C57953738AF0D9C382DF627396D5722396D1D6D9C76EB604EBBD493D3E9A2C6F9F05FDC7AB67DE3F458C1393D2F8339BD97C99C7EBFE79C4FF7589C01D78F9CA19D969CE1E84ACE70570267746C2B676C239233B67B88333E3BC499982170260478CE375D1AE79B2C9E3315E3C299D67ECE996EE9E04C7F39C499F14CE2CC90849CD9B660CE77E83FCE0F8F38CE4FBFAD9C5FC5A69CDFEFF99C398B9F9C05DF10CEDF754F39E0ED4738E077AF3990AD973890B6200E84E9C141C0041CA45D3807132DE3605E167270EABA1CDC7F79C36F75E310901A1C628339876C5BCBA1F40839347D130E6D70038779E12B87397A86C31A88E47003CB38BC210B8E40FB21475091C611609C39C29A028E38E80B47B2579D2319FEC89120723932B682A3D8B48AA3D4FBC0F977E91AE71F46C45D6542E3AA165672D5FEFFDC0D1873D7ADBDCF5DB76F8ABBAED387ABA5AAC6D5DABA83AB757285BBC1639CAB736792BB09A3C9D573FEC0DD5A64C3D5D7A170F5CD92B8DB029AB806C84AEEDE2336DCBDE3CB5C43170DAE219ECC355CCEE51AFDD3E11A0BB7734DD68C734D5840AEA9CA41AEA99933D7B4EE28D774BE826BA66AC6355346720F51B3B95669EBB9566D87B8567C01D7AE1FCF7530BAC275C8BACF759E9DE7BA86F5705DFF9871DD8AFE71DD2303B9EED01EEEC94B265C1FEB12AE6F1C87EBEFFA8BEB7F5A9BEB7FD68B1B6050CF0D42DB71836B81DC737997B8E70750DC109358EE05A764EEA523A5DCD09A43DCD0464B6E28368E1B06D5E686C71EE28683E8DC2B67CF70AF043470AF104DB9110545DCAB29786EA4C1376ED4AB87DC68CDF5DCE8EA2BDC1BEE1FB937DF277263A794DC58F42C37E1E036EE2D2E977B1BEFCF4D3C2BE426CA7DB8C92BD7B969E33C6EBA8E1337FDC2396E3AC7939BCE35E0666C35E0DEC55CE4DEC71472B35B5AB9D933B5DC1CCB1E6ECEE4696EAE4A1F37DF7F909B5FE9CE2D3A56CC2D9A81721F4830DC62B116B7C42F945B7EF23CB7FC5C3EB7B249C1AD0BC9E23E3AEEC77D1CFC85FB64239AFBF43185FB54F299DB50E3C46D58AAE736E61FE436526DB8CFFD29DCE74DC1DCA6432DDC57822BDC779513DC565634F73D6D99DB1EFE8CDBFEF82CB7CBCB9ADB95EFC9EDE12571072452EE602E8F3B329ACB1DDBFC99FB595D87FBF99F21F78BB6843B51B4963B817FC6FD7AC5863B09EBE47E73EDE2CE986A71670E4D71671609DCD9A583DCEF9BA7B93F1C22B83F224DB83F771EE1FE0CF7E5FE5ABD96FB4BB2C8FDB3CE813B5F74933BCF5370174E8FFCF79DDAC005960773815D3E5C20F21F1714E3C805551FE38291482EC47E920BDF77870BA7A970E14B5FB808E3242EA2D19B8B54547231E0462E3E3A8E4B74FBCE2506C0B964FE1F2EE3C6192E8BBCC8657183B8EC7E152EA7771D97A795CCE50D6A73F993C65CF1CE25AEE49B15572273E64A374BB9B2E7D65CF99A5EAEE2720B57C119E3AE50A5DC155A024F65E9336F15E5124FF5D2559EDAB4096FF5C172DEEAC44BBC3581EE3C8D92B33C0DD43DDE5AB2216FBD6A3F4F2BE52E4F8BDDC8D3F6E5F374E3D278BA62016F734A3A4FFF49066F1BE6016FFB9F4CDE760883B7831CC3DBE9F0846790AAC9DBF3D697B707CAE0ED5D3BCA33DCBE8D6728D9CDDB77278EB73FE90DCFA84D8D67B285C933695DC33B9829E21DACDAC43BF8288D77B0ED2BCF14F88F67F62E8267BE278867A16FC5B3F860CFB3FC63C4B38265F3AC94133CEBF58B3C9B9B9779B6AB7EF0EC6E7AF1ECEF15F28EBC8AE5391EC8E6392669F28EA615F08E964DF28E56E8F38EE2CD794E6820CF692997E7BC07C6738972E01DFF32CBF3606DE67988F37827CCFD79273735F13CEB8EF2BC2A9FF27C5FA9F37CBFBCE7F9B99BF2FCAE9FE29D6D25F0020E39F22E04A8F02E592379A197CB7961BF9EF3C2986DBC2B8F82795769BF78D7C3FA79D7D34B7831DB3FF36264BDBCD8CE35BC581C911777E2052FC1E10AEF96553AEFF6A501DEEDABFB78B7FBC1BCDB2B66BCC4D60E5EF25E302F75F0162F0D3CCDCBA079F132B3EA7877065EF3EE799EE4DDC3E1785919CF785983BB79394971BCBCCDBABCBCFC725E01622FAF70F5155ED1ED87BC62CB1A5EA9E93B5EA9CB1CAF14AFCD2BDB9DC62B931FE795630A78158D0C5EC5BB2A5EA5BE2BAFD286CBABD6F9C8AB268CF01EEE6FE0D5FED3E6D549FEF21EF53AF1EABDEEF39EB2E6790D27EC780D6D3B790D131CDE8B2352DE0BDF4BBC26F51EDEEBEC23BC16E969DE1BA20FEFEDB7515E9BA10EAF1DBF8DD7117496D73124E3755E2AE17DD867CEFB702E8FF7A1B492D78324F33E128FF03E314D7903EB2278033E5F780325BABC417F67DEE0B546DE608C266F78B298371253C51B819FE48D41E1BCF1F17BBC2F87AEF226F65078DF42CD79D3D57779D3D260DECC27396FB6E716EFFB016DDE2FEDEFBCDFDBF8BC397C31EF4FCC0DDE42C4026FE11B84F7572B82F777319B075041F000B11F7980141E0F5084E701E7413C50F8561EF866000FBACB99074596F0E07A481E7AE77E1E7A622B8F7AA19447AB1DE631CE6CE331AA1EF1D8B7CA799C3D763C4ECE2F1E0763CDE3EEFEC9E32EB179FCCD913C7E48034FB0FF164FD05ACA138C24F044CC0D3CB141044FAA13CA53688B790A3192A7FCB987B778EF1B6FF165196F512CE1AD9479F1557659F3553E93F82A625FFEAABA777C552D085F9D85E3AFD15FE4AF3986E36BCC15F035CDAAF99A8754F9EB362EF3D7871BF2B56C4EF137384DF2B5C38AF9DA1346FC8DBB82F81B9DCAF85B371FE46FBD42E0EF74DFC3DF65CEE3EFFA34CCDF5DA2C3DF83D0E7EFFD778C6FB87184BF5F5ECB3FA06ACC3FF0C58B7F00F0947F6091C437E202F9C64D017C93AC277C53FF8F7CF3FDAFF9162A6D7CCBDFA57CAB163CDFEA8335DFFAFC32DFE6D476BECDE39FFCA3926CBEF395AB7C67D212DF257288EF16DEC5774B51E1BBC766F03D8E5AF03DF28DF827D6D9F24F326EF24F4A9EF24FE5DAF2BD8DB3F8DE8952FEE9B2D7FCB3DAE3FC801A237E00D08F1FD831C40FCABEC83FB7EB31FFFCE706FEF9992BFC8BBFBAF917978FF12F6DFBC5BFB44F9F1F7AA0891F2AB9C90F1F36E25F4EEFE55FFE84E1476C9EE547D46EE55FDBFB811FF9A0817FFDFA00FF7AF2067E4C632D3F76B7801FDBBC971F3B22E1C7A2AEF3E31851FC849FCDFCC4FC317E6275353FE9AE829FA4F4E5E7BF1EE7E7C33BF9F94B227EE1FE3FFCA26DFBF945593BF80FD674F11F949FE2178B70FC924DCBFC122B3CBFE2EE397ECD2A1ABFD67123FF517416FF496A03FF2946C16F88D4E6374E4AF9CFD2B7F39B2CA2F9CD5B4CF92FBFDDE2BFD25AE6BFBEFE93FF1A95C57F63D7C47FEBDDCF7F7F6480FF9EBDCC6F5F05E277ECD2E477D87AFE0785DFF18DCBEF4CABE177FBD8F27BD597F9BDB6687EFFA626FEC8B320FE68C763FED83C983FD9DDC19F8ACDE34FFD7DC19F4EBFC99F7E52C59F054DF0BFEFDACDFF09AFE2FFCA2AE5FF164EF0E782C3F80B8170FE82D28B0FA072F9209DA37CD093013EF8F1353E744D091F5AC3E34351EFF87042161F0DFAC5C7F8BFE7639E5FE663AD16F858FBA77C6C1B8F8FFF5DCF27EC31E1131F45F049B1D7F894A6DF7C9A3C8BCFA016F0994FB87CE6AB653EEBB33D9F35F980CFD58DE3F3435FF2A5F0AB7CE55F2381CA06A040E5C565816AA84CA056D02E587379B760CD93CB028DCC05C1DA2D1B046B776908D6FA3E12AC5D2E1768D60A049AA85582753B3D04EB3E6B0AD65B0A04BA175C041B950B82CDAE6F055BEEED176CCD7E2FD84AFF23D00FBB21D067A508B6D9A60AB6D77D16ECCC2913EC6A2209769BBD15EC2EC709767769080C0E8F0BF6AE5717ECDD0A13189A260A0C73EA0507CC3E0B8C8FFF1098EC02080E7AC6094C4F840B4CFFBBA6A68C5A8199DB2E817941BAC05C9124B078F34B60B9FDB5C0B2F6BDC0AA8529B05EBF2CB0DE1D28B0B69D12D8586C131C39FE59E0D0765AE0A8754EE0986A2770C4D8088E6E7515B8AE970B5C6DD10237FB1302B78114817BC20381871347E0113823F090E80B4E5D782D38D5F95AE0C5A20BBC61FD021F0F0381CF9B3782D30DFE027FC16B41C04B5D41605DBBE0DCB128C1B90498E0FC7F7ACF6F29149C5F5C1484A8E50A420EAF0842606041089623B8D81D2808D5BF2508FF774070B9B44B7055C75970F580A1E07A7482207AB583E0C6D11C414CBEBF204692298815BD15DC7EA010A4F0F709528DAE08525F4305694E3A82B4603B41BA638020FD51B220E3F8B220538726B853D12AB87BF294E06E4184E0FED13C419E6193A0402342507E7BAFA032E3A8A0C6B74A50F3552AA8F989163C9C8F123CB6A914D42F48040D76598286F750C1335590E099F588E0F9317341F37603C12BBD5AC1AB7DF18257764682D7C10982966D9582968C6A41EB812541AB47ACA0AD1D24686F4C1274AC2917743EA709BA636D051F6E68083E083E0A7A8E8D087A8A7D053DB546829ED13A418F2844D0C77A28184C68130C55AF150CFB5D100C5FBD2A1855D92518B3860AC6CE1509C62EB408BE8431045FB20882AF08A56072E8A560526A22F8A6DE28981ED92EF8B1214BF0E32C48F04BDD4930DF7746008C040AC0695704E03B260228152B8019E708604FBA0570F36101DC7949008FFA2B403AEB0890C1130294195580921E1110B43B04842B2704841A998064B443405ED32DA0202604D4B7EB053443AA8066572760A6970858F7F609D8213E0276DB5501AFB45820297D2C90667F10C8742C05B2EFDD0225A846B0A447152C391E172C6BF409560263846AE7CF08D5AA560BD59EC60AD5BAC8428D336B859AE197849A5105C20D5E70A1F6AFB3429D1B7DC28D2E27857A979C84FA7A1785FAA7FD843B103B84BBBE028506CE7DC23DE6F54223F86FA1914C4368B2CE516822D822340D2B149A15EA08CD934D84165F3385569E09421B3537A10DB05B68EB5126B45FCF113A6EF9263C8A7310BAC06C84C71FED17BA69BD12BA39D409DD58BE428FFD64A187C371A1074C243C717B5678A20F203CA5662E3CA59C167A1989853E7A7A421FEE33E1E9389EF074E666E1E99A39E199B87C6150D588F0DCFB1561484185F062364F78712E5978C9E69E30CCB55E186E9026BC3CE72A8C8C0B125E770C115E47F608A3DC27855100376114764C7843F78CF0C64B6761CCBE7461CCA9DFC258D72C61EC857DC2A4EFFAC2E4B6ABC2646E9930999F234CBF522E4CEF7B2BCC78EC2CCCFC6222BC7BBB4A784F375F78DF4B28CC869C14E694ED10E68EAF17E6AFAC13164445098B6C24C2A2773EC2E2686B61E949B6B034DF4258CDBD2FAC199D11D6A2CD85B5825BC2BA0D0784753A40611D7E445827B92A7C9CDE297CBAA81436866385CFABB60B5F0CAF17BE10460A9BCA55854D8BEDC2971593C2570779C25663A8F07D66A1B0CDE9BAB06D7A8FB07D5BB9B03D7893B0C3365CD8F18922ECFCA129ECF5D112F6CE570B3FED9D110E746C100EA0EC84232A58E108C35238C281084747FB84A3CC43C2F10403E1F83B1BE154F4B0709AD92A9C71BB28FC9EF11FCD07843FD61D15FED06917FE3E4E12FEBE6B299CA3E50AFFB8BF11FEB9CA10FEDD9D21049C3826041D3E26049F5A1282A3FF09C1850F8528419F10CDDC24C46C260B310936FFD123C43A2984D86BA78444FC7921A9EA80907CD65AC8687C22646DE915F2160785FCDC2E21FFE951A160D56BA1B0CC5728FC05138ACE270AC54E9342E95D7FA194E92994BDCA17CA7EFF16CABFC70A152B4B42E59B70E1E2BE67C2C5000BE122B34EB8746A54B884870B57A82C91EA9E6591EA751391AA7245B4BA7D59B4F64694682DE296682D6551B43E112DD2F20C16695BEA8A746453A24DDE6CD196239EA22D2B71A2ED871E89F6BE7B2032B9BC557430BF4764D6B65564B1E581C8E2185A746853A8C8DAF3B3E8F09538D1E11C57D1E1278F44873981227BC22DD111F44E9183D790E8A82D4C7494A229727A192A729E51888EB9C68A5C77F98A5CDD1B44AECD392257C665915BB0A1C85DF5ABC843A345746AF0B7C8EBF23F91F7471D9137C656E44DE38B4E7F19179D9E28109D994B10F9EFB8283A9B10233A3BC41405D43C12058BF68B82E53F44E76EF98ACEEFB01085AC29125D48408B2E1D018A2EFDE7C7258450145AEB2FBADCBB4614F171541441DF248A904E8BAE8EBC175D3B5423BA7655218A34DC2D8A327C218A0EEE154567E988A271C744373686886E848D8B6EB0124571748E28F1478A287101214AB27A294A76CC12A5BCC38A32F132D13D5C9EE8FE11A8283B665494FB688D28B7FF9A28BF082C2A744D151512C244C5178B44A5FAF1A252EB8BA252E703A2D2B60FA2D29FBEA2B2683551D9EF0BA2723DB2A8F2D79CA88A3D29AAFAB74F547D3E5F54C3D4163D4C3F20AA4D2E12D51DCB143D595A10D57FA9113D75838A9ED7688B5E6C79237A518A17B53CF314BDD52B14BD2B392B7A877D226A3D5E226A6D3E267A8F6D11B5CD9A8ADA33BB451D5ECBA22EF30DA22EB717A26E4099A847AF5DD4E7962DEA3FEC21EA77848A3E3D3D27FA44392F1A3CC9160D6D3C2D1A2E5F100D8FB688C6AA74455F8C89A2C9A33CD1647C8FE89BB1B9E81B8B209A76E488A63D1D44B3D741A21FECDFA2DFF88FA2B960A8686E615C34C73B2DFAF32C47F4D7D746048C6F1601934C45C0B9A72270509C087E412E82271488900D58113A8425C21CD61361A2754498DE1111BEB15E445CD927227DFF26223FEA15D19B9B444C4B848875C849C4B63921E2AEC912F1367B8878E26E11FF4C8B48C0C81309386122C99F7491B46940240B7F2D524CD78A94A69AE2559999E255F553E2556D9FC5AB7EEF11AFA2398A5535CDC4AA9D7162D51F00B1FA3327F1EA84F7E2353BF5C51AD47AF15A9B02B19646B57843F977B16E7CA77863EB51F1E6C36DE2AD033BC45BA7CDC5FAA5B7C43BE206C4BBEC02C4BB6D4F880DBE1D16EF5F7B566C8E9B179B2B86C5168E85628BB44362CB537162ABA0AD62ABF2E7621BF97AB1ADE367B12DAF426CCF29101F11EF163BD59F103BAFDB2B7681F98B4F863C149F2CB923F60453C5FE5D9AE280D03471A0678338B8C84A1C5CE62E0E96AD88CF696788434463E20B0FAF882F063F175F4A39210EFBB1437CB9EC80F8F21B5BF1B5D979F1F5F94171D45F90F886F7A2F8E632411CB74A268EB7DA278E9F828B6F8F8E8B6F8B75C54973B6E22416439CECED244E4E4D10273F382C4EFEBB5A9CA27F5F9C222D15A71625895397D2C569A8B7E23BF136E2BB654271B65E87382F74589CF7DD435C78494DFC2022495C8C6B1197A498894B681C71D9874E71191623AE383824AEE83B20AEF874595C39652BAE72C58B6B3E6C10D7BD782D7E5CBE5E5CFFBD555C4F7E2B7E8A3A297EBA241537D494881B48BDE2065EB5B8D167BFB8F16CA9F8C5C166F18BE319E2A6854FE266FF1671734C99F8E57157F12B93BFE2D7593871CBB65FE2962BABC56F9F9F13B76A9C12B7BDB215B7919F8A3B4AEF8A3B13FBC4DD7E93E21E7D55718FD94D71AFE790B8BFFDA7787036593CEC132E1E57EF138F5BF888C727DDC45F347F8B27826BC55FD71F124FF65C124FCE5C114F01BF8B67F7478ABFB3A3C4BF863CC4BF57CE8AE76D12C5F3042BF1C2BE0631D0A8460C9C891643E2BBC4D0EDB7C44852AE185DBC4A8CB97E568CF78A12E3071AC544C82131797BB998DCB359CCF2858959772562560E49CC3E15216697CD8B45160CB108E829963BC0C58BDD7CF1E2FC49F1127B52BC9C552B5EA6044A547E4C49564718493436C44B340D1812CD4A8164FD70B744DBF78344F7E3BC6453808764F35137C996EF41123D41B044FF63B664FBA66B925DF6E112032D438941DA3EC9DE820A89E1B90F927D596312230656627A4020B1E8592BB14C4E97582D5C961C2E434A6C1A5D2436BF4C24B6D78F486C93EE4B6CCB2E498EC037491CE9D392A3F59B25CE7CB4C46571B5C4759DBBC4DD69BDC4FDEC538987CA73C9495B4B89676BBCC42B6B8BC4E798A3E4AC5D9724C0D7401238019604D5DF91047D7F2A099E329504B3D8920B6962C905F243C9C54CA0E4226BAD24F40A51722DB75912E9BF51721D662B89BA322D89AADF24B9D1E026B959B15912FB1C2D8917AC95DC2A61496EB596486EE7684892CE7E97A402C324E9A3AB25994DF3923B1EF6923BD1AF24F7FE8548726E2E4A720827247946FE92FCEC2E49C1515349E1D90149E1F31049616B9EA4B8502E296EF09794C877484A87E325151B6F4B2A3D8F492A177224557D6192EAD58E92EA7F38498DAB44F2104493D466DC93D4A5612475B9DA92BA9606491DE7BBE4D1ECB2E4C93A84E4899EBEA4E93856D2CCDD2379B9E694A4A53C54D2D2E020695D4149DAE903924EB98AA47BF893A447D429E92D4E93F48373259FEE2448C656612563932592F116A2641CB34B32B1EDB36432C14532B57F8D64BAF2B3E47BC0B2646E3954021CB79080776F9240DE594AE0F03D1238C24A826A424830272512FC9E2A09D13556423AB045421A5F9090E6B3259463D6124AE0988472EB8E843AA321A1929E4818071E4858D7AF4AB897BF4A44E53F2462F56989E4DDA84432612B91378D4A140FB4248BB77092C5BA4392A55DD692A5437725FFC0EED255AE4DD255E51CA9AA55A65435DA40AA66142755837D966A40F748D70E164AD72EE848B57F594BB5995ED2CDB77E49B794A949B760CCA5DBA60952034EA7744F76BCD4B022557AC09C2F3516E3A5267796A426C4CB52D3A752A9D9869F528BE115E9E1D5BED2C3CB77A5B65813A9BDAD427A043A2F75FCEE267522984A9D7FC64B8FFDD091BABA074BDDD957A527940FA45ED21CA9CFB8BDF4B4F32FA9DF0147A97FE823E9D9751FA5019AFED2C05585D2A0D18DD2735121D2F37DA7A521BF0E492F0E554BC383FE48238A93A4577D1DA457A5F5D26BBCB7D2C875FFC17092465F392ABDE9A894DE4CD192C68966A5F13742A4094D1DD2846E0FE92D0F2FE9AD2675E96DFD60E96DBF2EE9EDA683D2249DB7D294985C69CA8B6A696A6287346D52579A1EEB254DCFDB2DCDBCF34E7AC7A7577A37F089F49E4998348BB2597A7FC756695E7D8A34AF7B9BB4E89695B47873ADB4D8EF90B498B85F5ADAB04E5ADE879156AC18482B774F4B2B1F5B4AAB2CD3A555F129D2AA37D6D2EAF35AD29A9ECFD287990DD23AED46699D4FB1B4AEA959FAB8789DF4313147FAC401257DC2114AEB752BA5F5F79F48EB27AF481B8CFE491BEEF44B5FAC614B9B57A9489B3FFF91BEEA7291BEF65E91B69C2C91B6A464485B7814E91BFE47E9DB244B69EBAD6BD256FC3A6947E06769C7AD606927AE57DAE5705FDA7DDB52FAE14DA8B437A540FAF19042FAB1A25DFAE93F9D03476F48076A5AA483E31ED2A1473AD2A141B674E470B67444302D1DF5A9927E8BFF2EFD56152CFDF62C43FA8D0E93FEB87450FA6BA3BBF497DBBCF4579AA3F4F7085DBA603D255DC00648FFF6A54A01033152C8B5D7521860490A1F4048E1F05029E245BC14D1FE458AACF092A26A74A558F3152936658D1477802CC55FB694E21FD74909A52229F1E63B29F933584A4D3B22A5569E9452A73AA48CA76FA50C215FCAEA0048D97FE0520EBE46CACDD392F2FBECA422FB6F5289095D2AAD104B65370DA5CA8435D2A50F47A44B501FE98AF60399AAFE29995AF38C6CF51543D99A0DADB27507AB65EB228264EBD51ECBD6C3A665EB85DE32ADF22FB20DEBFB64DAF9EA32ED97F765DAE37632DDE5BB32BD40B26CEBF5A3B2ADC03B327D9371993E72B3CCE0E36F99015421334C989319265F91194E36CAF631E665FB6FC4C9F62B2032A375AD32230B82CCD83C5676F06EB4CCB48C2B333BD02133DF3327B348309659A4BE921DDA7A5D7668B7B3CC4AE384EC30414F665FDB2FB35F01CB8EF027650EF01B32C7572932E75B5132E7DE8F3257D06E999BF703995B3957E60EFD2DF39819959D5437949DDC2F9579AE7F203BC5AF91F9B8FACA7C5A4FCB7CA4A5B233CFCEC8FCF03532FF1FC9B240A76259F07CA0EC5C58A9ECFC9E97B2F3CD8F649753BC6597B368B22BE751B22B484759046BB7EC2AEDBCECAA2252766DDF5ED9B5929FB2C8E3B76591B1F5B2C8A63C59E488812C3AF6B72C3AF9A52C0698288B25AC95DD9A7C2CBB0D7E264B6C02CB92D4A364291BC365191EF1B20C98BAECCECD17B23BC32CD9DD0DBAB22CDD0E59D6BB5DB29CA97FB2DCC221592E324C960F5797E5239765051B3C64C5B34259899A4856F2DE49563AD1252BBB9629ABF85C28ABBC7B4B56ADDE24ABD12C97D55C13CB6AEA4B640FF7BF913D6C8D94D5116ECA1EB972658FAA4ECB1ED3C5B2A73FA9B2A7D87259C3DA3BB267B7DD64CF7A32642F3D1EC85E3596CA5E07E165AF95BB656FD259B2366BB0ACFDC44659FB9765593B9B29EB64D5CB7A9237CA7A9D31B2BEFA15D9C06555D900224C36BCBA49360CBE261B0BF6927DEBD6947D5BCC934D550FC8A6695764B3F675B25958876C96C394FDF8B445F6D36BBFECD76EBEECD744B1ECCFE99BB23FB5C3B205FB62D95F0DA00CA80E9281B797C9201BCEC9908D8F64A88D7B65283F4319A6AF4D86CD57C870373B64F8D01819BEA74E4618B82B233EA89491552FCBC8EBC264E4FE7019CDA24646C3926474DC7A19C33843C65A9B2363ADDB2B6331F7C9383B1D641C408E8C9B512813706A64A283E765226B5B99E855834CFAA851269B4A93C92FE7CA947F0D658B6A74D9CA1D6DD9BF7C33D9BFBA3B72D541B27CF50447BEE660967C8D858F7C4D4E917CEDA4895CF3FD6EF9BABD1DF27591EBE5EB77A8C9B5A264729D9641B99E83975CEF9E975CFFBD877C9BFE71F90E344CBE63E5BB7CF760B27C8FBF5CBE77504D6ED82391EF9B7F2CDFBF6EA3FC00EEB1DCC83C566EF4475B6EBC3D576E9C952F379E98961F3CDE2B37DD7E476ED69D2D3FE46C22B75C3B2BB7FCD12CB732EE915B278DCA0F6FF7941FAEB794DB3FFC233FA27E5B7EC4364DEE50FB5CEE40E7C81DE16CF9518783F2A3EF3FCB9D4E34C89DDF46CADD5E15C94F8C6AC94F48FFC83D378ECB3D870AE4A72666E53EB53CB9CF8750F9E99F0572DFEF26725FC667F959B6581E5CC89787DCDD2BBF5478461EE612200F439E97877FEB955FF91D298FF8BC491E01F191476ADBC86F6E1E93DF3C61208FB1D493C7548AE47145DDF2F8DAD3F2F83AA23CE1678BFC16B6419EA8B14A9E24A89727EFC3CA537E3F97A7407FCBD3F207E419CF53E5F7C007E5D9DBA3E479497079DE4BA63C6FD1445EC0FC2C2F047F9217F747CB4BF6F8CA4B2BE1F2D2A1217985F481BC3ACD4FFEC8B359FE38F3A4FCB1F2BEBCFE1949FED46B95BC21BC59FE5A7F50DE12795FFEE655A6FC6D0A59FECE58207FD7B1206F6599C9DF07A1E46D2EBDF276D783F20EB36679C7C0A8BC431429EFCCC2CA3B2B3BE49DD2DDF2AE6EB6BCDBC459FE41A35AFE61C649FEE97D8F7CF8BDB57CA4C1533E2A21CBC7A2EDE5633FF1F22FBBDFC9BFD4ED934F6C9F914F9814CBBF119EC8A7521FCA67F747C867936EC8BFF775C97F0697C97FDE01CAE7DD91F2854153F9C2629BFCAF095CFED7942A075EBE2087B454C9A1656D72E8A4B31C96D22487814AE5F0AD3172B87EA41C9E705E8E7A4393A35FFF92637731E558909D1C77E5961C07D094E38B13E5846CB49C98522627D1B3E5E4003B39750C2667AC4E9233FF6C91B33C0FC9395A32392FEBA79CF7619F9C37C5930BFBCAE522AD1EB948542C1789FDE5E2D109B9983527971E8E924BFDA7E58B77DAE48B7FCFCB97CE0BE4CBD644F94AB8BB7CE5769542A5C243A13230AA58D5FE59A1368955A86F3EA0503F9DA858BB71BB42AB3844B161BB9F6203DB44B1696382624B2D58A1AFFF4BA19F7D48B12DF484621B2249B1333653B1CB304DB17B5586C2C02C5DB1E7B5A7C2D07D44B12F6F8D62DFA7AB8AFDCB0AC501FF1885B14EBFE2A0FD92E2E0D44B85D94895C2DC7B5461FED048619151ABB03DDCA7B03DE6A2B0DFB4A270B852A37014CE298EDEFFA47052BDA270D735567898372B3C80398A13AF43155E3ECE0A2F3F6D85EF7088C2AFAA43E1EFADA6F09F132ACE5E735404AC79AA08403C5304EE6E55047D3BA308E26729CE8B721417F30F292EDD472A422B5315E1866245789CA6E232CF5671C5634A7165285871BDFD8E22BA6E8DE246718F2276C84011F781A088376C52DCDAF45971EB728BE27681BD22B171409174F4AC22D9FCB4224555A248953E546400AA1519FF8E29B2F25215F7AF7E54E4CC842A72333414B9DCCB8AA204A9E2816BAEA2ACD65D51BE4957516E9FA6288F1629CAE39F2ACA47AA159507A215955E438A4ABF22456566BEA2B27587A212EAA8A86EFCABA8FE99A178FCF4AAA2DEF3AEA2B15E4BD1F8ECB1A2B96CBDE2A58EA1E255F54DC56B1D33C5EBDB0B8AD78DE7152D24BCE2DDE51CC57B6F5B455B748AA2333F4ED1D513ACE89AB9A1E8DEA8A9F870C357D123CD53F4F9D42A3E96A72BFACDDF28066A6C1503BD8E8A81F129C510F1B562749FAF626CFAA5E2ABEA7DC564D8B26212A6A5987910A998FDD5ABF88D7756FCD93DA8F8FB1BA400ACF554001A940AA0F184021A62AD401C9E52204F0529504BAF14789FE30AFC7F361161FD0A22E7AF822A132A18C829056B7C8382C37EA6E046672AB8B40605CFD95DC16BC9560813B10A19ED8A42CE3BA4501CDEA550949C5228669A158B336A8AA59700C58AFD37C54A234DA95250AD5C75255EA96A97A154EBC22BD577CC2BD55D7495EAFC5EA5BAA444B99A61A85C637A4EB9E6334EB906C753AEB79C53AE8FD8A35C9F35ACD4A23F55EA1CE857EA0C352B75E6D595BA97FC951B3D1F2B37D7EE516E6EB2506EE94C566E8D4A57EED8765CB9E3D5B872A7544FB9CB76AFD2E0DB5FE59EF44F4A43F188729FC64BE53E2DA6729FB3B372DFB52AA5B1B6A3D238E384F2E090A6F2200DA53CC889569A9EC9549A9D0B519AF5BC549A7F9E531E2A3BA6B47408525AED8E565AED7FA6B4F187286DCE9A2BED4E042AED02639576FC45A57D5586F228234EE96C2D503A53DD952EEE54A5CBCA0BA56BD72FA5BBC50DA5BBBD5CE981B8A9F472D8A6F4429E50FA6C5CAD3C9D24569E7E7D5279A6B94DE927BDA03C2BBFA90C701D5706D4852A03B0A9CA60A77AE539D374E5F91DA6CA8B0DDECAB098F7CACB414795575B5F2823E7D72BA30A6F29A34BD6296F66DE53C6E597286F99542A930D0694C9F56F95294B16CAD42B85CAF4359ACA74E729E5DD79AE32EBEAB232A7315B99C36D56E6656D52E677F82A0BDFA4288BFA0C950FECF3950F5ABF294B57F9284BD97DCA9ADB2794352C6FE5C36F76CADA957C651DED87B24E06543EAADDA97C927B4DF9B4E8A0B221BC57D9488F523EB738AF7C7EAD47F9226756F9029EA67CB53655F9FAAC9FB2E5E080B2E5EEB2B2B5C75FF9DEE6ADF27D54A3B2ADCD4FD96ED0AD6CAFEB5776A15294DD8969CABEC8ABCA8F087F657F428372A09FA71C183FAC1CF41E540E199F550E1F59510E831A9423A68F9423D870E5082D5FF925FA997222F59BF26B8083723282AA9C447E554EE3D394D36C75E5EC8657CA1F6BAE297FF4CE297F33B594731E0F947F6DBB94802D2E4A00F58912B8DA4A09B6F8AB849C1957426EF82961CC4B4A38E8AE12F1D05589DCA550225B1D95289DA34A8CE37125A1EC9592240A50926DBE2A2926EB95D4900225F3B05CC99CB8A1E4EB752AF98968A5C0B64329E2E194124FCE7FC3589D72D9216271D5FF1AA0CF7820103E80E34543832B897212894A69A9342EA5AC385C434B2242099794BAD24EE94949914884D0C0A554240DA12591508A54245274D2A5FF7AEED5EFEDF7F3B3CB02058FD1A0507A15BAE96E826E0B6740B72825E899B3017A85D743EFF3A7A0CF5165E8BBA31E94ADAA40D9EB28A818AB83EAE668508D1807032D2F81E6A4CBA079F407FCDA671EFC9A1F0C5AB39360C87C5718F2B311B495CC413BA417E8F6AC033D5D7FD09BA9047A1F19F4FB2C04FD7EF1A05F520D06FA956010F10346AA5D84517D72C170603C18B93D03A3DBB960F463244CD0358069252761FA973530639A27984ED106D3796660FAE63158748D03EB11F7C03A6516589FF7001BAD18B0B15D04B6061FC1F6F079B0FB6D13D82D3D0E761BFF01BB0BE1609F6B04F6C5E530BF65112C502B0347F591B0F8BB162C7D340A96EDF485E5AE6EE09C75175CCFE5C32AC365E06E3105DC5F3C82D5EFAF81E71015F052FD065E059360EDF6B3B0F6D574F059B1037CDE1B80DFF164F03B6903FE0F1743807D1C04ACE80B01671EC2467D3FD8183D1F3696AAC226DD0FB0D9713A6CDE55059BCF44C2367582A04E6DD839F40EEC3EE905BB1B06C2DE71FD616F742A1C78B81E42141D2044270842DC6F4048E306F8DFF42A38344A0FC2064C85B09CF770EC820244FD673F396511443BC741CC5F6510537D1B62FF2C82D8BD8510E7A00D71EB5642BCD3458877558704E7EF90386207244E328724B51448DA520667678E8294502338376B3D9C9F7D112EF8EA417AD75C485F3C0332CE6C844B777F87CC326FB8BC7E155CF9960A57D595E1EA9AE770CDB0066E569940DEE654C83B190EB703FAC2EDCC70B833B437DC4964B8D3FE02F2632EC03D7D0BB8E7BF1C0A8EE6425158293CF04D86470A6A507CF93C3C715F06A5818FA1CCF83D9479F683B2544378B6271A9E3B7E85E749EFA062C970A85CAB00554757C1CB5F1EC12B2713787DD10EEA46EB409D5126BCD3FA0CEF8AB4A0E1891B346AC442A3F31668BCF95F8B8F40F3ACE5F0A9700EB4ECFF01AD9F32A14D7F327C77BE0F9D83083A5B07C34F9577F073B511FC7C7A13A03303E8D12A609D76ECE2B205BBD69A614F59864AC10AA874420D7BB72EC03E4EDEA87CC91A557E74E02F3BCEA2EAE51B3860AC270EFCFE02D52FCC418DDD11A8717F210E76F98E9A9B92517B50230E9B371FF5F757A3C18AAB6870EB198EEAF6014765FE8186F3A371F4A0ED38C6AC18C7D87447A34B47D0E84A3E8E6B55C4092F227062AE1D1A2FEE87935674C529BDDDD024CC064D1E9AA34989364EB5B1C669573470FA680D9CF1FB5134B55B86A6E183D12C6003CE51AAC73943DFE09C9A57687EE4185A5CFA152DB21DD1D2FF295A5E7C8296697A68AD3212ADED02D146FB32DA2A9C433BB76CB42F3A8E0E86DF70814B392EF1FB0D978455E2B221FBD069C93D747A3A1D57E64D44977751E81AFA163D5C8EA047DCEFE89138133DDF8F43CF2F07D14B77357AAD7242AFC0565CD3371ED74C0AC3351B8FA2F73F7BD067F810F44DAB43DF9C7AF4ADDF837EE71BF1CF49B73140B53F6E4CB2C140C52BB839FA0B6EB178825BBD6271AB5F770CF2B0C1ED81CB70C7357BDCE56F8F7BF6C4E1DE6D5EB8EFED340CB634C5FDC15F703FB4E3813397F0C09BD57830FD1A1E729D858736F5C4D0E0257838A6198FECAAC3A3F1AE184E7618951D89D1719B30E65B04C6F69A8DB1BA8E1877A20AE37DD4F08CB2239E79F10B263CD6C6248D4398949C8DC99AE330A5A93F9E1F6084E93D0C3163FD5BCCF8FA182F0535E165572BCCB2198A591553F07A4B3D66E707604E6204DEE8B20E6FEC9D8637FF7B9BF7DD1B6F4D998AB70E3FC7BB351998EFB10FEF65ECC67BD7FDB1C06525166A2CC142FF1D58645C8BF7ED1BF1FED10A7C10A182C59F9AF0493F472CDD5C8F65CFBBE3B384687CF6B6099FDF0DC40ABF60ACDC35112B6BAF63D5B85DF8D2BF1D5F560FC1EA941D585DBD0D6B3C5760ADE249ACBD15826F0CBE625DA61EBE359E891F0C103F4EBD8B1F33B5F0E3F381D81C9E8ECDDF6E604B791B7E56D98C9FC90DBFBCEAC0AF4649D87E6419B677107E0B48C37FF3FAE00F9D8DD8F93300E1977424AB7BC893A349D1349C143FBFA66E2ECDD47DC072EA915C453DED334969FC67EA35CB947ABFBF427DDC3A48392F9D54F6C550BF0F9F69409FD1A4169C4D830C16D2A071C769D0F572D25C5B429AC71692E6AD1CFA35FC22695D4A21EDE193487B5906E99C89A7615D37D0B0AD77496F9E09E93D6E2683AB0E64E8DC4C86212FC8B0763E8D0DBF4CC613AAC8F8EB259A34E3304D2A4AA2299A2769CAA21964A25E4A26FF24D2D40FE368DA817B34AD7C2B4D372FA0999EA664BAA690E6BA9AD1DC0B85646EE94C168148160D266439CD90E6A507936DDC45FA7D530639A82C2587B336F447C81B9A1F9542F3BF87D2FC1F420BA7EDA4451EBBC8F146073996CFA5C5251AB474731B2D4D3B4CCB9CC3C979771DAD7473A055ABAF92FB5C155A1DED401ED58EE4B9650879C58790D71D655A679D4E3EE19AE49BB9977CEF4F253FAF30FAB3A18DFC3595C8DF3B94365819D3E65005DA961740BBC6EDA27DD382689FDF18DA871728B8A03F1D98E84B07D67CA290F5EFE9E058633AA4A44D87BC2750A881358596D9D0E1321F3A9ED14891332F50546B069D5C09746AC5648AAD2BA2D337CB286EE1314A50244A506BA184459D94A8F394926CCD28E9BA0F9DEDAD426787ADA7B3153E94F2BF064A2D8DA6D486043A3FA392D2629C29ED5119A535E953C6316FFA7B410C5D8A4AA0CBE73C286B76225D75BF40D75E07D3F58C20CA361C4CD9767E9493E34239B9E7E846CA47CA9D7C8572BFFFA45B5DCCE9D6CF32CA1FF282F2373450FEF6C554D4E4440F7A99D3C3853AF4E8CC182AFEF68D4ADE5DA6A7A34F52A9675F2A0D32A7D202732AD31A4865EBDE50B9B22D95FFDE4695C773A8AA8B3D553B8DA2EAFC32AA75E949B54716D2BB05D5F4EE4C20BDB7EFA4F73F6650C39412FA282DD414BF879A6F865273F37EFAD4F207B568EDA6964B6DF4F9C54B6A5FBA82DAAB1DA8A34F1875B855D0F7D4EBF473401DFD5CD98BC4CA8684C67097CDCC5D3B2D5821B2911572535971A21BF7183F9695CEA672AF083D56CEF66795A755DCCF2E89FBBD79C9AA5D47B0EA0753566D56E401751F586D7E27AB65DEE4417D87F2E005A63CB8D199B5E6F9F2D0904AD659708375F74D60DD07CE3CCCDA8487654F60BDB9CFD960F43536C8EBCD2356ADE611619D3CE278098FF8A4C1230DD7F1C8C6E93CBA5B0C8FBD6CCFE3CC96F178E3BE3C61963A4F1CFF8427BADAB0B1EF649E3CC39D2787EDE429CE33D9A44C87A79E5ECC339726B3697E1DCF8E5760B3AA4D3CC7ED0B5B26DD622BE52C9EE7708BEDC77BB2BDEF1C5E30B69C175A47F2E23B35BCF474072F5F57C0CB833FF38AB20DEC526DC5AEF326F0AA055FD9CDAB89DD4E5D65F705D379758F2DEC71D9903DAFAE63AFB1B1BC264278AD6528AFBDB69DD716D5B2B7A7267B2714F1BA103FF69962CABE99A3D94FF70B6F50FF8703662EE240052D0E5C7E80838AAC39A85D8D776DB1E4DDA316F01EE71DBCAF519583B79871F081380E7EB583438CA23874713987DEA9E4C34F7B70D89A740ECBA8E6B01F367CB473261FBBD9958F672347E45FE18817AF38D2B99123EB0EF009630D3EB9519DA3533F734CE84F3ED5788B4FFD5BC3B18A133956AB864F6F08E3D3E2CCF12BEF70FCDD959CE093C4491783F9ACDE124EDEE8CDC94D799CFC8F19A7280CE173B3BEF379FDC17C71AE1EA7AF68E4F47D859CA1AEC619C394F9EF898738ABFE265F0BA8E49CF666BEF16B2DE7AAD5F0ADF2A37C7BC84EBE9DD193EFAE1DC6777DFEE67CEF1E7CEFF82E2E28DACC853BEAF9A122F2C3BC287ED896CE8FDBBAF393DDD5FC0422F9E970752E3749E1E7A5455CF1D08D2B5EE773A5DF617E693B9EAB7FFBC0AF6EFCE0D72366F2EB86675CD3C5836B359673ADE54E7E53D885DFFC3B9DEB6EF6E1BA3B83F96DE305AE9FECCEF5DB3E72FDB5486EA87CCC1F43C77093E17DFE3440853FADABE5D6BFB6F2D7DC25FC4DCF8EBF597EE47FA785F38FB15E8C036733F762E9DAAF5114F25014E71589D2365D513E5127FD5DBE88EA6A0751AB7D21EA655764F0E8E5A235215186E4848B7680BF68C7678AF67D4F191A385774227E119D584FD129CE16DD8E0132ECA4B1E81DEF2AC3C7348BFEA024D13FB3430CFA5F1783AFFBC480FACB28ED18194587C4D0C248C63C3828632A41C69964CA446A9549CBA3644AA2BA4C6D369719DBDE8AE91335B1C85612AB51B162754A536C558AC53606C4B6A687D8D6BE12DB777F8A5DF254B19FDA29F35BCC6441E2485978DA551682A338CE2A9425E6CAB2D48C65694C9438B9AB8AD3AB34593574A4ACDA5423AB0E3B8B57498AACF5F115EFE17FC9BAE61CF12909175F2B4B593F7B8CF8F75790BF344CE4AFE004D9BA334DB605284A90E77AD969A5283BF38B25D8D358F627BB4A887A9B1C4CD29283FF7693D0983E72789087840D6B9088782B89B4E82E915782E484C65A39F1A38B4435F59698CE3FE454E25089DD582D092B4E48E2918B92585628296B5E4B4A6084A4ECE927A963FD257546819C530E93F3692324D3AD48B206844996CB73C9AAD82259B52572F5D311B9362741B21D2224272A5272EDAD25D7A940F2DEBAC99D9C52C93F5424F9A1EE5230314A0A27CE934213557990562A0F750AE47190933CFEDE458A771649714DA014B7B64849CE67793AD04A9ECE3C24A563CAA4B4AD40CA1D8E49F97E0B79BEFE8B54787B48C5B6B952591D20558D77E4655BADBCFAAD426ADE9A4B4DDB5AA93D7E42EA82D7C93B85D9F24ECB45DE4DC893FA39280DFD7B4BC3DB8FD2D09E258D2EBDA569B88B7C32DA202D93B5E4CBD966F952912BAD07BB48EB155F69BD3E47BE66CD93AF0567E56B7B907CEDA895F6ED7FCAB7C151D231DD5D3AB6994847FC22E9A86E90CEFB4BE4E71A53F9F9204DF095A6D0A724618BADC2CDA9C3666CFF3FC9775A6AC8910300,'no'),('coreHashes',0x1F8B0800000000000003001A80E57F613A323A7B733A343A2268617368223B733A36343A2238623964333532343564383162636434633636323039383631326466656162663034373666376361616534323239363461663838386135636464303363333565223B733A363A22686173686573223B733A3133363736383A220006AD88EB5737878EB1687423931F09B29A71A1BB29A4BA64C5E8FA2400D0C90028C6EB9DB078164A7BEC68A2CFAE8D25048DA70D5EB2D73A80FB28E335C1970028D0129C98FA5A15FA59F7599840E04971A915EE9BC89723E1D154BBE1F9400034DF97BC749D825C1076A651E7FCDEB91EBEF4275FCBE1C2616A78CAD2A6DB00453D6AB683CBC88B7C9D70382EE60EC2BDFFF705CBD6A4F1F353174770E583004571AD78BF8394C35061A788F73E6276E144AABF6F34568A473B613C06B1DE005E4E9DD9E5BC9861F0651F7C4BA0B72D05E0C6DCB0D2CD1F1CC99C143DE78400629C26469EF698B3FF257C779BED2A51723B90077C2F8A3D2841A7F3E43CFC008591A523E642ED35E001BF146A86F32423F5E06A219FB5FED0624E80F46AF60090DBA7FFE534281511CA4BA0497C8A84AF300F0CBAECB57118442E5EBE76AF009D3E7CE6053B28DFAF5C572A9C373F8CF60B0AD84EAAC1323DC337105B556F00B5EB690CE4D3D6849D0F1322DE07FBE3C65DD15EE8B015FE5844FE93325D2800B987F62F8CA16F2911F6F43A345DB1E35F15C70FF8DF2BCC94EB8E63BDFED700D4651EB52AEB40927484C0B10E22E990E1837109C8904EFE159235F78448A500E41139DB7792698415F3D7ED357F82DFC2D00893A7C37D88FF04B41B68C2CC00EBFC5ACC88BB7EED30B13DEFE8478723B443F7FF165A1D027DC52AA00F867000ED547CCC855FACD553F238ADB4174F0630CEBCAAC2B830AAC30EAA89361B9500F7F92D6273E847A80A2868721A0F2EF36EE510F5F92165C8D77A2E59111078010380D755CF690C8DCD3547A0E81C14DC2450C2FC75CD768F411154148991C00103B4709F6CE74AA29B7DA282B6611AC80056583D3A88821F387E22320F17FD010FCAA644B649E85856AA66B845577FA313CF659380DF47A75DB8F117B4711B01293697ED09C56ADC01ED94F56E4ED8A45E7D305B509C4B58087393A42BC8890161B177A95382B6E0135BF30255607C5753B35044E6B0131EE7BE9F4E68ACC801620221951D0517C6F2AD23A73869DF3E6B7136BF528445FF359E943A9722FC01853B42AD8E692E71580506F514E0413404FBAD90E47507559C1C882BD7B1CB0185B4CFB184E7B75415AA5F5E6779AA7A47824C2231B0FBB38D557D363A0F9F019F6C7C1D87EC2806E39CA6C19671067B12C6F056C07E1C75EA3CA20644680801A66F2ABFAF8C63CFAC30DFF1CEC1781DA2636C24870912119934DADD6D95B701E4C9F86FBEBF601D76413AA711F89914EC88607B7266CBC1EF5FFB5333192F0201738DD96DDA3F649A5ECD9430DF5830E31323719605C22D6D6CCF012A80CF022354F18C6399C178F045B5C7C28379EE88C5A99CE2489C15E0F7EE3ECCE3160224C93210FEE48E5DE29225C6EC2A9C361D1BDE5CFE6470F9DB9B219DBD187302259FE05D5AD759C76FE58ADDBF9FFE9FA584A991F4C9723B47D0F711228AA5024775F7C9DF26C3775DEA2D48800D1F5257FDBD5CCC35F5A6F5F227B38C3DC30250961FC57FB9DCCA735A4688D4A46F0F442D783FEC3CA075B6FC841471FD58025180376169CC0D4943D27045964BE1C8CCF08779BD806B8AD1A97DCBA3069C025C8D24AD7022B726CC702B5E8407BAD51AF57BA9AF8EDBCCC298B935FF7C990266A2E3B58553CD044C9A6F173345FD78C0BAFDD1A55518E3FF0FB071A8608E02713475ED0BB6F85AA2AEB9F0B0AF5B6E181EF938947F031805174FA3EC723702870B08CD301848301431594C2452521F41680B4A36B4E74DA6773A2FF00E37029A2ECADA8F5094C183682E0B42C2552D13D197F2271E5473C1AA7A2B70BF90029BD77048619C50308D3495C344ED21CC0332E57BD146B019CDB97CE1A9F6A502A47038249768FB15C222640CF633FFACA05C95A370599551EBE1A38E9B4B3402DE97B88ED8BAF0FE4B0F75B3004DD4783E165D5ADBF822D17AD138C58EC75602DF4DFA06CBBB79554CA485C14BAB0CF943CB57618FE55CB0E8CB81C40A833B02E8A530E5C4A02266AB05D090CE9FEFD2270DCD8DA4FD44C4644DC5D7D9F9C302F7A71D73CBC7BF89D8DAB4F8192432F46A29C32C0AB227201F2336E4A7390A02FC8D87CF02DA96A9F56D4BD832860F65B266E90B7465BE34F99C9A081AF003031147472EC06607ADB15679601BB8C9FF29222E6F5B60D7CF90DD0D061BC914031C6E94F3E76A6EBC7669550A402C9B2B212575091B72650634D92B4A755024032C96574E8DD950D932D222C59E982C7C5EE2E58079DEB2F0F1F22F1A2841B003315DFC2FC685AD42914DF36A3AADE540D1ABC8472B53DB66B617BAABFFB96403569E69891C0A02B03657B715FA05D4915C3CE74F0CCC456A32AC51F28AD7D603940DC07CFE5836C2ECD4EED22F3436A44AF2D5C93FD4D5E658924758867E86039675999FFA6903630DE270AAABF5B4FB1151D6C71913ED999CBDF70C0D3F6303984CD954D38A95F9EE71671502A6C8AB3F1D63019772870EC8B8A674AD036403AEACE6420D544AC22C5193D3249A54446806D71DF10B15D028285A64178F7A03B6B9764FFFAFAFC25F95029F083BC6809BB3458C7059F62ED5267DF606BA5F03BA09D45190BFC6161281898DE36F53E26E6EFBCCB5761FEAF80029B0F6CCD303BF96DDD3A4E5063A44494C56AD0B0079C55A08FE0F88299BBE4B890A11E38503CB1D01DC98448B7E121099892506526FF8EF63118915D637AE7F0DA6BA4CBB03E63E318A16DD885D9A155E5DAC52C9A2124E46994DF4E24ACC2C98EFF70C6903EA492E32209ABB193E31B75AD83BD7A8BE8231161ED481249A1021A187573A0409A85378EF4471357FBAE02F77BA1701DB5F573A9CD82B011C66F0317AF9B8040F67A2A68B5C59F2FAE26DF50C78B3471F4F30C7CEE26A0E6F5D2EE396BDAE0410429C3DBD660E7E3A4EBECC1EA4466136A2D5A1D90A59208DD8D327BAE8690411FBC2E72BAD600CADC2664759626D9FEF5550A9994D81994AE9DAA1308026044376C2E84D932485DB07E8FA11B64FBDB7342D4B1BB8090B6F36DB6C62F631044513E53BB13778F93F1CF02D99C7B18CA85ADE7A45BB9F892A866E6BB1BB890445D76D1040EC0C9EE3E9F68E01E9F0311073AEAD5995233124D015E91AA33D044998888A9DBF0762A38E584272BD3F8AB7EC10CDA52DF48221C769BA3E7FA1045B1CBFB21865F8567BD057A22146B550FE623C2604C284418AE0D0FCD538D30460C9E55D7742CBF9CEBAF59D406B7026BB9BB96834D49B1EB532B68F997FBA046627F647D1D3CF4953950CE67DA07D52E2A58517FD0E4AD09B0E5A5B60C6F6046DA6FF4994243D0B84ADF9BCB944938BD69B26C4C7BE4007902BD5A2CB14D004714F2EAF8C857810268EAE2A70A78EF640FD9D6CEBC1D0D2FEF7CE922F6B0F047A3DAC69BB0FEAEED2201C53F2A81FB0D4C0FD1A1A34DAB631E935C1AAC7320492330D233F45C95110B7CBD84CB6D5496D24CF5ACAE5AA421AEF2184E39C26049A08CD968E1F97436B8660378BCFD7272FB9BD5DE469AAB213351DA000BCD204B5A98A3253114382E1C52B32B1C8FC66214F67D07665BD430BDE68EEFFF09404D6CE2525D6EC2DD308D5295E5C8189A2001BAB7460966B90E0B240A7839B5504E64FC594A46370A6CF3EE32138484236A5CFE0E3ECE23D9362F1C2158921A704F46E8A7A00A74F5311137E4B0FEAF8E77C24D8EBF6B054A1ECEFC185E66C4A050CC6F81262FF124F779F90E0D0E1CD660A54C0FEB2AD45671A55EA0DF89FA305148F6C7BE003B253171F59443749D52E0B60E8E4B5C38F7D23D9A7FE9EF44A054B4EA28D65E9D38C04BBF026149DC2D08E75D1A1490E719974BCB78B6E0B7E05540902025F6AD7068D2D989B86C925B3A63F9E37A1306996BBCB7DCD65DD69055A10D64F992645062B72588E0F6506907B65AABD6D58CEC8F63CBC3AA64B5305797BA0AE72B7013E4B5E73E25653326FF548D68FE15FEEDB2937A1A99AE3D0057A5F6F65EFD51EFDC5AD79A75E102F3F683B407204E24B12141425E0E14C500585C766A8E063CB287CD55F5DA0DB55CCCD926F1E7E4D45FFE8EFD71B1386DD058BD973ACF95270E764D5CE465BFFFC2772DD356CFE97A5E8949DE5AA808EEE05B41D73E883F2405A325D10A6F3BA69BEA80CA85D284A0F7E6EF833ECE0CF9D05BFD9801F81686A81F371DA6FD132B1866B4CFD9B4A51A76300CF387C7F56DC05CB4191FCFD8A1F8E4E08DABAB6290DC26DE44D0641BCCCE644BEB06F732C9605D5F0EA24BB8BF4674A09E1C596D8376C7D0ED861A1F1BED4C8C18AAFC3777C05DB6719524C680621F6B08131D25213F3FE9D26112798FD6BB11B44273A385905DEA84B8D4161AC2DBF524813F654D205FFFD13FFA5D5FD8AAABB283AF3023D05DFA4271C5C16D500A8B6AF7CC738CD28B405885D78925AE41916B4CF764A2B05E87E8653198924D98B3608CFEE76679041D19CC008CA8B513FAD6AAC604A9305F1A94EF55DEE302696F105629B001DEB563F39B4C1BA14B6D122AD2EF7493305F491327229726B922B60BD4E694DE7F132025D3CBE09BE68040ADACBA58D9705FE4FED0B80330E8C35469ED0C85CCC0011F79EF0932C167653E7E70E2B701C060AFD2E871BA799E9B40DC44A2A525409FC218CE6412696D51055F342CD744706163D5F3A1C5CEA5D3E699FA33FCEB740DAB9DC614BD5BA15DA2ABFA0D4BD2B06185DB280B5D2AE67C6895E3632F31C47A69E0D831F1253A01907850C7CB13B0629A5243D5803C16E21C310BAAE826C3DD840F541CD1918B0D3F1183ADE5635063655C6FE7835F41250789B9BCD26F3BF3A0E569356E6FBDA2D711358B9EA41063901C04DE734DEE0862DB2B090A9747F0A7BEBD1F5867D1EFF4D491E060905064145304EE3F6DCCAFBB584C52E5430180362285BCE17B281DC0E9EAAA3F5ED066F5964D4CE25DC20E52BA35BBB42BA9512F020661BB6083C33297C959E9F1B06792DAF6482B0B4CAF45D602C3586EF1F6C391304846FC81FB9A478AB9C3B910688F5BE785A9FA0D57140C9F5B6E4353161A514497888BBBC4D4F59C055F20D068B5AEA748A4BCFADE9754A4F79C5B9A226D2B8F8C42AEB91DCB2C675732391069E1C087431F01FB22334E7CDF6B4C3E482B90E1A80C12726DD0638D100C31706AA94BFF59B6D393B3AE103C4CDBC8466C2C66684299399A40749EF9CB3CD3B06C112FE506F69C3E3A7DA3D9044E18EAFE4A430536CED687367DCBA7B942C9806CC297F071A7C9C0EEDDEF2AF0B3C840A93107892BE2AD4D7F38EFDD769C40306F396D5C96099806888FF609350A18F2ACDA4B9216A316D21967E9D054AAD8E070DA64FD35D058E0781593C8D79178C7D831ABB3EC9BA48A8AFF0497CDCC750070FF4E8B1DFE8AEE04262A5BD65D45EFC9ACE883B565431A8CE636AA85D206B071C5E01A74FD7EAA439AB41399D2FD81AF38C1625984062A42E8C60BBF0959A072004706FD6C0EF6466B9C63F0CBB6A72A3E459E5158F657CD5488CF7683EDD072C8B651563DE17A196521817FA657335042D939AE0443DC7C4FB3CF3DA3A0C0733E3CDCFA9914DE7F19DD43EBB1C8BFF72EE0F36CBD4A4D0F4257A8B75DB870737FE7F7DBB46CBF098C45B7978B1AF5D6B04E1C6DDADF759728387D615BC030739A349562C430E328D229395C9560F1FD16CB79770885D6C32A21750EFF866073EECF5044B70D4C701D69A4A94BE99627677B060EEA902AAB52ABB77E9A0F3077DB1CBF8A9B62ACA98F10F98293E3283711DA4966513A5805E0FD5C0298C500792038D11A6C76EFB476652F4404F6C2C3E6976C43AB060C47451C62AB7382707A53C93F30AE38BC10592BCA04AF21E8FB73B934860F751D89D1D367018197107BEFFD861F325EBAEF1080D86D80910FCEC2211851F4118906E883348D8497307CC3A59A5A461C165301042D2B279F55070160AEFADBEAFA899F20BC621CE9B07CDFFBBD926B0D6C985274DBAD034E39A429F53F8DFC92B27A534261CBC240307D8A1A10FF35606670E6704A4E113106FCE1EFC67107ED90BEB106D2FE0A11C08122F26742BE47FF9E273D77FEC1CBEE4D422233A5AABDCAF34E39389265F150826DBC70E01C736227846F07C7760411B5A5F2B764C0D7DB08E4EDF50E5C9E6083683ABB88ABDA25FEB04F0D2B0E6DDBE94FD6C321FA1629EA9B97113C39C2408558476A1F1096C2C73A8C5D9220D0EFB6D039EE860BBE159D793AF5594B658085E9E4D0373F7970F8D36529F4840F116092689E586BEA41342C7789EF6406408C65210022355B3F44FFE50679B9E731E48FC6FE810296ED5CEFF577213E98108CE748F5AEC4DAAD2FEE83F012586EFB91B880F56FA1D18DCC0A244B1B0467608E01F40AF88C1FCDC2A391F56150B9BBB0E8CCEBCF3125B45A3B642757D3CA808EE84B11C1A23B664B8341B2AFB3F0B989CE5B864AA515D0442782E7C3944F808F63A0E6840D6C251FFCF2F55002D7C5FDBA231F9670B2DF12BB419ADB7DE7D08FCD498215E6942B3D0F24AFCD55C57A47F5D9066A71B9C40034085771BA33D092E1B185DB619ED6B5A3114D1996D16D247F582FD5DD41278E03003F8EA95C909313422319C4978AAF547194CA65B0995821DB1163E2847E1413A108C0EFDC7093634B513AE88E720B932061011444DC84DE224CB0DE6BE90699300D401AC8B09385CC5ACE7AE6AF9419281CA9435D12B589D0CAD9C6F885415F96DB05F037C094DEBB0EC127975249C31BC636B5F914B17FF6FDD66DBCF046DB31C85B925FB0967295B2E89720AE06F9469D77B348A9B510A0D1438488C0D665812F0C0E8040976B66CBBB4F5D9AEDFF7062118FF16F0B9FF5080B26DFDF8950A367CCF944B097ED0F543E8C8AB990EAF37A406E0C33AC0A3732675CBE4D908EC816AD4CB7409A92B13F67B52F483E4D3D984E5D4CB6EFD742CB4C79EA660B595CE7C55EE9609AD09BD9C237489CCB9BB080FEAAB703D12AC0649041522BCA6988F2946181F09D693C5DC1EF1142D8C0A715589CB69BAD7CD2D9B24E068192AEDD8076D996C09E656076898D0F04C430E898FC2BB3E121155C6382EC560C6403C4B10E9E36809FC06CDBFB810CA5525C54FA8480CDEA1F19F851F40BF1F7E785C36CEC47EE20A013CBA3A98580E866806C7514154BAC0EFECB76F8EE17032F5B61FB9383EF80A072A84B23C0BD7F7BA1BD3B3B33F484D8DB22756D5E9E8904CEEBC275B52DB0A18F04026D8EA5B44715315DE04C111CAD303F0ECE04297D74E2346894285E40A2A416E9584B8072E5DE942E9C474FA7683218957D2A74D77069239DDFB02460A2B505F7451FF566FEAFA06A9B2AA376EFF0A7A23F9181138CDFABAD2DBDF4A0A476B020CF9A07E6E6798966D192EEB335C960AF0E6B0316982D46A67D6B8D30A76AD3FCC75EC0609D2C8C866DF68151836DA3242FE83E83FF1320033947DA60A7889E76DAF1BAB856E563D4F440FBC930054ADDADE172989CF55DCE3A91C1F0A7D2EA29286E5D7F776E69665AF0AB53FE6B02E7A9FAA4585F0BBDAD02BC9A10A8B905C5F3928F4102937820A9711D62FF553E6E027E467DF83867695A304C30AA13964A3C7EC678FF07E4096A4AE7CEB422D179FC1B0B29CDA90FD363DA39D0AA40354C25B4370B9B1A702E2282CAC5F562BE44C040DDBA849B9FC282E88840AA573FA0648D77FB5D1876320EB2D10792F2F14FD3F870DAE244DCCA4156A330AA703617101594BB44AD294CE801870F91A4AFC6A90AF5C50C70E98C80A05D40AB6AFDAB79B746E8C0D8945616EF28E4A3B7D28EFD2D299A9F1C22EB0C4391B0AB858023A80BC51D87DD72BF64F975CDF5F93097BBCDC93432761D7793AA4DF0AC1FB1E20C55722ED880FFAEB77178600350FD153204E728FCBFDA98ABC9A680AD743E31CD930C4704664F9B0876C9500BF9E2275EA997E3222F554AFBD701A0AE876C95B1800C708F587585A707069FD2E01CC06A163B93B7E260F8C86DDF80AEE02B705CE26AA296834D05F60D546E34C939D3C97E33A6023701B66A2ECF20AF9981498DB525723DE88B41C20E5A651A5C605C4930334455BA327C47A93180B0D8593291285836BB312CC178E4FDC645330E958B17AAFFA865FF3C8DEC2140B36316B878F4B28A3E15D310CC87A08AF756B7052B621A289B38D8C975943030B380418BBB3D5606413666896062E5E38A6E4F41ECA217BCAC0DD46FC1E4E910B4C7BCEE77AC529AAFA2CAD22A777CD57CFFD53B28C4A1CC7B2FE9ED5C14BAD0B53C1AAB403C075E1BE92B94D881CC26363D6CDDE6316644499288B51B1CC0C0B5C990D61F295021B12085B844A3F5403D3D0F03FD1FF11FA47BC64A1E628730B86A9AAA211D4EE74F4A6420755492B02759B98C043AFE304C505B60C8552900B919FE35346323E1CC23360A5FB76C91CFE27983A6A7328819D2D4EEAA716B20B9AD6A0B8EF96E716904EE733830FEC1295F43AE256533BDB06C5E143540A800BBB5DA0FEA50E4387724ABE08328EAACBC96D35435A8700D92F401D4031DF310BCE1F44D7D5AE361C0CBDB838670A2965C4D5DA7AE9F16CA831F94D489B91260BDDC6531CEEF02E3EF55591427C0816329BFCD39C4F557DBF01DA28D4B0A11E0C1E741E63E732C1ACC4925A568652EAE9A1835BA7826C1B23347FFFCB7FBB3E0C31CEB5A2B41B450704FE80C26C7C6C68ACAEA3D9CA5DFD8CE43AD459C588F50C33099A03A7D319EC5C676DCCBBF1312971042B23E398F2D962E65E7F3072520C5FD2B2BF88596E2C901B7FAA4A9AA9A9BDCECD819354C84E42BA28D92DB1A70C6703F5EA5C174943DA9ED73A72C36E85CCBF863E5477D8440AAE51BC2198400C6944E4F803C37282E8B4C8AD2177087A8FF74C7BA9EF4A16D11C7937032DD10C6DE9D703E19347E9B49E59E28A5BA8CDF4E36BCAC8456E2306580176D569870C77F7528DBB3A9E4D90374BAC0B6B528AA2440CB795AC912E84F3B2A9204C390C8CF425B153F7A8B34A2A98C01996856E27CDAA745EC0CED056C9B9C54F01870C9CC6C7EC2AF3289C9884B78A37598B11EE28568D0BDD7A7C2500276A8DB7D50CAD6C81F8F7D8B51712AE2468E75443EEF4DFD59E4EFB386BF6C8BAC90E99790CB72A993C490AC6D5FF7FE407AA28F890C8FD7880249D0812FF15F043050ADB0CB86D9C2D42EEA9CBF3EC9B0EEC5956416CCDBC32BE565313FC236EDBD8F2580CBC960F8BD536F7C358EE94199BE2F14455C854F63DF596314FBF40F82C78D40CCF0EFD9288DD07B3D920D829AE8FBC0D8F0C26DC6435B7732F2C9722EC64B70CF9773232B39A06B90DBBB3DE89233C2A51D066FB9A0428A584F5AD0210991E0D0525B650A8069698D3F963571BE92D3A142732118455E190274674E0DDA97A0D313F963B0749429C3D53B1F71A9332CD90D6A59126FED7865AA442AE11ACBB0D3543DD13D99698F2AA4ECBF98F73C5D86BFAD7FA0E6C9B27743335BFB6B0AA0D4ED317E64986591B9BB7BDF89906D4AF2194C71EEA3629ACF10849A35910030D5169FC5E9A1A427CADE4661218B2914391BFE82D2F72B1DE55C759D9A2C5420D58B75B63647053733319D3252E58F3E57C024188BA04C477FC9823284A4C1D0D61827B70EB39D1D9E5F328419629CBA185CCAE53505686CC7307EB36EC23690D6E750E8F8AEE3A114674071AB1A4225039FFB5B87150BE899C52B8AE5041A00D87BCCB6B0E953C7657E050E4C09C76AAE3672848D182B5A2631E8E062B64370D9459D3F874DA575EA4FCAC7D724978DBAF1F15F3BA75868D24E72F644D6BD80DA00855FFF287053AEF77F6E7EBD42CC8CB11DF26E74B857026E11A9A8110D10DAA033747D99BA00672ED581016796CD6EFB3A03C55357038E2AD6E8E12E89A0DC29BD87FD758640944110A15E8A3ECF18E01AC1B71BC6263F71A177597EDC00DD993A303D21C43372C9ABE3CDCFADC70AD2CCF4C16F9E2B57E7259FA7323800DE722BE2871719A36E75A1D4E86E8B40CCFE696C97FFB96D5C59F26E568A9CF0DF20ADDEECC2A4A96D43605B4A4A9BEFB94565EB1CF251457015C0FC07903AC0E27ED683F0149C6CF49EBC2337A28429F47512389976070E4533A654AC726840E2F96CA9DE11C61C98BA89360EFF7FE0A198C7D1EFBE71A5C78D52BC3475C250E52A3B5CD4FA2A436B3E0FBED7DEEB0E39593E682ABC4042D1CAA467FFA6B520E56CBF0A3369AB70583475F650DADA622E47DD5515E7506E2D5F8C0BFA359740E59AE15908973124E6CC96402557CDF0737999174EC55E0124659809BC86E880E61D449575248DB6AB077484242C7ED95CEED75A45870130062E45565D2244F0E72CEB05965BC4A58A57F1D70BA570921EB161F8F194CAB090B6FF7D1A69F3F0E8113C13131CAE61281A81D5DFB515BAFDA372AFB619033DEC7BE1606DA68890E892CA155FA8EAA1063815CEBAF6B69109AB2A0BB367516F8E04A0A02332AAC0E934B76CA698404E5418F26E03492FAAB3D8744E9D67121E893B8D6A7663B340E939950E45AB5F865B5074F219876782E65E8D33897046A59A6BBFBE7DF301A0EA206B480E8508550310CAFD4532FC08FDE0430903FEB5521F5CD9D880EBEDF0EBDB8F5F21036B03F3FCFCFF65A9E917688773D32483AF529782EB0F4AE87B30EC96F0B085CC5D44A86C21F74AE4C55CB0705D56FEDF5DF03F1AD4CB6BF7E9F0ED02936D3184BCF355324CA823897C7DDD7E2A1A7356790673783336C73751C0ED8BEAB7988DDE08B5AA277DAA09B1C1E30594500E9E5CF13A3E8BAAB0C695C0EF97FC2DE0E7C92BC9498CD14153789D9777189D23B1E2C7292EDE44C9D58E20EFC86B1E7C85C333571762E52DFBC683C3CEAEFAB149174F768448A248CC25C0F316C2479882CB4EF196070974DA5C76A105D23DA57AD4291546D9FFEBD03B90F46E24D850428F1623BCB8FF44B07E1F3E6AB67AB26120AF52D93FB6E7A14450F6A6120B623825BD59D5964496466405C82114B326F9796D8822F2AD27EDB480F7702E8FF116340DB328EED2CE9F2D3F9B4B650B130EBEDC1BAE9A6CEE3EE8F0F7860D5819E88DA645A76730CFE2ED4C46B8B7F92BA85DE1A7FA635C500ABBA0F79581E1793A724C8F56A14EBA48B88D64988C2F638A2CF13CC0740743DDEE40F7B3976D4C63E3ACCB74D1AD4CFB59194B1B80D42749D0DF0CFD7CCCF0C33FB0F820669BD8430626EC2131E1C01D40C6A3A9E244C20816705CE1E83720EB4610F98BDE57FADB182F67F9A0884748FF51E4320FF59A30A99DC4881DF01FA24240F9F5483CC9E7D5EF170664F5DC515C7AD4E33AD250D5C8AE02D08D84117B94A0FB24BDD0CAA4B97E08F83FD375006AF7865E627A35048F80CFFE548FD503D2C0FBC908D4C8B8BEB4EC1B77DEF9C1AF81045E5F94F5C30B875C5CA464F521A290FC481A7167FE80603843B53A027624E3C76D977FA4C53DABBAB735481B3C57C0FCF3E51EBCE03B0CF697DDA47170EE5440685A38E37E111A04F4635ECA2421C0FD74E6F76D9DFC83A419D165F2D3306A304FB781A4ABC421993406B877935300FE993CFC90AADD751E328E7F0AF023BAE34F4C18F2E9D1CF3B8F2605287C5770FFF7C6C53C95070DC6BD447C64DD138C7FC8395A1DDD4B9CDDCF666F245CB7810043BCB9D06B1A318C94FD85BC0F7F3CC4A60754FE2761E265F19DCD9DC2D5D1012AA9B83C64596E73B7CAFB57824A0E5ED2898746022F2EDF02F1A3DE1603E1026EE876F528AD6ABD9FA1FAA091FE6DAB20CEEE77DC65A0977E925FEF628F0103429B63B0DE5ED3BA2293671693943F4DC32E9DC74D61E643634904BD5AEDA1041D85529DBB321A09EA150646C77E42BB4FEAF3EC63B17E7A01CDF4FACB12D104CFB816814798AFB4D4C295C5648CCE333065F40414A21ED5FB0AA64724EDF1064D247A29D073B9ECFB7F036C13CB3E1B0F2FABAA0776A9B3BD456BDDB3464106BCFD4B7DC8F3EB744898C1F1D6AC32C1D7084C6FE6B7E2A8ABA04AEDD1364107DE7AF5BBCD4EDE748F9133FE2694BB65B14BC69BEFA2FDB0C28F5AF8BE25E109E901F5C828CF634A2169E632D11A1C3C89CA1FE29F6CD971ECA0513DBB7F510A2D240632EEC565F3B71F6A6AA3A754DF8ADDB58AEFD9C625785EC0C5A60EF10C445B211D8B60DC753E8F16B791FEDEC25842FFE2D918E755F4543A9023F6F10CD5467FB4E4C43224DEF361931C9BFE45C88297FAE6A8F69AEF703EAC1F15D10E36DA586628A23AF99AB3688A7437F3203A097CE616FDF321CE1A88146FDC310E4CB814CD80657A194AE250D564A037EF8708CED24A1C10F9650288BF1718A111DC7FA00845253E93B0D73F27DBCBA166F258AA9584F775209C95C981EF342111DD03B7ADCC0D2F50CF9F16223CA719ABE8F6CA6BC45111081F48853018C571144F280E64C6578ECDDE9AAB4406D21D1FE8D131D7EB606EEA7D17C0B1064FB11455439762CB457D18B8287DC0FCA804B4BEC98D1230005AACA669BE7BE80121147BA7EB58470C8E86F5071EB39A8C30D624C5C39F632D7ACA786086E902A0E115050BC0041A277833A6F48F05252884553CC4789C27F13CA8F542DEB612A511166B12C53BB37F4CF719DD4CC933CA6552A223B62BE7292EADB5EB02690C237116AF946C59116F8FA8701C0D2B1040B79D05A4122CA598C211F9509143DAC9A1178F6604ADFA9692EAC3F0F777EEB2F2277BE557BAB92D24C66D78F313AD5A411793BA82606DB86DEB95B7244ABDE62F34E76958CE3A484A2D50AFF1A7772191189C46B081F48751745A4ECECF44E12C1022FEF4A59B792FE67F65369F7962911944E5D0C6FF2EBD57DDF303C81C1192CC4EDEB65533C152FF6DC93380743D211A954324986551058D06A46EABE0D504A360BAC105CED642453653D05678FC111AE98F8DB9D4ADEB053B730BC0CA3696C897777AE34048B3A99F8D41FDA224411BD8BA58F803D1E5B95B85ACCEF0D8B8BE723A64140C86633A808315F3C1BC811D1EE1E7681A3CFCBFC28514ED0DC5943776FE9CDC0DBF47D7AEFF62F902B7811D917B197AE1A38D5EEFB33A495AFF3F3DB8054C1D1912FBAC72AA8325EC26F11DCB0EC0AAD30FCFE00D304CF31EE783F4628C9388EAFDC56EDE9C5D92F603811DCF9D086C0C28CE3D71F74AC32D43AB25D02584B2517D709454CADD8E5849F11ED8E741FE9B07E14A8056E4605E70E5E6DBADCC44B59C44E05A7C622E3E80312208074DB6852CF1C44E98650C23E28D5462DD1243E5181B08E412A306C155B12555B94B1B5DA4137AD45CE0F164F78C69FB13A59A7C37BA1F120949D3267FB125AC1932B6A7BDC6893F803F64E9E2E6DB7DBA92BCB36999C7230C18502B1181271B4E358C57B34A6619BFBA9CBE734BD95BF85153D50D4D29E255E5C24B6FC127266059A927A98033B4068A7A2E8ACAC26A7667BBB8A32F05488802C4A6781127EC405064B4F62BF8F8248D6248D280EFBC0FE0D5FAE0A74A46C11EC1D09F312818D36B1E04178091D90373029503BE7A40031BCAB9C4D7B7D69D5050513AE1283FC45D4DF8D0AECB07D484E66CE8D302FC18F2C75B6DEF80549F8C0C6FFF21292F529E62D5B00AAB73DD6B93F1FA42B3B51A619852FD7AC572F157BBA98DF129A6C444105A3841D55C9EA520370BD726D6D0D4636EDA913E3FA8CD8B7880E12A1698E1628223A9E409F6305E08B0FB7083AA0073C522982A5252B3AC1BCF812A8C9472543792AE06D3FDBB4B62FC40D21D1FFCC078519E61469AA41484B3212B0EFC41B773A13DB252EF33B6A40DBB4A329481526EE9714025291D7B004A312C4ED9052D6E3FF7763186994061E4615F4EC7A9BFE0D5F633BE2511141DE0412D0E84A52B751367DAE9D8C25990100E3927798859D5131A68D687EC742B8A712D7BACA8C8884B8CAA40821ED67C079A3A5C8047BE538E3C4D9A2F7E037190A13130495A2675431FCDB5E303EEC880D8E9C8C12F110E58AB8D6AC2B29DED7371314585B5FA775D2DBB148D0D85D1022BC02AAB4C2A160C4146E728B586103D5133BE33F7E918A52B99E7133FCB8D9BDB85220B1070CA9DA61E57200D2FEA942133C63993D4F5293F013C28ACC7601B342A26E7C4ABCB1496EB23B353156F68113534B0E0190C2361813C79048B0F269D449A59F20282E664F8BD364782CBE3013586CBF8006DC4AEBFA2E11D32AC44A739F39C7CB269E24839FF1C0C80D4ED6135A2F12AE1861558912C68F6011B3648F4C048C3FEC3E437CC914AECA158B0B135E76F2858973825F258457DD04B8EF0D134A96E8F32AC41166927A4BE098481376AE04A44D2CBFCBC42CF5DB7ABB15A6E3A1AB02EC3F6A6BC1BACF5BD7307D138CD1465740F15530CDC757D56753C0AC321563C5EA4646887C13D53260383513925362EA473F653F713783B8A29C23706ADAA5127CC9A80059E5EF820581DC13B04F7CF861563315458746575E406C9332FE1C344BC2CC3C5CD82F231ABE8113B81CB2D01D6A1E7087F12143979742A8CEDA8B544CE5581CDD36AD6AEEE17913C21A0AEA98D191D634BA57C15C1AD354E01507F0A8B4D34D5CD056FB6445EA13D2E0B6B67C40DD5D8C2932D4956971C76AA2EC2797561170FD2CE4DFFF9CE813D54B11BADE057A4D9D7223BBEBDC369D68E6F471093AB7407FC4DFAE9B0DCF13DFCA306CD29E84B7FFE1C7E18A36CE6AA5A4F1CCF85A6D8A1663FA83040CC113FE2DAB936BC5D1E8AD59A3C6DB784A0CDDD335049DED15BDFC7F5FD6082ADE1417FD965D4F175C939473974D86D60AD50B549C9432378CABE9176FDAA00243141FDE6760639F99DECBB06DD5757061A05C987C2F4AEE791BA732E566141579143271FD74CF40579F6BE06D78D947CAC4F0B056CD92B404D7B5A8179DCE707A146BF0E8A88DEE6E218AE3F23E789B5CBDF0687CC02C1C8165B4303F88867334146EF72CE4164C6D75998C1ADC085ECE8568557D311E7D3DD97AA302E869C1F1147927277C4BAFB2573F085BA072280DE21A3383B7CC7AA9D8BBD766575E501C14833159011DD8320626D4D0DB917041B5550ED8DE1CA2259AF5A7E21C9866DC14A4473C822B484834FB797779E9AA27687AB2780FE1FA22B676895CF270D22414BBB813626FC099296348FA7653DC19B5166E5FE399128811A52861A4A7576314CDB4419C08FCCF606B0CD418AD42CA9CD1AE2C32A38ED7F75388D85EC3BA1C14F444F1B1EFF51AD1A3303FCBDE96BF0C661DF37417B6AA26DD212D1490553814F6863C92B4477AEF3C330052D32D6BD02C9A75F8D7BC29B386E69E00ADB20A14F939650A2149394B9857F7ABDCC7BC023F5FC64961594F7267F759B3CAE3E3150E6B3F9752B330A99E7D3C15DDCCA4A1DCC1F7F82E168120B9B6245E24BE8A15186D18DBE677DEBB602E41C35F5B0FF2A67245A3E55D15FE4AAE23E9BC03D9152BDF98A334FF0244BDB69D2C4504E3B9EBC7A11E4766F37935DC9F4089886E154EF184A1E1AB09DD3336C44D1E04910EACEF5B06CF79E9465244D36DD6DF3A15846DE28F5CDFFBD8EC142C5408EA3379C8CDD23F1DCC5090BCFEB9D4882B6F1598F38A4B71726195E05593576AF76A883A4DB1DAC953ECF3EF4300A815C7D01599459ABA70DA8E8C553D5CD981AB07322512B1FDFCCA373242AF039539BA0F15BED4E4396B0FD1F1CF0D073F72CAC7FE0571511B65992DB53D82F9BFF5E6FB15C702D34F7ACEB3C2327A219597AD2E8777E01F81EC1A4650410FC0A618B95315D3835081876C965AC54EC0E9D32126809B085177F47C10BE633B002C32886115DAA255F8E8A750BBED9E721459D46F3A579A1F3318A718962236AC7578680615EADE10F8DB53DBD8A6AEAB33295D5495431FC1ADCB8E3142B6822224CFA45F15F6595B5E03A165130A0E0687DE18341C31A5AD4CA7F248DDA9E2CCA8F2153C15FAE0D25760928265EDE2BDDBF6098E55B0269C7AF8D5BF52FDFF423D50874B1607718112469675DF167E95E38A1A38888C0F13C90EF6EDDCDE57A63200E8FE1609D20F65FCBD0460680E8BE070C32CE5EB2D6E83F97D933B469BF5A5201A1E162F71E840FB13C65121589F77153EE3188B80C637BE2E846CFB0438B3E8B5F2166C65B9512C85C09E90C5D7ED096EEFD26182B254DF8C43C4D3802381C6C9DC169F95F411E7F00C14369C77FA26DB0CA266B455E2BF0ABCFD60920C5672997B16A6F459559AAC225631C409C75DAE39387DB42E06FA400BF10D665BC99626FE16BBF3D6315EBFA299F51367C29E112B106656E8FC603629051609F0AD35FA0416BD45CED90853FD066A9618CDC90CFF8506DA72F44B1B15C5EC1008F1E5756A16C6F7D80F2589F670D8D6419390F5888CA03958633C5F3AD1F76C1223A61E2816E5C780762901C9A30F982C9582C4B9B88676CAF7562DA46EFA9E7AE257F3AC16E89345D232E244FBBD7FDFFB0CFE01A01848FE21167E035CEAA9A0164608C1170367EB994A1A6F7027F65D064D121C6940928216F8F3F714503BB59BC8564B17040C69FCF95628D47E6E9288265E5654E2536ED813C7D75EF302E045A7BD791709D875FB006369F15E1B5375CB259944AA7B176FE478D55C0F341227813196173070E9C9FA4726FBBCC66FCACBF9BCC0414DE371C9DB35CF40EC3D88C520F81750E27881C74E5ED4012B873548395F72A0A9B2E83FEF4D03CEA99719D4B4C31759B5BA3544602442016679C04903D3539F5771D89BC7EBBE72DE63F957A3F217771AFA9328F2E480EE898626F03D0D99654CD07C290105A81661A2F36A2EAD17A256F2D44336C095EF0DB39F64FE0A335B40EF0D06D614A9199CDC840B275117B20AC592A92BA04EC141CEA290A2EAA43A5788A8BFE9E0F6F9ECA03C27A60C17D6E31B64FFF4FD04E6B81E92530542B3342CE40BE4BFF768D2C914DC9F2BAD17DFC87BCC9772857F7E0761F641C48F639F1512C54B8F416AA1544794952F3617E8D512ECFE060A805DC53C45042640C7B7F22800BE1DCB611FF07B7CEF2CE91817A540EA6861831D5AC7DDBB088CB9891D94B04E2F465D00634F4A68E4C399181E4CCF43840919F938D7AB686CC432EA2269040D32D3A32DE0AD8FC258A14318202B139B041352BE612C04A6E6A96636870ECA15970805215CA9492643FA2318320C4DCE385F367773DC1B458AFB5502EDB8F850A25BD85702D291B4CF3410184CBA7B340789C51AA0D85502FA98757797C012158E0F27810EE79E9FBA68A21851EE69FF9FB3350C7A0DC30126870817D082607EF3AD270DEC51A06C3B34DB1895ACB1E797D765F3633162FF309177DF7E9F7BF7B177636ABE7C6D125D615F189A16F6B990F26483AFF5ABB8344EFD9C5EF75C7E1194AFCA9899D77FF3ED9218A037712F225DBAD4E524EE901CF9263CD4BC09A1511CDBE159ED9E299DB61E18B00D0E69002234DF956D6CEDC9152257B14B9178A79A4930240DD818214C3718B303AE8AEF9B4B33409A99225B719FE2EFCBAF76E83120088DA9CE4B261E2E18CDEE442CC4F070FE09DAB1347ACEAE29941C1388E4FAF54692CE0D3878D9D518CF4E7A24A20F77469AEDBC6DAFBA2422989BA715AE139294BB025D58B0ACAC18D665F5FD1D2211F83FAA7C32FE5909C58C91F8A2C874AC2D09F9B90C16FAE618E0A39F76AF54D1D5A8A2E6833248606FDE48504F6EAD75447052D6BD18158018E3921B155286A06E4F06C8C66B0132CEA940371E202713790EB755D9994B3B18F810404913F4AAF9C83A377DEDBA2EA361F209CC9107484DCFA9043A0C107F19097146E7434FB48B84D7FAFCE5F7AA63238AB28AE6FD12A0790DDDC5ECC6E9190F9A3CD5A5866CBD34E09899A41898D6ACE128BBD6EFF3089A7709BD5DE1EF1914E5357FE5F58B466E3F9560E66238BE298FBDF2166BB80C0C08F687A2DBCD191F9A28533B921377E04171D65EC83BF1F554C8CEB9D8165B9763C2F6BA4A1E19445FB40E963D2478D342F33210EB8399243529C153B89EB26A727885569FE61949522D5B84D29FE9063190B9F02E3B22BBE9073D31DC28430C041B5D6528BD19642D7C355143D8C976AE9C2CD13FC9611D7F8A64DFD3F611E6116B07568A04196CD945579AE4B618B1522A39C219B829379489EB6DFB76C158ADF262DAB72719861670095A3940B3B7530D302C7460320404B1706CEAF373991614F7AD57D3199CAFBCEE29AA308A06386149706F708441FE8842AB17D948DF37A24D99ACBC19B42999CDFB20159F14E14AFF864F62EE00EA21D858A32B63CD8EAA058DB1BA19B8F2C7AEF48684D49138D04007FFF8169C47C46807859A617236A011CAC87219DC568F423AE727AE20342DB202B5B0C8C04939BBED8823ED1E221491C4E06919DD945BABFA2DBF6C9497C02B128B93E301273259EDC9F355827E6E5A99E18419F505AC0863C074C4748A4D029B683F049AD8446DD925B9C1CA8B64EA5DC4CD1A01B4C8D5094DD8B5421ABEB072BB2F4F169A883592A68625B14ECCB6E616C01A0A32E7E8A37E97B5C50AF20DAED4F59E3D61D3E2B8AC975DF195D7F737EDBD1A0AB2C5ACFEAABE57B1B44F964FF580BF1B2CD4BA184E8B0603DF15C61545CC1A0D37C4685A129BB9CBEE424C478DBFCB2B1D8BF0FCEE76F253A864D9CD32D81A0F0F69E711980DBFB0EB2F8E71C51981A1BBA2755663E778932D6CE46CAE381A0F9816C9ECC39AF35AC3BE96FCDEA836A3AE11A65732CC6C49E6391C3617471A19A242FA586622C6D4ADAE9FC9EB029C4FDDA09625E2A84B33D1933933689D1A1DDC34FE32156F5E69AAC81FD477DF2453652849AA0F927D50922828F4F6031A510A85539BB5B35E4D0096C3995D4D081A94891C603AA3110B98E1FB0807631A5463CF82BF365BE6A14C890F42C563B86CDDCE0D7889E752022829E9C4613F1A5B499EBFCECA99603A977D9EA79B561ABC14898D54D5446EB9FD2BE12F607B1A5E5C25EDDB6BF7874F8A90AF991680AD65C46908F8A93AA0698BE7F18BCA6F1A7152E254873D977F00EAB4DD2CD71A5844ED949AD41AB46887F7C4CC4B38681A7879378F7BB3E820B2E890E11DA690C57A51312B353A234D753CE2AF1F0F1D1A85646888C6A82CC88AA0990C0F61FE0BECC3FADC918586694BA6B1238917411A8874F9D60703592D017B5256201BDBB74652F919B921EA2538B7BB60FB3F4F1A934961FA5EE092B015F1EB694A8B9E48078A3A9E6AEA3A95BAC062C2C28AAB1AB3F03B19344A1404037052D3979AF5AEDA8E58C4565C9D327026E0D2D9DF0A1ABACD6DD2B46053FDE87CFB8795D802300953AE01739F8F9F4541914CE7F6B31AE49CABE3C83AFBC9483266D79D5BDD194A6D3C9D8C94FD78C31B3C139C30941AE937BE819B8DE0DBB4BDC33E111811DB30CA58F59A858BCF98058F03F411D81AF9104153E8EB5BF25BB0846B6E2FA73ABF2588EF3E1A270786F18A5FEE9EAF1AFE9A4B03A08FDA471C93556DFE308A3B4104DFF2B3A186888D922D76856EE21B005D87D08611B4A47B6CCDFB434D76E3F8C9BE40A8C69154EF39374301A43D1B0879AC055AF9FF84E833BFF3CE89A463336D8E9421AE709072AD83FB1FF0FB1B262CF190D6FB592A9EC96C7D4AE67078354BB23526004352645235502C428D1B6123318351661A0DD8DD8A9E505B8AD95904D80CF866648AA366735274272F1B69AF516637EA9CAEDA262764B08F5716967AD2937CB6DD31F290D9C98E7A221B7A7CF51BA6B27315E265D0DD51B8679AEA7F4AD1D0AD7A2DF8FB5819972BB81B7C1CA6F31F401F02CE56A6CE63CE78F10FC9EFAAA4F78B737C9830969DFCE01B9C76C9B60250A7113554F1E28DA0211777E3520B4C019BC46AA55A875E277B1B9F8BBB20A0F529386D7D2E1E0DA26499B85FAE6E1CBC35B118693FF857299C1BB03A8D5C60B45EAB569BBD3DCC1D773D22CB5B3C16F2CF55DC801FA99CC4B51BB2EA39F990594357A3F2C71F2D15B5E299FC0C9E474DF38E647A5BBD8A67BD1BCA62EECFE5EAA4BCEC261BDC7B133781BABFA7B333376B69D612E0D6900C351BD194338F82AC4E305099AE35798C7D40D9AAE5FBBAE16231AF706F34C9C2411BD67B86F52F22DEF172CB7595B43013794CB369B728C015E2F248B9278811761BD82D1D33A02A33BC8493995E0BFCD363285E5523B596C3FF67C9177068DA151BDB7A7B3A8EDB143762632FC94C955639BDE362BB9810EB130761B3F29472F11BE47E4496E0B82CE9FA103FD1A0DE4764182946411B82E79275E7ED600E87601BE71EDABF6FB18101E8FFBCDBAD72C19561B1D0F5F3E2DED7DA86630FBB2C3D1BED15734BA43E50D7A1AEAE65DA179B293952AD01A0DA42A3B09E5BB7CEC57C1BF1D9F5D3C31EFCF62D73A71E8CFF1C98319D93CA8E125350ACFED21F86D4451C02C87F4749EA34358FD5064D43EF6759FFF93CA82D62B2EA4FEE2CB082775B1C07C67FF936654AB6B20847371B555D5C994AE6355CD04E1395282DF00DC90F1C58F65FCF6A0D8F053135132D51E4C19B5FC6590A7F675EFDCAB8227CFCB52E1C597CDB6282D2FEE54F2DEC6224D7742BA415386AEA4BD7B91AABD7CF5823EC1C5BD3E0AA77C09ABCCD0177FB718DFCAA35317FB8E8446AE38BE88507034C481C5EE9BD129F742BC43F888C8B961A63C369F1CE7BD9C3ADAE71403ACF1E5BAF1C62E9646C3919D6D6802C9DB3DCB1EE834D532C65C66C4E0F729C7DED36A5DE1C6EF41F8E00034F2122AF6AA63A28A3A321622A430D877AD2227BEBBA740D201C973D81C74929E9A05E8DAB73621AA7A6A18C5A8E0A53AD9D1D0D11046182F41CA2044CDB26A5B420E2AD76EE332B6B434A82C5491CF21A173C81A000F8503E1CB1A01CAC254035EA76F125E228D20220E4F499F20B024AF8F9A7AF856149D31CB85CD19388488CBF4F270AF08FD72850F9D3B3A4BE0AC81572D5E409C873B01CC8F14AE6AAFA62F36D4C68040113E7AC87FB5BB401A38C14B6B1277B3088FE1CD11E6CD67507CFE6CA9215686B0CA18BF5AD464ECAA80AC92C557CC3EBA19D1CE2A758E6DE35D9182914D96154D8DD7FF0E5D4A920253295FBFDFB5279C21E1CE882EAC5AB692AD8256825E6D5C6D5E1E7B6242960763A23136693AAAB989F1CFE2E78F7640A9C98B9178E3ACC7841ECFF2DE0A6483EF8B84AECC2793BEEE11D02F5C5D33C9EF0493815773241CA09C51C8783F8DAB8D89EB030C0BF8932FC1D0496794BB07C81EF5F17929808D1E2E590256401DFD26032F639AA85786DC21D04F16C92518057AF9E1EE8969517553D6499B9A35AA1E8B809ABE9CA9263911D06575A3A1CC1771250D7F37B364C79AB053F0ED8B763FBE2D2E4ECDC1549031D0A10FEA80BF595A3DFBEB0421032DFB5B1BBB87AD5A065760CC87A86028CB61D33F18EC6985580907BEE5E71612514499942DDD09B14CD57EDE3FD3C569F411D3DDE076CB8EB4C97C65E9F3C8F15076B064C048F12A48BA0736ADD05D2A5011D3FED62DEC996F0C8927C111CE88442ED0290053F2D2885FA2B1E7864FA36531D50D1496A8BD297A93A4BAD1CCF15F6D12D9C60559E4DE2B0C575AF6ED6A79C1D5D42651249D7F059180D66FE36E904FDFEB7087911CD3B9FB5B5360D29D0CC1D6355C8AB6434A20F42946E44CED51F11C21313AE51F9B66E2B52C2D34A31651D842CECF11B1C501120363B279736989522FDD6206473B40DE33D8BCA56E0981D92226E1C1C172AE152162DAA21CEDE60CE431647D68BB9D98522B60C5EDD651DA40C0A7C35EFCF2EDEB08A04E3149781C9FACE38B921A204391C3A9F25EEC91DB1848518A490F627263BB6FA0B43BF16D772C241014C8B2A3371989E38938F1DBAEC2408C722EF6E8FFAB30BFD9924E5466FA465662495E3EE5385344304EA1DD7007D554A357D07BCDE26DC4A6D79C4E24E4C35A8D8CE0D1A98B6307333E71DFB75B3362124BE309C4B4A8E82C1A80D3232F1CCDF965DF4F60F80C393274C1E00C6DBD1F149984DC971DF32D8CBAAE38FBD1AE787A7BBB8DB6928E1C06F871E0482EC29DD4EDEA2E356428717D220C16EFA4CEDE27F63E3880DDDE0CABF351E0C97BB859CCA32F142D647933385067587ABB2B2CD2AD3306FFD42C7AFFEDA1E14D602D968CF06FBE4E220CE147D4387CAEB18BA6F8047D87D421164DE67BB1E1F44D88924EA9F4F3C4C2331A3114FD84631342E2BEABF6B63F92A8B90F8391E2771952EC2DCDD3B9146A60BE79B14D7C372805027F3FAAD8FDD6CF89713E21E31B4655E3E6236D863684ECAEC9DEDBC4534235C8F9247A659FA5A813E15C31E415187B38E6226B598C10E8B595A906FE19C3E1B517F729F13CDA192B098ED1E691E390054395C3E248832CFC2829CCF1EDDB2D807E66ACBD4F372FEB377681E71ADA2C34DEB07C05455F2FAD0A9778794CD9943484E00C949943CE697028C1E8C8DBDF72ECD4FAC98F7A29EF6DFC68FC286CDA7B2EDECC2DC66685F3245B21EA75F54FE2E5A7569CFD55914FEC61E03FBE76B2E115C7B67E13AEDADD105F41EAD97AB4684686402F3F2B5610881F1A4F11247F349919B0071ADD7B9618F1A1EB3224427EFA605CFB08D1A9D3B49103E29241519C270698A22C529A8D36CB11ED17DD52AD6CD330704BB7958F35A890C15D7E61D6A6F0579B8C65C6F7F43D81ED5773DB080809D7573AA6E40AB0EE8CE3D5D4E31F52550309984DECB2E22011F0F8D897086AF9F8E541FA5D39CF771282515374EA6AA85F21CA498064FEA321F2268AA6B55F976A68872F3DEB4ACB0B0D527817F72E92D8541DB064483845E1F45F5635A5771940317F9388588163514908FE3FD71E98672C6CCE340CEFC371F5652C57FDB981C5DAF374E836992E5D46A52227E52DAD8FF4F7CE2BAA566C21F60F4533AC4F60D8E02D7E5DB620C182D5CB37CCADB8314A3F8943945B4E9F81F67B1E8D207831266928EB15DB948687ED97786E5E977DB4F004C681817443A1F6D0986C33328544E809705DAED19C5ED2CF1B7C5EE821CC2F88C816A1E1CB61F70AC4AB5DAC11311CCBA08D3DE1719D3E8C8CEB3985379EFAE0139738536381F72B84DDEF4DAA0A863E4E48BDBC00B15D13462AC6F5493878CBC2CFF3EA30A1F758210AF091BCD55602E393E5933608F796BA0F29F0F1FCE179A1CB7C036641F7F3F6AACA5992FA3269D62D322A114F30A8FE33C352E428BF17A99D26EC8F31F80013159595D7DE0EC7B36DB5E9C0DDFE56FF1FECAA06158DC965EF48DDB091F92A485E68D8473309FC4D7C9BB73A2793082EC31069110C97F2966A878A49F1F9620F8BEFBA458E060F8D95B5A3736EAD707912E9F812D7F8F2A07D850ABC71F9755EE2D386D4065F930F08C350FA45CB8AB774D76D4312EB218C4CA9E52FB1FAA667122045E05E46853DB3B58F68FA5967E1EF85908EDED599CA79A175EE51FABFCCFBB9B106A63B954EE981978E0467737A23F443FF40BBDAC461F6100D31FB0AA2DC540E7086831E8D42BFEFE4B2819F1D115E3D1611E08BCE3D95D90F11FB44452F11BDF153A5B895F4933791780B5E294CA7774D79FBB23460B9D33F71FBBB53D32E7B4D5320C491E8B0738CADB4A704CFE5DA05D7DB2F5E0306E8EA31FBC500D51ACA5CBDFD2D4634A8B0FD35942F1B53D6E6951D23D1C4E65F01DD91FD5B1756E532C8A1CD5E568CADDDCCB1F58F2CD3AAA5F10D903F9559FC72DB81FE14AC47253FD35B49494B6E30EFCB685FD916274FBBD4CC892B87CC4F09B6E2004348F00BAD992F31D2703C42F584D144B2C66222A5A24EFEDBC8434B882BB20049B1C25AF2DE66223DB1236757C911FBEC4967DA162E61E8C4A7311F236C9200E06E2682501900A66DE4A28CE5590935AB9FEB575E140A58F8844AB527A43202EA52C32462A9BCFD17A2640A4F43BC4601D78145EC2232EF17F8457289660203A856BFD5984038AA54D6A78521BD681D6B496503D8FE354C25F557EDE51CA2048D5CAB1E079EADE34FF4257944063945CA7A6D8C84A13DF1E8A71E3D747432057A16151D6D778AB90F58244D9322D717F25B51C6F6CFE28D1EE1F5D3F41E1206B75508E96BD749D01A4CDCC8AC3C67AA8227167C3FCC6D4E2C03D852830D7206CDA0AC2B0267CA522E4770F4B7E9B8033300C2C8AE0F83EB350ADBEE92677206D1EFF32C01C95FF4EBBEA381DFA0B121461973E42644CC11655B56F56645E2089A49ED9FCEDB00E27C6A0A920246EDE58B180B43337DA074EB218963CB8672089DC594CABA7269116AF3EE2ADCE7F2047011A75DB255882F62D2906C197D2209A299795FC3EFCC081D75197F57CDBFA095D76899F1B43EA12A02C18FDFF14209B37EACAC487EA4BFD34F4FD730B4E73D309519F3CFE738CF07C97E1A5EFE120AE0A09E71A3F609025548070F136F4D8C1234952EB03ABF9F76C059C5284DA20D38C5B2A9A6B74E543AC916078B67B63D421D5991A5657EE53D9D473E8748C20D4EEC4400257346EFE82B7EF2A9874F9985160454AA0DD298FC829651725432101B34277CEED94B487511703800D1AF42D85850603E8FD31F07FCBFE0B4FB22103ABEF97C45490A416E1AFF5977686ADECDBC0198B8189CEB10FFB1F03F5E8210601DAA82DCFF14F18689DE8632E8E1A483621A7D97073FC347A51C9240012210FF0C4122975C75E9FD629F2680DBFE4C8B13E05754F4B8E2C686324199CB821122C93656CC873EDF05CD8F7F930353501EC2E664F74C1F3B3F7FB658DB87D21354152FC2F9CCF7B4361804639FF5A190BBA5FEE7405AB8C2538AA2C3DDBAB213FD355141521EECD290B6C6E1FDF556E10F6281AC7858946805A87E6E9FF6E215ADC6D4E78498E3E573E25179DFC2AEF7298F48F935EF090B123075CB55144215D90CDAF25750B4F0EAE62FB12B28C8D3BEDA6CDB08F28325B0AC20697BD5F2169EEDD5C201DB2D78C6551009872BA7A2E8D2B3B001A2989AA6FCB35A333A82188DEFAF9271694A86F0EEA5D0FBADFEFB1F2B374E84AAFC63A736F54DF0CC3219978A4D036E65E1871BBAEC43E4637309E0F56D6B556963EAF3EB2E1B5EBB0219EAEA17F24AAE631C5AD390486BC86350A32645C61D95797951A71B03378A021A43AAF71C9B426A2F46708997A0B9E3638D69BFC64E50BC9C7CF3B74563B5521A926D0780EDDF9945B77A4168DC0FB2902A416C6C88363FC4E960453FD61CE21B4A5EE3E2477C49CA6F6A1A246FF0A259360494AD74D3697186F8128D2159621BB62831C9946E6DE8967326FC3690A4E0F6C2B190AFD9699DF130BB5A3EE6221CEFF8B3541C3A0C7C0AFD07EF949BAFC12F4BFEE205C80837628F61463D44621DCFF282765D08EB60D38303440A79A64089544C9340B10FE01884B53846B5621E061C08F945A55A39EEF892F3C726724BD52073467CD5AC21C301FB4F76C9121E3E50D7F3B986D31CFBC802EE87B72B080364007B643B4E448635E221541F721EBC4A9741B58F3C55199CEEE22FA8DDE1EBEDCD1921C126D5DC0E099E4324A2202540CE2590B4B8B84FDA0B1C1B0124AD6F4122C2FFEBCD45C8D2F1720FB642202BA683E3AC4EAE1512001F98DEAB1CB73696BA15AB5D89D9DDFE845777D622214D23A1FBC2BE140CA62EA24BECF128D541319AF4174CB360F158C72CE03A3223A666EF910904A22B2062D7653A09BB458BEEFF7BE08C0F5D95EAD0DCBA023224A524978FDACEF39F58E57C06ECE220EB5F0A68261E4A6F6D499BE86F6A7E9224C305D809893FB8FBED3861016F5D9A579295565509DC6C25EF79B4107D8CE2253E3B82E38377E0139361873C217B3796A0172278CE55D73001517A0901893225C0380A8D2FCEADF022653A796BC03B98493895E82D20DA078518CDAEC66B5226E4EBDF1763FEE4B83B67FB88B0B675EE5193A6DB8B69902F3426C62F0175A22959284246C987DD665E907B3E690C9EB58C116125C8C25C802922741E5CC4A2295F809AEBF0B2E46CDA2D6595C06F59E7F674679978E320A140D4D865A92B4229AF847D9244080CC14F91650C4B9141A377ED4A74FC6A670E37F6462A015FC229D293A7A650185301045B98E38FD863D21FE963711A1D3BAD66C3C935ABD5022A02FB84A4BBBD57DB581B4759DC6D176E861E0488DFAA61451984C45C811C122B8BDCD21B0057A46DBBA05360E8CC6FEF0BD8908FCEB26DF0AA4A773AE7CEE22CA8AEEC78F3589A2222E4DE3701695B4A22D7A047829529A2E25D42E99C13822D88C56324D2E0BE95CEB99FB6523F84ED8EDC8A1CF3EDB2EA4FD3AA6E049F822DE5FA4EDF372AA07A49D0481D08FFC11D3034DFC445A054EC911619F8AAD0522E4AB3265DC834123D503E151F6B31C290DE56A7C99E15CE9726DA73DD4C1FA22EB4C9B70A8362D40B31D942123B75E6B59DAAE58560BA346C28058DC3635B422EC3DF39A0DC5428E0EB83EFC9222CE48E104F708405AE62358B056BF57CEAB22F5E838BF1630233EFC6EE5E0021013796CA611CC76FEB417C6A9724B7E843822FD3B7AC360827E670BE5BC5EBE5FD6DCDC529BF6A2357F84FAD18228F60BD32311C49F14185FDCB5123FCD57C8D62FAD9E432BB98283F7BA550FD218BC4B4723178532B1E873E5D1277C789A97F22C71B399C2B4DBDADEA3BF5C225C2A64712318FD4C6A40505C089645C8BCF5E9B86EFD78CB2457D2AB7231161BD9BE367D23323B23C12F370A04022051720B7345265DC0F0D1C14990658B59EB637FE767234F79773B701685B994D3BF7A9F772C2108803A3B756D6AF5CD158A1519B8292353F852EF6D2DCE1F7AC59F51B6AC0D1CD81BC7E4A13A8D2051EA56C0A6D7CA23666C98E67E468307D863416DC4BDA6620D56D6AF0871503969C306CFAF18BB236686E81CF6572A6F96D85FE60A089FE30BE6ADC7D65538AF5FAAA20DD6A37A236D95ABFE10628C1954A5E1AEC9B8D63D92F8A956EA933138103716963E8F832383B5015FD3811F7328B7B7CB017378F1617BCBDB8D7B412DE5F8F4048F872323B0CCA87741CC2F63F2D25B7FE1E22647651A782525E701D33D9205435B611E23B19967F3C7EF43C3599B3C8AE5FC62B449F3563FBEBF4A695EB76155B4184223B3AE79C4BDF95466BB87DC3CBD0FBE2CEF397AD52CEE9E3B1BC050D0069BA623D3993E686F1C2FC13EA6132CBE46B1B1E4AA1D6DE8F983406083309AEF236723D6001436A61294F97CD0A093D57F59448A068E85C5C0179BCCB0D8A377747923E7109DAFCA144DB0B02B97B68C42F82A5476CD47C7923FAA6F4C4AAA73F99D23E842F06F4B6DB1D7C475F3CCEF7107F7B347D84B4CEF8A85D21235A63D4FDF23FA567D80E9A99B462779BDA523C57609D7BC22C39992E636F0D24781CE4AFC23FFFEAFB0CB1EF2DA5DA73DD9F030F9AC920A0D069A15C49E928D5EE627EB3C24055FFC0BE9D92DBB27F2173875D050FCD263E4C00636D923094B45756DE7D9240D1E981DD3C7DCB732A206DD93DACFBCD52B8242EE14C3FBA9C9A151282D062417B39FB4463A367E51512703D7138DA63AE4337EA4C8F30FBBCAC1A7A41F55241E150345713C8970A051B728267B3D92F9FD58CB74DC1AFAF127EDDE0DBD7E242327F2111EC0EE0B62C80E7DD424583AB663C4BEFA6D1EFD5D018822B456A42432AF8609BD95AA4A38CBDD2B03A66E0A624F2B39BAACFC153298E0AACB7116243F1FC21A57EB37E26DDF2813777B4B9584A15CDBB68ED7AE1D8E96C46A84742443FEA472E17B33F5BC3B4C6E9F2C75CA771F60ACB0C28BE137FAF91B70F9452449E16C3BBFFBC6FC04FB5F57121A6410DBA9B0C01BA71FCE880013666DA5D624580641A638AD9238F0CACC18DEC1339E186B182E62BD3488F1445ABAECA5BD245EF5572B4E88C74EA709B4A8D2BB40CE794124ADCFF447ECA5DF2B5A5B281C24682FDBEC2AC3855AE74F817FF2782BBF882DEBA196E948D8A9544512C0E1BF246A9A5E3207098CDCBD93346082D451FC81EE1C95519CEB74B2795412728E27246CBEB0DBB5040988ACA46EA488737D14DA5AE5C6D7F2A113873F987CBC3AED2487562618B43CEE2520E697852EC3DADF6C1589B3E416F6F8E3B9AFFBE69E0124A8B8452CA95FA7B277FE11F9ACC4084D4A493A03BAB7949E8E57AB7EC0B6AF24BE85A49A60A00CA3F2E535EC7E560C57436C5ABEB687FF96EDB209A17C474E24C2DBB1BCE76CD0AF7386462C9EC5B305654978D61A8D3AC1E53E11FA3BE03324D2DBE6055DE43A29847E4BD7462C423477F79FBC958FD9A82F63D82C99BA4824D4919CC9EEB4183CF1C82A59BB2BBAE4FA607081DB5F18972FE3C89E294F6424E30EF68984B160AF4D486EAA2386183C4BA3B6DEDFE82A0D08BD1BC1C106652516258EE16BB6C41B6C66873B7B8FDD8554A55FC0CF3C057B7825A55B3464E125531333420B47060A394BA1BD22E055E366BA71D72A419B6A351DE327C1CFB125599D9E1E791A8AAA158F40E4DAA4FD7E26C7A831AF192386325114C069D7AE256E4DC7AEE8BA69F192443793044071128A56E2D22376CF4504A93E5443645725762BEF94903429A92502EE4F0E69FF2B1B61E06467984632219D8854072BC925849E6BF19E9C72205F94029B89D0539205B570C2EF45B5B07F869433B1E61D25B09B661B33B47145DE15620F99C43CEAF372EBD85D425BB5FE53406B31276225BE923EB26693FD04E8B91DE386584AD426E1D096A4D53E5A95790B327023EF25C63037B8738900277A4D7CCB3A053923E2683718C0641CC24A6136F7D7215C25C6B2F6E7DC61EB553E05C8CDEE5AE65AD30959445E404EC4DA0B04F84E259A25E238585F91D2B2D71FA7A7252439D994852A7F845FB8C0EADBF9F39BA9F45B25FBBBEEDC89B1F99060FEFA95BB0CB36EC7DC169B9B544B0BE9784374951BBE2602ED58DDE2790826CCB72D3BD7918C9D75BF48EEEFEEE45C7321CFF9359A00260A04A4C8C8C0B59D75924F6226BB22F54DACF9663FFB2B4154E8B12806A44D261B8DEF70A99BD8D513F1136A1F972B8DF5D28AFE259A733C1BAD1E5CB11024261E49B1A4D2D16E87E0F40977B2F0F2DFAC9A736F2FC42AAE86E9A1F88E41D9264AAA20D1B4CC174FDEE17CE680649E292C0118EE972909C9B02B1A149714742661816D7B5BF33EDB42760C5C600E9ACE200B3A6E77D56329C8DF97255A30E4267CBA804F0967F129F632BBAB2A80D7AB37D46F2DB8DD169E72F33FF8E2C41826845B6F6EB9A7C7F1209A6C9618FAED61CFB38974E2574C8A514FB251C263F3269DD9969C60CA0F1D93D4FEA6E4F014F22374DE992C1C9751B58E29448C1339269EC474800BEFE62A968F328EA81BA47E927CFA312FC855DE38FF56597D240226ADBEF8C86D93347458FB131C461D86FE8C01A140B852B5AED8CA8FBAB9624C26D3A51B596BE2FD1AA06EDFB05811BBCE4FEAF5E3A3DAB1E9BE68DB16D8622926F1F5DAFD2184FFE247F0EADBCB21B6439B0CCA6F46FB51609F42BAC9EE519F27120299D76C5F4AD3FF56C4EC53753856484A84A69206A319D9D217F7791F43271DBCAA44C482E144318195A7FA60DAAFA0E72F3529F2CCCDFC7F4631A9B81D271E03BBB6AE192B0846BB2EE07D4D3E570A771F4A0FBD5D7D26C623560AD3DC2728C7002AF2D15067041A24972250484721F9BBFA878EFDD40289358C6A8F4E2740F0FAF5BD3F42927BB475421874D0CD69A127538FDF3F0AB63DE3CE5043CE2746132EAF31EC45CF299D95C1488E3B1FE26C942F2E6EF837D3C7C77C57E72A2747BFA64CE0AACACF730D8E9FD9D62BE151B74E2AF52B723B1D5F3185C359F627531E7B3C8F9D97083F92FECB2AE31266943BB0B22FC37B920F27EA0C9CEC76276B375EAF59ABDEEA16D036D6A87B154AEFE42FCED59A8219C9BACF644EA9F3278C08D95190F15F9EC32B67AEE02A64A9059CED7256C7A0B7C101FBC5272A0727AB70EE4767DB5F5040450475452DEF6A62633DE748E8A0955C4D03A4DE578A27B0A1E6248331152C3BD462E34C08EB9028CB93D1CCB04FC40D4D9567D0B4D027C3695A22C6AED3663DF944D74695C847BCEFE9F30A5FC10B423EE27159DEB427C62AC78B77294DA1DB3EEA14051153590AF68A539A9A34CF766EDA61DEFFE927C8C8395F0F65C55AF7E5B7F068815A0FEC5661E987A68CBC767581EA5B2A5327CF4EE039E1C9ECA172B8675F0154C6C8BB076BF982CE19F8969BAE42BAD17927D571B7F92631D0E77F2C9EDD53F74E0C6A36346310EC47CD265A5FE2E1336A27DB5ECAF9B0B2A4356A25D156966CD6E77BE73D8AE9CA7BC16DB740D9DEC1E127DF6D2FB9966C1D72C0BFE9C938EAC62A6C093D1B24E69E92D33DA36837396127E6046A2AEC2CA6418690032E83C9FB2B851B2DF71E54B7A813EFACB2887F2A27ED1FE3C1E4A2D98D1F4E178B66DAEE5BF34F8E67E6B60CEE9F7C1AE809FF2B27EEB478F60B72B258B86BE3C92EDAF17EE2C56235B717C79FA83CD24DC2E5D228023AABFD4D51ECDF203DFD1708EB12A9AADFAA7979044CBB95DEA2E7188CDA280F0443641E3F6817769381BEDDD2BA6E2A8CF70B12310ED4EE5A8388561084283D815895197477ECC9AC44D913A02E3D481A53F1D2F8A1B51AE1BB351C77E1283FDFBEDB6EE15420A45AABF0A686BDFDA05C0539F1E5387657B9F8C8081AA5284500F909F63733D10E2F3E8875309019A7B7B9C2F041482A245CA1FEC805F5285CC3B077301F23728B46DFBCD9A55E4782416377F0A82C74B4810C948EA9B428619D38B0DCC4F22980E87E25EF6347DDD43A7EBB8D5C00702374A291463FC52866705C337BAC3F22D25D3B1E3E5796AF1B8AEDB70F7142E8DDEC0435A96D6F286ED903E9D073BFBC7354F2076A2B3C24169F7C7245F705CE7E15E2088CE9DA28793A776A351C838C31F9BABB1A1CE72107CAF00160B3AE8D3C9EA210215F8B287D06B836E9A0061FBE08E991FFFFEADDCD9B22BB9298E0A8FBE9822423A10728808F778F799195650D8536335401F1C151D12D8DBE88835992549C153D470B2895CE985CF589DE6E20DC6C70751CB9EA919D265D16029AB07998699B4A297F28AE66191E7FA4A696A27169E849D470DEDC0EB2E3182C1EF7FAED4B98E3F19D28C3ADD1C4BC0D4309A1FC768599B1A153E6EC4B4F5D1F6C5DAC7413158FB2BF28C76DFF7DC23AD6831CB9037B9904AE46690D7E5E87FC96AA60B7408032248C28DAAEE5AD775334D5FB4207A86C851771600338CF7A0EBB0CE17F573A35484929037A170F3481F3B8C9708D687A698990FE54B176C9D02FA1D4B078A294B3B82921A4812FBF811CAD50B264C7C3EA74F24FC23B44109D43E1A489FA3750083529255EA29656F274C05FEE224C26783FD02EE09BA5CEF2ABD2AAD12A7C324F51294A064A51B82598E684780E1A95F08716AC01F80980BB72EC5DA4285260C11D294ECE5C6EC11FCB6D45C1171A6B9363FAF6D651F77FA4BFAD2861D610EFF41E295146C00516DEB6FAE9D91CD01C638EF3B507427F579DC56BA215C5F72197F1295AF421175994D98DDAECAF1E5041E43BBE05AEAE9A0FF05D6EFB08949195952961A1D002514F0B0268D0A1052F107AC3A0E653001D36F1CEFE1460DA068CCA297DB456C64FC767A72D772FA25EB077362145E3FD88E8E8D0F27E83354F6EC729A4A134226D3A1244A65B3A4B7E0C3EE598F4B38262EC31C10E45D40817A92829C42165A18F83B117A3D0A452DD807A6786673691D18D6C9012F1AC905BB27B29D451311D98D9AAE870039424AB1132CB9D6E10235B7A2A082F092A3FA47CAC29F458192E0D8895B9BD6A851E63C4CB545B719231C7BFDC5D4DC83AF4BD89AB2A06C5F9FDDD269784BFCDD853A4A489D2C6BD748ED430EE059EBE99A8F5EE072A1D25D2B92DF1CB136D5CFBCDDB28AB3CF8607D799CA0E50C788209881F5B6C2A200EB5DE6AF9F305CF59A30184365841075382ECCD900074025FA6E19A1C422A30CC3FA2930DC5D8596F5864F809DE3AEDBEA9A58E40B2CE4D4619490EE6292A4EE9AAB17713B88CE06A8E8707750DE0F8A73303CBE2FB0EA5F4A3F0F41F7F2A50BC7CCBBF2857AFE561974F42A8A785418065D7C0BEFEA5FF3AA37FD52BEB2A524E05DA94253E952BA30FDFAE1236D9D2D711E86E5E776AFEC839FDB238DC2A5ED1F4734AFD5E31C64045119BE548D9B53506884557363EED690B24ABB1982A65176E8CA97CD397DB519BBF44555B024D21421A13D75803F3329F556779AC2A6A34A39C6D330C3A1FA0500B06CBE0308800E500EF4F1CF7AC08CB39DCC1602A6B202F7FD9596CF2A749DD3E434B3A81EE781CEBDADFDD41A76E16ED1F365B2AB9E76DE1D2B00BD1C7959D28D679536C999353C7584CA309FD33516E9CD9542AC159C7D7443E2991FB6BBE27E459DC4F2B9B6A2AFCDF550C59E20232B546B52AC205D7E1D5288E87A239F1BECD8C7604E5263564327C13B3D19C6F3CAF76382AE2AE1B13F16E54F74853615183C0CACC70A4FE47D965F6F5EBA3D5F598677A2AE52E43DC04AEF1E129DC691898B158C7EAF6D646388E39D18E122CAFDAE4A32AEEC287E0196A6CB54A835BC4B8D8AF916995752A5F90FF09E79EF9B7B4CA0C2AF077561C53B0319959AB8B83B8B027F5153BCE6E5F8E1462BFE3E5ED9F36F12B1773BE9366ED6806498CA6B537C5F6139584F4DC71F3A6207AEFD37D30341C2B1B89E4D5259DDB3CA993E681D2F268F2B4FDCC61E6F274A6043ED5E414BC022B1C2BF080AD421F5078502722E0D3E2588870F381D054A9EC91681D772265A02B284F697E942E4925B7C6A505EE3F227E59E4B98BF6EF62FC6F515C04DC59D52B45D018CB8EFEF7528789F112394B4291C2E2F112C524FE1ACA35DEA7B057642B49B0D82AAC92BF9B8F9B20C3223292EFE41BADE63A47666C948C70E03DE6B82B5E88DF48AEFF75DFB2CED6A8E7BC6EA21B54EB1798E6E7115AD8EF379CC8152B9C880315A2F26BA064150B1A1C27C88DEA7F2CB847B7777782DED6C2714EDE2BB9F95A509BFDDCD6DC32F4D16C762C2CED9032CD14C05214BF5605EA7E92492BE0EBE10BD3D6DDEA06B15A72195C8D61CBEF7AE4EEE36B0110D6CCA7CEB16B2BE8E9E80FFEFBB1A3EF2057717A8E2207A75BD7A0CBBD1B5F100104C57BC0CA2C0D4E4DEC9810E264B05F04931E957A5F5433243758632EF03541985889D7FD2C1496FE5889150816D985577659391FC90B62D4812718F915F23720857D0ADC2C23E27C12B678CB0449688BDC88DB47F23AE2066033D00CA27B5F5EF1FF63E12C68C2671338F4D5BA9F4CFDC98BBD5A8FF73A87921AF3E0FCC3ADF09D3EB4372C6D83FE1A9D72DF62EB03D5C9C8CCC04A7C265CFAA622433829884F9EE6D37D2C9F9F1BCF7E38F9D7BF4B10336B2E46503F5213281229D46FF2C86A8D1F72742CAEE4F33186A6AD5EAEEA370DD57817360F2427D62ED1CDE1F28453E15746E02CB0215C757C813110EDF48FD1ED3BA538A27DAE738F968BBE0C729BE3455E832CB2F06C54D19599BD25EF50EA7E1EC89C78710DC6DA18D3C6DEB6AE8266E7C72CB353A0BD1AC7150D92B77ACB83DC5DD3AC2391028D70442A7458896BB0EE902CB767A3E545E4AE185E22C71EA4358315C2B8AAB1DA36A6E49714464F1195872CC9DA803166112C044D735D064284E9235EDC1118DA58ACBCAB863D836460E32CD480BA4A60030CD46A30BF41F0111F0A901D04FCC12A06AE4CA1DB087A1B472CDB69DA537E3F3A355E023AF8625C42471DE351CB6F977A218B6276E9DF457C2CE3AFA21C14F22F7A5DF68BC5F25FF997BCBC9B57AD98D87064BCB4A9142E662D04B52000B4B82693C511EF5F4B3AAC7C05E296B42C59B0C8B4345554C491BF2D17111B37626BD99A04413533BE6746456B1F7C8DB85EDA92916EBB5EEA29B92D238D1C3BC5B94408A0A6EAC6C3E4A7016F17FEB6139E4959C34DFF41F475BB2D3461886B4FD2FD3637BDE5815ADEA1529529F8FB0BD2D426B919F07E0E09D92D3B1B695C33FDA0062EA1CF273DCF8F01C5727327F3319517020084113CAA132D465093B9C513394E86A4669A9BAB8F203BAABCEEB79668E7ED6C1397341E452DBD48C61E507B63DCBB3AA36E7B32F9735A9DB0713A12B30B370F1BCA41296C2DD38C6C875EE72ED4ABEA07D0C83B093EBCBDCD3CE4FB3B9FE86E435CF107B42DD7AA31FD0B3ABFC612F963C2842668C9CD09DD04D6B302B1EB3456B0A746BD2DE9B12C68E5389666BB611850B66A6757823E03B31B718CFEBDD55C9C7130AD2DEDDFE06B84C7F002796E3AF403928A51B13216DB20808AB49A97F43FC378DD2DF0DC14768977975C791E03E855F408162B2E1624615788DD95322ECD46CDDE2DF77BAD3D146D4DF27A90D813DACAB6A18D4BC67A8CBC6716522A83E2139B282E01DDEB2832E7474B7A6A8F1F22F5CA2CE81C35EA358F2BF62512CA7B09C2572E04C7E77E0DDF427C5CE8D510AD7DEEAD3A744A8BD1EE73661BC95AFEFCEC0F2E08ABDFC90C22D977C28AB86B027E8F3F9A27A84C9E138F2DDECA852BE63F1F2E2525ADD88C8CF76BC99054B361DFC045BE8C516475B01D38A2D98D7ED633F02E29AF7917121AF44A0A12F62A4617BCA3682CB686549B54ED75D483D70C204E2E4BF0D76E8B4727A27AE4F43D5FE599F0E4C4A8EBA94B0ACD1CAFE14F6072392E642D768E8A9C12DBBA02B21102C592C82375D1379A91290B1CB8D2937BB5A62E7BA6665AC4250B9FF97BFE3334F1CCED82607A6F3CB2223A7103653541622E2E7FF5870F49C7F7CBCE2936165AA96E29FF22361A5D0D3303CE43465A9E57BD2E8F2947161F5D438CE2E09D7BF0942EAE3DBD43F57F2BE35B70D7D52DBE52B72E9A42BAF8789C871B7E43649490C60D286F6C76F4C1BDFAE0B02BD7C1A36B0A2EDC0CA2E353502A9A0BEEA183363BA75D585243D1C9860D65896796660E1DF22EF2C7C43AE49525712F937D21922AAB9DE23A721A5EC145DDC7FF12A2111DBC2F03BF75C012A2433B88FCC52C2130CD418E412BA60143C79F90171567321B332F0419CC73E673B3AF5A2ABA6A2969DFD0B106AE65ABA0F451B9331C3E733CF12F0B5E81E2572948D7E75C79C13D1B5A332505B731810E715E5164D261E9AF482F1026647891473A90495674A4CD869FD8CB59B66AE1C717CF4D1B3F528AC5222F23E5D784CBF6D796FA34FB249FC7BD10AABBD8EF7E723E2D68253895581CD72F2CB162A3FF95D53248FEE8F88DE33D58D3B200C0BAF3F519D444C44EED62312F2ED9989A0B06BD98D3EE1BC387F9E04B76FD185C96E629D7F777BDDB531FB92F37FDDAF4302F192142B8A77383E9EAECDD926F42DCCDBBA59065B11C7D795E2F3EA3DA776960DE5390168F83BE18D37BA16F4692A192EFFD863AADA369388D2F4DB6849C19B01734AAEA4826A4FA6FB26C3DA87C40D57551F1447D8257A7702F5FBE395E8A60354A97D2BC082C8CCBD6DADF59B4E2616A804BD945DDE56CED2F7620FA274935DF522F135E0A425237AF1F0C18308E31076E513D899D2A51112F84997C8577CE851B95B16A8852D7C37AB75A064863785320CA4A62CBCD8CA62F851D59EA6C651B9F177A4910477AAC1BDCEB7A7388ABA508733D085C837DE62F8ECDD4A3F7909A075A11B5A1671B0063561DF09ED7A576E7E1F0B9649B5AB62F9909183433737FD7FDCE78CAF1F0AF7C22A2407F13C62D38E32C8F075E46B62F9C96474F253C8E22E2E08A21358F8FC4A8AEC760303CB968434AB2B894B1152F9D0EB4C900B6894E18E14B7F6F831E98CAA9DBADE8A9A17BA20C6E6767DDEA2F9FFB7C60FDC57AC1AA5AF6005E0AB088CD8E2330F787229D94F400409EB5E62FA7E758159D9E158EC583BDE2F1E0595DBF8F96A094F84981E7F7D8174FC7062FBD29F8A7F1E4CBB20ECBF8E06A7453B0152B151D4B5556DD5383789AEF875C2FBE16BC3F9C803C4071F90E9F76EAA1F6033418F93F8472D56304116D8B35F52FCB46414054BDEF5A35C761A11E2029F04C4F66D05794BB526C21B62274889A2FDBCF4ABB7452389DB7E8D40BD693861539D048F2B564B3F84608D8A338AD912FE9379D00D87105A9650A4F5E30A373D490120240EE37C0D2FF1554AA8CF87930050E9321A7D4512B37AFE3F36047F31723F40DFE29D5C7533C1A12FF7B62D0300EFA888FBD96433FE342C56BD50027CD81AE3CFFD7922B462F261A43E8DCF53011F3AD92026FA0A437D48218D89DC00B5EB2911A74D955D7023A2BEAA110D23017EC434FAADCA23659F6799705B4FE07B8A04B38863C9447F79E54BC064A873029AC8535B6FCD6694B65DAE5F4A3926AD58892CAD4FC54F67CBE4624CB3474304680365ECAA4197083092CDB7716A7527D6E8F6C44876FEF5944C88C1A1C95304A3B3BE651EB88782A84A92C1655BB8A0CD3C4BEEC3C1867FE5F3BA76F2D48305821DE8D0A422260C38136F606E8FFA0440FA920FBCF4B503FB1EFB0E45F8A3058B93733533BF8A0C700336DE42629D92412144B3E379D777454B422B5031F305B6E0FD3DA9572B577EBFD6526B3FDEE45055F14C74A9DE343E8A1D9E492883069CF472FFE2B55EE911E570F33499C690DA8C2B7388894D8B55320B8A738953073C861C1B10CA585B0A660222ABA6D287C2D3DA939BFC684FA01A0A4410340307FC028C2CBDC3CE97E55CF2D74142E9926905D25152F77883185A98A52A86F308CF2513927AB97066A0DDC1C81E470895743826DF6673062A8A1F5752BF63C30A0BFCFE1F6A8E853628E8002BA5D8B5E068CEC44ABECA4D1060C019F64ABDC30A51F8567BE1786D2D0BACAE51DB2AB7DFF62491159147765962EEA47199ED130A970CA8A52E25E3DA917FA599BA0F8BC6F28E1E40C87612A12A23718C160C130AFDC2C6439C998F0F384B747F50A3607FAEA50D2C7244A4339372C6EE948E730E87165528A313A27B093C2E35190448775C8E36812560204E31BD0C277CF8730F3CCF7A0820D587971DE5C6489F8820E5D6AC5893A202B52842818FF37CE9730F8BA3F40DD0A51A29BC69FA4A27130091232BC81887AFA52F61495D1CB6F4030F8C9F81003041B5996EC69CBD1BEEBE4638F31CB81FDCA1AB1B2B35B875E7230FC0DC1488D43788E5E0AEA90EB9423F6E7510CEDCC180EEB59B613344E5885311517842133512A840ACFF40858DA7DB328C462C77AA53DA59C2E1D15C5F92F31265A56BA30D1633BF7BB1364C7436C9ADE0318D9CEBE506085960EF99F63FD312F70AACE4A565183A7EC320576858EFEEC95809E5D4C390BE7F0653F1F344A31355683E2C65E052CFBB98B8E674B19D7E4FFE97C1023BF30A34964B56CE16F314528D37C54E6805663BB2D4EC2BF2DECEDDE16BE847E7A6EF2EC7DB52E06B5315CF35EA19CE338881EACF2C42ED26C9BB76AE5D0858CA806CD3478B25D9B7C315D9B54C7C207921CEC324A5C0F2B09E469A636538E76A9AE532C45EF80B4893165EA1CF1E48581AD386FA34ED85415DC3AFB77389DC43CA53ADAD512A802EE31680A4003FA94DE90F31F1445410E3AF222481E39A1FA1838824797D745BF133187D4CB750CBE278E5909A3F2C3CA2F0425F9C714BC009B88E7A5F142B8C200318C1E2D23F6F324BDFCB28470F726BA81683568ED4A896D39B307FF836D2E823192CA37119218F548990B7DB7AE0CAD10689F74718C45C18A7536DBC7785DBA319453505E2621E920A3210D0A144FF1AC362752982080FA36A1610A1FB52D1D319C480C8CFCEC11D122D86779DFFCD1862AD926071AB181CECF622666014BFE31A1A2BF5FACBBAB1D0F5887231E2F492A44B94EC57CE6717820C05D0AB15C7431B3F3A2A866B8406798F8EC3C7FF8F767972D7649849B50E9E03815EEE181B331EF3673E8020834DA133E678A81F8481754C2FAB573842A9F4E568942AADFD331F20F1C0A09546B3574EDD77B0B6AB0B42E131AA0E942BD3524BA56ACF27BF232363FC3B4254938238341619F8DA7578203BC3DF1AADDFBD280564F4E6845CF3241F18D7FFE571B425D7FB101B611629E057DF7BF63DE8FAF4299C4E8F723C93242B71351146239040BF14C82F286278AC4C8CD9BA21CE4B8FD42A8427F548E32446CB179ECA44F5F21804412E5466A465EB83DCE2D0EEF76A85122543276B43248029A9887737C6BC32DF0446015C28AF15D5E8F39DCF7E2AAC1CDC463F52C32534CCBC36288EC7BBC11B3E49AC4D15873D308C7852A03F09E40051C29519832767A69F2DB024D255CD4ED5874E22310DDEE9E8724AD9E8F65B52A83BE1E8B327B7943242542D2453BF995A8A6F88B343EA9EAAB6696DD261990623DF4E272327DA9C0297644247432F92E1250EC97B3F7B787328C4187FCDA47F4BDFE385132932590621CC2C9F7DD53BD83AA124F8FFF35205D094C66C798A70A87A35EBC3298F1D386044A13E14A992F074343370C4ED68DD78C0DAAC86AC8FF8B19CC6932CC4D176DA1CA0651B466CD21E19E3D73F62A94FB999832D3FA16E722212DD232D897A7C48C84CDCF5F1C675B2940E6E689FB3213333EB28CC72C19F12EBCA632ECBBFF2DBDE5EDBF3B2FB47B90164DFC61BE9182DE8F8684C3BB5C947579EA32F3D9B9D4080C3CADE61C64493DA5404D1F38ADD33EAA348763215E690F204E3318664BC66659D3380B7E44685FD6DCE9A9AA94C7250B2A267AE746B8302DE4332884EE4ACA7B1DB42A81169980E2148F0D5BF39FC9DADCBD927D8608573319332922C64B5C2CDCDC1C1211F6682B96EE5C02012229FB60B093012F0C57B2DA3333880139446BC74E640DEC0B46879B24B14F8732ED3E61639099633B9953F63345049421949BD61E8607DE83584F2BF3A696F3BC290E880D5E6750C7814A18334FA21499806AFC7D2E17A3F3D3E3C3F86A095E57122F5128CFBFD0B8684243335A3AD73224BE4679D350E23762D8A1FC3A2097E4127910874DFA0EDD1FEFED33721FADF93D85AB0961D4859AF1E7369816117E311F0285B4749FF9C17D826B338B690CB08AE5888D5A2BB22B3C4126B1CF11EB0FDC6EE9E33FABBC821925C133A24A7E7755560B2E67184494AF0E9A1E25DEA0A3F32EF7BF1E5009823C51EF33CF374803301CCF30DAC1DA16D4AD2A3ADED33EE2F1619E155FDAEEB772606733D5ACDA4B59850543E458962D01B8EE6BFF93ED1267395BC5EBDBB3B5D2849A340B50EBA211A21A08DAD02B4B1B69620EC745B157D092716072B90A51CF4CB8340D9EC1C52848074F5F1B2991B579D64A96F18377E01E4CE3C5FF86F386C1F6340EA84B00AC24CDDAC37C1C25DCB05EF17118EFF742DBB12682A5CF4B85F4BC342CCA106AB4ADF2C24536A986CEFEA2DCFA93E640B5FACB0B392696595064FC342D943B2A425F7C811954E7954288F51B20D921B0D6FE27F76F0AEB51D36E9D3457659B2EDF65D9FBFE3E75C99116B1CE1FF07983C30456639DC9FDD24088103467D193143792BCF604473E85815C93F34AB90BDCD60C5A6CAE06CC32FCB0C63491128B8EF5DE481D7D41437BD248682FF91C7D73F966DED1597FC3E1880FA334A325DE435DEEC47140B2E019A8F46D376BEA44E8F1FB9DA5969D57AFDC2A5F34B1B65DAFF48E5D40773AFC79D9BA582925C7805B629B746273AD6D2FDD391334BB255F5E5EE55BBEF0EC1FA332B6C99DE2FBC269AFD3732EB71BC7AA8D2D8734CB8159DE32F5E9CBBD354D8C8066D59E7F76322CCB2EBCE087B65C7E86FDA834D2C41A727DC34D87C80B631350CF165CC347CFA26C38D47FE61EA2EF45FDA535083893D8D2755F23F4677899BB8154E18CB7E037DCF2FA23D56CF5AB20729D350FBD63EDC45B972F38E011C1ED3EF43867315AE06E87E019F342C8A5678178351B4977FD4ED2FC65F3BF137AFDD5BE45AE732DCA4D1824A31908E86724FA8E35235FBBF744D89E3B7D365DFE0E812683D3FE5DCC0BB68EFC26896967E63E5735243B98AB2FBF05CA18816DD16BABED08D87A2097F0B305F099A0937083FE41352A07C2A8C150C4D96F3BE82CAB86A358C88BE80C7916D60C455B7E89D0C3023542CA60EDFAADBFBE441EDAD70CF092C753787CF034F8717CD2AD5E92ED5D8535590E12DD592BFED857FDEF9734F2B99E7EFB3A6AA32F3ACED9912CA68A966A356F80838A78D8DFF988D27EEC2C17D310D2CA1D021AE50214B1463C1F948748358BCDB1F0B0689AD7E71BF459F3914908CB26DB4295EB11695549AD3FC4D2913596703792D308339FFDB5C61003E861A86129A849D3F69B10E2E1E33E2FBD40359909AE587874C542171A06E6C67D4FA59EB2E387FB4C9FA03D0DF336B7B54935A4B73CE2A3DC3853499CF3520D41D973EB03EFA4C6160873665B489C44A33335EE6660645026F8723AE35DFB0682FCD5DA05EFB0BBBDD38F7AD8F357235BC435F3609CA9DF480B8FBAEA95C090DAE7BEDCF8A1D6BA3E15D15235C11B454F4935FD8E1EF4246C425D661CF94538662C7D7051B6ACEFBFD77174425A87314FFB362C3A7D7534211D5A7BD08A9A9DECF2087731B326E47631C6AF3FDA4E40D9D5363DA0B447214A7C476C0B9CBFEFA5CCA3B63828EA7848EF16182CE5180151363647F10DE96B483A920D2C369CA159D5A71C6A8068BD3D511B92247246F797613658FE571216D2DB0D3259610A97DB4EE08382443B33BF3EA13FFF293F1656D6366B3ED7BAA3DD091151DAEADAD148611F195BD791E95D7BB039B7C0D946BCA23674AA597E274985592B36EF8DF5357D92136A1F90B267D8F181CE68AE79D33A36839D52E0C3504AC392325D62EE440DB5004AF3C36EF252699216D0E3E65AE8368A7D199F91E0F1E5A6E56F1A83115375BFEC1053A7F534CC806E03130D68FE368ABD5CD2E6A5855462F17B297032A1752CAEBCD685C9A5A321776C98D66297369C5DD170E5743D56CBD908FDEFC85888DAA6F5E1ADF214BFE266591D8D9DEB36C995491995D2A31E8D4D6BD50F61905F1BF9EBDF47D523E931CFE0B2D16D1B36EAF2B408CECFD5BC7C64356CC2BC67341C843005E6279F426056E38E018E8736F05CD50A74C39D00806036CD8B2629AAE16EE29710C417656B22531BFCB8683705D94953D8580C8AF3EE6569B84ED8EE916E9826CBE5BDB9B3FE649C6179D1370A058A4033E71E6C182CED556C82C44CD4B05866527544D6595273EDF66D82370EE74DAA4914EEBE8A2EE79C0EF4DAF19B2D081B182A0F939C0D9DC61591E63710C8A792E55C0BE9DDB108D194408FCD0EB06215FCD664E078EC3F85A102EA371D180291129729024A3207B72C22FF1AC55623BE11B56282A8D57BB0CE011F371D80F0F5C1AE141AA9E3C6C0F03E0FA951E3A93BA3037E6FFB19E0675946BD375D5550AEFF2A32A988A090D2AA8E162362F282CB1F5620A80195CE45DC586A3762148E319C0F80A738DF21B4DB553D851CA2C9806D9A8DBEA81BD67B595187376DAB9BBF30E720E49EA49633C5A39B4B3796F9F20A466730ED8C62DD955720376E9C768EE668CD1B961CD858FD64B82283F4E9CD894AE88C1E8F06F115DA88377170C02ED17D9461A00DC0F0608D37D16E9A9A9273F142DCFA8C7D40D38576377C02160A36BA33ABFCC0ABD236BF238F3602D149DED70FE63F8DB4C8E02098377D0CE1CDC9D9F3153EABB39EBCB2E660F54A2B6956ADF25DA3CB12361EBEAA3799D982AEB7F21A459AAC2E7F19457B28CB1C598DD117D24B6864607A8C6BB637BC4998D663F74883EC3C3DFEFC3D22F3F846171F291200CD5B211858E25CE637E515ADFC2371AD241F89F69054E7105429466F650427263F8D5002726A256F37FB406C44DDE9DEEC49A4522A9D01295586D2B59197A5E852E4B6260065A3A837FB7CEC262C53C91057C4A66C7E8AB0A1A0657C0454BE358B9796828F6FDEDF3800AA7871FB13B120F98B10AA72676B2A224019135443525A3DF266139291A4380C4B2A7D227D75BE61A5DAA9DFEEFED5DFC8EF7D9B23565EA1CDE4137D5E67384B0EC796DAB4222D3FC23F2C5B8BC07B2FB4114F757CF04502D5E670F3E28B3860D1B0C44D8B1D5538033F9882691B24DFEE03C5EBEE9B22B34F847B9D98C2386F308DEACB3B07ECE0A7979CB7506AF1EB91AA39492896DDD4686D7EFF9FCF387E132F8FF3B0531D03F5EFA5F923571F1155447E6339751002A97554D11276387F75783AA7A1B42B18481AD52BA413EA32C4EF0C4F9A29DABDBC42F1B51C7838DA93319F8BAD623B8DF7FC306552DA2018F16A0507EC755560DF60A06973C239063267A2E0C2E6ADECC6D003FDC1FE4B3AFB7261DC573B27D38EDECC06DE313913664733F343EB73775B3CDDD868C7FB5CC38A111DBEB03B3B4F41284B73B0393E7C80DF148F9EF579C9AEFC8EF6A12C8A6EB8B3619653AD18DD1B3E5C53033949AADC3C52EE61A77E10D25401AA0565F0384A472C64E8F2CC5B854A127332395036924154617E522C7E460DD689AB032BCC6F8729A2A51A6102123012EA703950C5A060385F0CE64B23F50FA302EEE72CD66C53B356642A7F3654332D607E39542DA4A2480BC88F9E203A3985A6A59831DC5314BB5C0D623F4643A9D3E4BD39576D88BA1A2058A097A8B7511E3F754D00024775CCEB8B37928DC96E4F8EA53965ED399144F5FA67325B4F6589A5D1F9C4D32DEF84BC94447154866E6F4B2D39666045776F849C17BC10DF7B13F59A2910513157A6953C1B99D8CC7FB6C98B3970926DC3D4527AAED66DC09841712A8DE812D35A8333F48E8E56B7180A9F2D398A31BBC459B17A3D268633968B0E2E54B0D4F62051E2415B2485C9A4945A713999370E8A54F1B599E8DBC5024201EC529CCC235B0D4F3A844B29F79FC558FD399C358DC6565D872A1412A673EA88BBB56AF27137ABF5CBA8F0A11EC833ECD239C3A6E20CC025E021A9BA62645640CE4F2047D4614D17DBC3E3BEA80AB57B6439CE6EA591DB7E82417FA08362D94863861EE5783B8BE5429DAEAE6F113E313C39DE1D4A049C7C554136408A0E1D2959BA1ED23E2455C5D99AE2E9A7A536622239E1F37E2571F6A5325E4AB2F144335D5AC3CDC0FB3471F4131B8354F59003EB39F2B2C4C614B75D9036A47A112A1F3675846A4CF10083083C29BE2BEEF400E539F7ABD9D42432A9E321E8BA8F85CC75B29303C4DBE9CE99298500D0AFBBF07F39FEE09E8D71425961D9877364A47911FE50C3B928B9436C1F9F3B5DABB825C93A015A02823F536A4DA5618C0004F0F9794A86632FB845F823CE3815D0E8A0733A0AE531D12EA2C3D57F56C4015CC9C1C76486533D9C22450C2C767630B27C933A2480F79D55D2791A0A2A19E22B96E9FFC5BE0F2B6379AA353389103365EA333A691F22522277609C9BCC52D149F19C8458DE4C91CD969ACC37DB89860859B63A6B36E75A4A99A3576A3FCB76EB4189B6885E619F802D59EA45E7CF382E2C253A6BBC0E0A3C2851C720A62D67A8DC76765DE89AA2E1D469B3FDC8658F55974E3A8BDBC54FF18CAA33D69B4BCD6944E9891C9B9882E92D822DCC2A1BAF334B2F3AA011A1881C6A1C0827B2117D92219EA08412177D4444B72558EFD7E136E2443AA127BAA2B88E1ADD3FF0E744DFE62D5370274CED6FDD2275A40E85E46070CF3AAC8F139BD97938048507967B23CDD5BF856DE7FAF6D6366D7AF8365928390C3AB4B6FFDDC189CA6DE8FFF765306937598005A72C3C59DE882D7C8014C19EBD3ACCF7C8648ED120FF1F16655580EAEF26A800A0D657E5C5437D3E613401A7C83ACF5F831E6C6CDF7C5313EA0A76C619229B32B4A0DCD5E7C2C124AF91AF72293ACF693DA31A59E46575CD070404F3C229D318AA6DEB83AD7D18B8DA733FF9A43AFF0A5BB37692C91367254770E4613F3E9F151088D16D93185F6BC11E84FF353AFF55A523B93F8799905F166A4CA7325332D4F6BDFC891EF1E355B7AAA3485E3B081752C089EE8DCF5EBA795DEBF2B8E42561335F29CE3B0B7465E20BE9AE1C3B4AAA45C55D4E94D80B6A08C29DCC2E87CCE631A52A45969789ED67574D84823B57CDADFFA0AAB1254829779A3C7ED01B447C9F37568FC83CCC05C8100B4ADC3B64F7A0DFA9131C07842C5AAD7AF15E7596A658F0D19838887DB6F76C24A3593B67BD8EC16C53C9B9C10047042C6938174D0BC20B8C058200E7FDB9A9F1F39C3B72EFF19AE2E374EFFDC7E368A19AEFADD8928C566728816567D931418948E23B7ABE976DCA70FA024B6D00275D731AF829187FB34D52215CA3553CFDE8BFED3B8A0D006F736FFE994204133EC3945DCDD8F7E2756393BAF2A072D5A2548B023B90C31A6D7DA7670BCFE5EAEAF94F0F865F74C4256EA1C885DBAF8777AE3F053BA1E830F54E1D55942DFB0AB00BC8C4FBF224CEA1BE9CEB0E154AE4E38C08813BAAB7D187E15191A0A7B9A85ACD5BEA12957F83AA05EDC6DB685E327514A32A3BBB37D544966E52D157DD4E34409381B4054AFE0F73C1171760D649BAF6A8E43BC850C7FECED6BAEE880507767D4DA55AD6B526089556BDB913D5CA3C4A02533BCF9FB59BA70F6A5CD8F9257A99769AF2A91394831E8F7D64F3FF383365AA5F3BEA40EF018A5F964DCA2DE7E0D58589C7EFF7DD2C28678A42E0DE43CC27342F3BEB905D410C2882311D8CE7837826A2E49ACCAE175E18BB1BD86C5FDC6B38633C088D46C5E0A0B40044C93B0350779D1D9751B89CD074F815D6731FDDCF81AF3C12B7359CEAA9BAE4F5BDD5BA888DB7768080CBF1220BF0C898DAAA9C02E5C23C19E9AF3A8147DADF26445D0CD483ABCD0245331C200975E6DD9CDF749F9EB33C20600732216C7EF273F891F2AA4455AC3D99A4A4DACF19549A52FDE59C40493C211B7B5DCB069D77669B1FEFF4A49FD6B0847A3D7EEE53FEF441F03E6E4AEA3C27A0F38E3CE0B1275B014F650E0480F7F930D590E3CAFC75DC21F458098B673C37E88553CA6454EF097B7ED0D37D261E283934CD59975FA253232B54CB1AB63C3F6E69367E928ECF8AD57AF9A39BFBDE05EED3AD447A6D273D7B3F363354013C6D86328081C1E8F5E5815B15C8F4678AF4D84383047C9FDC301D99B4F8DA8C3C71CD233B952684703666C4825EBDBEF8AF389D2BD43AF7ACE9A1E219D148F13C783AC81277ECA9E2F3EE834C647FEC64CE7C4711254E86E916143D1CA973A93C9B00CD90A010A008D1C924DA7FB1D335C5B58BC799215B95C44790375D352B3CA892482E3CFB317A81F466663AA92F7CD635A1469F22A93C5E19F5F77DFADD3CAAFF1BE3FEB0502C767F7553C3E16BC8D635F8336C9A904420F0545AE77E4F3CB82E786E154565D70108BFAA6A3F276F3295869CD21A683C923A2D0652727B3CD4ABFA2171C09CF28AD51D327B8F9FF6BB513A9CCE85B90380A53255863F113D1541403581D3BEC1B2CDBE22CD76C96B6B61CF9B61E2B5B42E6BF267E7E6453D2578A72CC7277D943CEC2AE970B802F6E375588470D073ECFD881E488123723D4D62FE679E603CC143F30398C118F25836A1FBFAD82E34781EC2A715CC157B3D51C8041473F766D0F823CD189394312243A8962B3362EE9335A57C3C50E0433D5DF3F3F96DB727C24FA80CCA50AB303B267822CEA61816950F9A83C3DA65D33D9AE3F3EADAB9A60CFDC8F4075C1BEB30E4F0051B24D6ECE4D35B07BE23FC623D9FAFEDB124EBC448D3103395D46634F144E5FCB1A156AD726AD110213FF6D13DCEF897AC051D0C172E09DB958D1C202601D449674371A002025B4FD9D853843DD11264747A5CE049674EEC0AB4641925AD3F38ADB3AE652560731732FBF4493E2238B2F9E20BB92A53402D82F6624814B0887FDB22CB61698ABA9B9E45788B3E226559D72DA63A30A8B008FDC63337F09D0516F99EFE2C6AC0B38DDD4FE2AC3E7266C6092FA66CF9D9B8240A792B622B0B10305A48AA307762EA56C79D9D8F3E87405A8B0C1B4883D390C79392A7BA39A09F299F57EE8F7C8439EAA45E7EA03E9109744EED7DBFFA25E5C203DBC710EDF3AFCDDAE29837E20620B51EC236C93E97B58BB89512BAB02B1B31FC98A158B99073CCE9B2568D07EED75443CCE6AC3ED08E0302A4BA3CE8A905000F80F07F67CD5C5E1B5FB7A51519F9BD399F4BFD05E5F6A53A3ED207B550ED54CFBB81FB9FB117A7377215EF6093FC884B1FC2F9CB92239E463ED7456F024787ACF830575E93AA05DAAD3E0E2669AE6EF600BD86FACEF359393EE078DFC8663F29C3CF5381FB038B76524B875AB99BF889F0846EBDF10E520C3EEED4B9A3EEE3CBEE57DF5E3B9EEFDEE8E11BE2612A71E26FFFE16963FDBDB33EFFB847E3BAE62B9B477F89592F840143ADEA95BBDC8036DB72C92617B6BBA03F084F3E75C97AB7142F41F5C79A096E3545182DF991064984C6475568DFB3073F09185D844D2E168AA6156E8A0FB8E4B1620B3473DEC11354F42BCF488813A63F0BDA9F3E21A964EFD9F9E2C0455F35EC3B1E247E2411A884A7F126C6A00DB53F1229E398208AE57759D378867F6D4E23A2222820307769FA49D9B932C0F1693F2161303F2B6DA321A95A8C13BCBD7543A83C3AB0D3D1CDFECDE43EED4771F73F27ACD0807C38A769C77B5FD07A5F292DA90832AE3D776D6FBD7719DC01D0A13F2C6775A78F56E0A2C9C2942D5562EBE218D4C43C6541D1C7A9154B4EA107FE3F33CDB3A61292A0A58AB40CD3F3445BE7714A95871BC58E820E95672A68A4593F354BCFB6AEF16A42201E2A44BAB9DCE450080FA5FA023F349EF15E8794BC043F3EBAD00765A98DD1E0FEF1BC9D63BAFD1B32758D930EF0AFD5F3759EF6F6D03F4827CD5312FC443EED193C0F3536A90ECCA73563E1A8235F7B38F98963661E3F51A8034FB8C97899529422EDCC26C0A8145A2DB24306A29D1F1DA6EDB86A0D3F5FB1DE3662D9259FA3B6E3BBA79BABE8D6AA4BD5E7C715AF784C9EC062CD9F3FA093FA0297AA685D9E3000DA0942A2A699C905820B88E04C14A1A04AD613BF3FD3CF0DDBB4E03C97E8D9E3EB7EF7B29FEB53D731102E02AFDE5104B145BE6D3FEBF559EA9DA4B2B83BDCAEC2E153060E7B42761E15BA2C4A947B399AB11B7F3FF589575ECB7A0300B8D3592A605CC150B72B92C92D5A9CBE90C620AA076C6F3FF68F9B4534F340E62B9C3EB8A282B27E0C1EA35F7465F8CE1316FD760A68B34004AE18132486FE795ACEA454B11FD52B820CB849E966AFD892632370A043F84006765085E1CDE8D46FEAE5344FEB75909D1CBAB8F6BAA6938E1C59376AD1A4400773D10827946220D34E0139450F3D0FD0BEB1DD53D130A45689CC7BC84B1C401388EB6B081FF78407F4BEA4BEE45824CEA950427F0916B4F2E6B23D50D053402A35AD5DFDF0471BBF9D8B80F4B2DDFBBCC4D680ABDC3329417B97410C8171403A788DFF639D8AC386500F14568F118BE0EF71748F8AB428840E17D72AA4CB404341B05241B335B3AF50FC057D94A7F325019A62495EBD437F1933B7AEFAFF404C6F9815D69F81477F94B205D76AA75F78300360E6FD38439FEA7BCF704060405A3DB99E7358EE2FD8245876F300B8FFB6759079B31118383D379C861DEC04405E3CDBAC273DE266A9F56E2BC17EBDE477828D3B0408F29DFC990001AED2074060B137B0855A0FC79BF962037650A989F532F81674EF40686CC871B8DED280407162AE6A7514AA8F4F20AB3B857885D91FEDACE61A7B257909CC2A84F09B5D4076B37F4BDEA8146BEAC3257E867C8160BCD860843C3550EBDBED05178AEA2E407C49AA4EC01841BDE559AE983A5F49E2A1A4CEFC61B12A84158F29F567C24640897EDE625285E98F92A4EC5ADC5EA8C667B9A3F5349C745C455B5DCE782EB840906CD76C10FC1434D212F477C032BFB36CAACE71A6CE3350B1E4E0229FF1BE409E95034633AA0BBFF21E5C0B3BF465E58830DB819ACAEB4ECD51508FA3A91A40AB3B84AECA45ED02A01BEE0F7853A70D11D63D07CE4BA6412DEBF5709ED77940B540C9A6A1A0203DF44B7780D9B80D6BA6295C58731ECA91955DDA1920DC8840BC5134C406A650A2F1EEAAB1C06CB98F4ED88CCFEF4621C2DB4BBBB3A2E59141151424DF30A96A05F0BA670002C93364686647540516DDED47FC29CCB7B321413932D0215A399C0FFD5E1016762AB9020044381A3D51B5790282F41A4162F44176A17B2F47AA67F65E3618C67E460711D40AC496C30215DE53410993BD82BB417A2313EAF811F406EB52481E88D5D5E99F5BA860597CD296840D9078D2AC944180BCE8AE35DEC4F94EF66B856A2857DC7B6CFCC8C2398E58496B022E5122234186B2AB9D928963A1BC3780EE36DF01514E5E0CF22242D47A17B4EFCD8D814E418D15AB9D322C9930460D763CA0170671629A39D726C7B0EE73DB2616C12FE34197B4A9845A0B1F2508E4863650E3C3994801E797FBAE5B680A40EF203CA6BC41A02FFAF565C8CAA350EA9A33C17345E48262117AE1CCEF25784BC42354F4AB41C06A8ADAB1FF5DBD55E6FA66DD3839629518791546767731BE84CC248865F441C54E7E9AFAF46D44442AD85711208E0AB40265A91AD7F65EBF10446875DF5D41D3400B7AA2247A59E2CF05AD756DD97081B9DC941EF55EB6A336C22FA362DE41D50282A1D4384FE6D0B205E41680EDBC198E9C4F7A9CBB79C54B1A74AE195C41D5DCEEAA8B69DFA45EF1CFF4DB66DF57CD8AC39F76BAA223199F1A0167AC6141DCEDEB95D9E5E38F297F1CFA0815163606CF2E6B23D51F610D5510B80588B241DE65015B098EBA8A7F76CC9B33F8BEAF6BE7670A228504A5B9AEEFE0DD8CE841ECB07478893C2F59E2F9C644DB1DCEE1963A3DD11BF36FABCA119B9809758541FFFDCA523C4BC9E5052174EF0844B64AE1FD4E19F0FBBD5D4621C69A7C0D6A4200889E377211EF940A960237359AAC83B3489FCF844B7E8B2B82DC44426F8742011F1B96F935B87D0D7D6454A010FDE40C2FB4D0A8EE1BC890D88EC0E91C2C4211421B17495C63B163781B7C9F19A60FB3630DEC9477484E2C3488DF3FD8D2421E8C2121F4BDE424FAE382B1D68421B6F7565B8EAED0FBA25DC790CBF2512742260688C54AFF8D503A6F86A4FB6C04CA477C50C43A71D55F70158A21CE7EA4422A089C2F7A0CE2E96EA6E4EB2D8F8BF054FD6659A3C2C47A4F7C8545EC56F6428DDE462462DFE9B2F808D4242E852D7A466E65834DD42A2F84E89AE7A2EB7C429556D5C5FE8D170A2CB0B6C4EEBEA34F7BC6829039F5D2A299B0FDF32CF396429F4D5ADCFF7244089E674BD9F75A9479B3F07BB6211BC864F7CDC4FC0ED05642CA3C9E3DA050270DB3AF8A0B6CDDFB3568684840F1437033CF32C9AD76436342D65215BBC47F2A38C598A1D3EF54E590F0F62F5D73B72E39542804C8EABFD442DBA544137EC796DCACDF423E5C5F4594887180C9D2E76CD84F78790A61C51542DC0AE79915A8C4A13F7D5678A212BC7141DBD01BBD6198B3498DD57741273642E3A24998E871839A30FA711A110BCF2A20AAE95A3EC3C70E1B2543D8216C024308366DE5A9E88F9BA5EDD76D6CC9201CFD0BF5919DC6DA32877D245C412F0F43133E3010EDDA2C637FEFDCCF4AC1769D7998C8EC9A932854DD84E79E07499543191D4E36EF05D45A3A99637AE73135EAF9C1284573EB7B28921BF94DD718BD436AE1A5A52DAB4402580F0D484BFFAE84ABEBD571BE4DCA601D6F18BB928814436EE2065563149C5DFCC0AFCAFC4CEA1EE1985DC4A236BDC0430F310872FE154374911485B95B96D350396F8E26D196B76376D143C7A1E27F8D82136299B23B43875D83F3C91555BD3A33B5113CC9F8763D0D88025C8AE547E31B29B803CD164389E276B96D39109D29C11C15B693DBE677CC6CE7DC4E8164FC3FB93E6F1FAC4397E5341229D6F8929293BD821C690CC78C8E3C0131CF75D4D0158EB8CF1422439C4F82351B1687589410FE57CF09C3CE4EF9EEA2E14A94BDCD36FBE515011943AB5DF3D7AA2E37ED88DA6662ED1B1FCAB9A69A6FD10924BB4CE199CDE6704443B5EDF833A8F02860A1E86523A58FBD62F633D58F7E153B6FAC87D217C2345443D20CF78C6A9A025523484CBE5C5925FAF0FD2281DC7253EC7BA8F574D1CAAA43DCBD3D235C890F344316F82EFB03F066D4E43E2921E3DFCA22D61067DB1D6B43DD7917D48AC3034A44146FA0044808BC79FEEAB82415F5D1DC1E0C2BF17CB043F439967EAE87660E7E26EA92F2257B0937F101C8A15BBF7B61114F79EDDD06441167398BD5A50F9DD4152B8BA0199BBDC77708E8770E2702DEDF594AC445D54432508D777238D549051897FE6557927DFE9D298A73DF6ED1E0B0F6B300FEFF443F966A5E2ABE1CCE15A57B32B9090E57C0637CA7200114FF5D8BD4798DFC74444385885C4E1A4B6061F5976FA8A10EEC32F54CB74AC4135377353A4C01BB5444486F42E4542297C1AA2FB9545B8268874E3BE3D62A8D77B46FB4A95EB4B0AE444C5367D1CD0167BEDDA8BBDC3FA0E78C911F81E5CDCF9EAB5931D19B2008684457E8A5FA6ED24C0BB034C92BA4581D92AB5F8A3BADA68287C5A507C2139003446BE4CA0F35F632F8F1D6FCD26F1DDDE2EFF485ABE8E4872BA5D7A44930F0A64470228A629B1E50D66D454E81F77D5E1FAF05B9B35BDCFADA3AA871FE66BEA4448254D7459919292447F2CA136574E67319CCAE45D9140BB9ACAA0AADA2E6E3448FDF228A4BEA968C5407849CA52B7172CB39A09A7FFC1D8D14744AA376212144A30F1D257D16B34983DAEE6D8B0EE34632EF3D902888272BA5E441929158D344A79804F92265CF398B1456D6FD4995956D8934323543DA15AC41F350BD255F44B4C68EAD36C618B953B41F78E4AB686AEFB08C47AD5D69CFD269B09117CC5F44B655BC3B463DA3B981E8BD6418A6F85A119F4B2FECB3682D24BB12DDE7582344C7E414007791ECC4175697EC01037652776F0B8996AB89EFD77EE84D52F90F44DE54D55836955F3854261A1055631A7EAEC09C40AA815192C2DFD33367F35444EA7AFD0A72C6C5D2D6E4236F3818B690AD5D14D471F1CBA93867BFDA7796D444F90A444B6275E734695127921D3AE906A92D21EA9A3A09AFFA32CE57695CDD44F99CA64EB9992D493096FFCC0F303F8734E07A6601C115803CE148136EED0C450DD9D7A2CA340F191007A62FA45821C1330FF9E8AC7E009F1BB6D2F0E95D9F4528C4E7DA8FC010C24B22C279A48CF936393D61DE31638D933307F8FA30986D452AC8F168357CF0793B66100DB16BC006808F15D46187ED93A47E4ECB7206F04530C01F38D602B54CF315AB90FD7D7165258F76B742C07C123AB168A61277864537B7337EE3A11C4BB50032B3168806F2D337722255AA051925BC2DF25F3AB2453AFA1F996B66E8649C7470732A481140EB9C2B9049CA330C355F1A728C33B445472D3DC08A198FA57CE8F08636145720942B784130F586024963710B5F962B454AFA075655F73262376A4D79A2F0385DD76E1E467DB0DE5A87B23F34EDEACB45601883C1663BBF9D750EEDB3271E7749F7248E300F56189E6F304833FBF65D457DA2071BA19C5A6ED58D2E4784B8967B248B58D5EABA286A7971EA11A36F3D459281AA87EE36DC7837E0949BE56ED6F76F6AA061B8FA682EB9658EEB35BD06459AA0F527DE2506586D9A2DFF51BB73D8FBE1C48A4B6562ABF862A95870621745A82D380A911C7587DA542FC0C2A70CCECE8F69E2BF78E4FA7226A4201BE63345A851E9B6CED66404A4A738920E4C08DCAEC5B940F1FCAAA0EC235D1273EFAD45D0889BC4F81C1AEB54940395DD04029BAF9FFDA4D7B584CB2481E7E93BB15145E921B621141D89BECDA5FC890C8329723BDB6E36EAAE456BEA5331FE24605E46058120CDA55AA95A28354A43A9C2E5FBA16BF9A81D22FCABF3F37C640777714608C7BE9A27BA542563EB2A7C6BA205A891C883BDD3D3751AB2994EB1F4E74D46110EB46B660B53C8471D164B233AC8C0B7B3DD926DB8536B81DC03C2C525EB4614AD68EB03DE99F8BA07EFAB486DCE15F0916B99C8DCB23DE61EA207AF998D4616F77795D8B3590CC0E3163DE7F59C211902EE429DB40DD84A9CC5390FB48F462109FA5099F60D27F3770B939D02B83A2894510A92143D6A6CF5E8686AB6AC462B22BAA3E0F90F327C2BF646559AC38A0C06D8053B59B649E18D947D667D7C4643F641D1FD3E9D3D17B29AF3166831ADF007584A5744589834D4228A3D545846569BD1971FB161E83679B17027EE33AEA55D06B527861BB415EED312FE0E2C467D26773D347175AE1AACDBF9AD130B8D583FB7467BFBA9180357A50E4221BD46A7AF8A8F7B1F4BD8503A0E8669F2AA67460813B45C1EF6DC5A09280010477046A8FBF8B8C9FE9E79BDBD80C5FD7F9919DFE9EDE2336EFA02C5E0F3D323DC3B46A9A7F4C052B43C60BF1E173D23081169E2B67A9D4167B305446429CCC08B7146BCDB7ACE1967ADD9077366FD379842BBF7B958B2F181D0B7134977B145F1C946E39874F6A2C70F19A376FB06D61AA53AEB3B8413FE60D66AB5CAA0D442A11B4718829BF05ED097CEB17FF1949B7447B965F87FE57F9ACD29D7D9ED1BB2FA5C471FBD6E8E93A855AFF33E295F1A31BF64862FDA9DC5321C81A192D23E1ADA4A4727411B5168EE4DCDD41E56EDA7B676178953289D98478FBCAC6C5E7E4079DD4742C75495826787D77B9679C388B7AAA206860243879496D9CED949E9D282D94742F0ECE0D223169428F63E94B7872B3ACBE1F9D4BE1AFEE468FEDE2F54820B47497DAF893F1ADC295B3E226EE560BACEF7D9438192D1E508A06366E3171394475D80CBBD0E7B306E05D991296D0FE677686EEDB86D02ADAB5443F1CE267F81475E9850FF5B1711F2D9D6B0612BCBE48293DE1DF603DD886D9767CF20A23FF747737122A1F77F07716B95B62C9D1D06D926F0757B6EBA8A693E9FA81DE16DD347737DEAA3A9B2A57E0C56072F09DDADE6D91FA45BF6EBED3AF11C598DA3D75C47745F21F3A74858CDFBADABD0AB7763AF71CFEC65E4FAFE36C53EEE54816BF0477E0F78251D18ED8DBE83CBB3F1E2F33E299EB58DBE6428C51A0242154E4A214785EB2BA7DA389376B3CDAE31672A1E3D5E358E56F8F48FBFE98085B70AC827478A408750C883C35588212039EF3158594D93C9FF5165882000D78D0F6018C6478D16B43F7DE76F3EC8C755CE8CFF35AE4F2A71FA13262B7682331A526D68404791991C677238C92CEF42CCDE637F5D758D5FB7610DCC8A03B2D0CA3B987ECB47BDA6570DF0071A87E44724E93769443EC9628B1F1FA4E11E5ECFAEC8EF34F647C4B3CB1097BB597155E984A6B4A8B46CE22209ECC82C025DE2FB66A743227347C6F62794BD5908A1BEBD37CBFF05E93554B96AE764353AC28093D9587D7BFC47D8487BB27095043C5ABCDF744DA88768600CE11C4BD01CC4C7411F4C96BFC547F003B1A68D9F63EBC86007422B39316C2553C2151F3BE0384221B6D603BAC647F7D8ED3A97B37DF2AB9BE7A4EF5CAF0D9DAC8FCBF7237D67E011C1C0F375EB4801F34166BA25D607B33168B02A2304EBEB051AB7554555688E8D3E423D72874812700DB30056DC1E51CE5DB512B9253C8BA0D91CFF09D02673691AAD135B95481285DF4865F951CECE65093D3AAC15E632734FC538D74FF5BD72C89CC596D2482CCF6F8BFDB831F4404F3EA0E38D95CD52077BF51EC6E292356BA96595CBC4483639ECF397C39FC0244B199DB201AF26FAF3896BB3ADDAE1D1959100F0797D48396DE950C8A5DF22A654809E8AB6CBF9C6D5A9FED62F35CA7B21DF23CFFB5E4842C19FFA985D3D7C0DD3554AC2A220D1E849B1C1890F13A8AD77D66A9D207E484ECF3E10D9D92B66F608E3F25651D1899E32A7129EE5F0BDE715CB5E02CDD048598398664170B2305DFD994F6304C28B974220A7022FA2EFA1B124911D673A4860066B664E96B0144C07F4E4F568D760FB881610036F1EED0CE85B616776454861C7F794F7D2C05942A60E1B339D474486ABDB8AECF559B87CE5E55FE25DC0487BC3383B735082253BA37191D006395C1B9AD77D10F34980935797AA040E124899D9A490045DC3AAF900D8EB957B2F7C9DC80420F6181E6F646C804A2F31B148A581A951EF8391A8307AED2F01C074D32410C6E9DA811BC837C82908E6CC4948AF0B8820C0FF7BFFE42221621428C2EFEB4172F5EC44B45DECC9DF523B95AD48B71DE3CB4AE116B29F7FA2C304A06020A8F7061EF285FB7410AF480F56AC7B48BFB6E8B935B12277716E4738CA78430CB7885A9A280B8EEEF7AB0037FF0CA248E433963A426B5B653C4B52835436EBAC754C81C104F69162808E68CEF1F9CB490187A5AD3108309725F3566015DEAE66AC61FAF6A6B2387E28D7F5A78B9D08493B428AF4BB1453A5F3BBA9E247AC6CBF10BA9444896BD90F6C2C0089E5E42949475119700F10B89CCD0B351175BD12F28C0063C07BC27DAD05E741ECF0C23E494ED2E4AEFF4599E7AF8F6A8B14341893471A1A7D94AEAB43BF044AC543BE12495ABE933401B91BFFDCD6BB7BD297D7377461D978D09248AD3196A2C6D608F0497912F1CF0D7CAD71AA1B9B1D11965341FD2A8609E7C47D4814BFE050C194E649897CE11D99B530C7DDE1BE3761D26EB98DD21790653B8F5C55F41F9CF7DA1449A33ED9BDE2EF5E696C6941120212AE24554DC2993E9CB8AA6CA829A3B9246949A4C0672DBFD3D3AE15B6503F7BDE75E24F52EC5272258B03EB937E04DE14D049AED43F8ABE1FD452F16023A5E00F0243272722B7AED35C6A006152B25FEEF449CEE8500F0BD524D04BD17EE1A250ACAB6D6866E2F1206C3C212C25DE66E4FA49CF336437B05A34908A55D8161CAE2156D252FC9922C6DF864B6F9C6428E2B249F842BE0E714D20357B7336206C69E659D02C9EC9A664D3C3D96508C30D655549FBDC3FAB356AB907CD6E37E01C90BF2B23496BA5C453A6DAEFF09B6389028849FE7AF71056A125BE4ED229BDA1DA53CA5C8DB2B20C6EAB242D2F418840DC604A05521832EF129BCEEEF15FB9737B0A1E2FFA76674C69F29C9B3A082590A1EC4A1388A6A79C65A94E3200ED5920A510AF627916A8045FB742879AD4FDE951F14A287C228A44E7D67740CEA2F0969877EEEFA73B60AE53FEA0A11645E127C95D4A305E69E61C4E99D5E9A4B805AE79C54CE9C26DAFBFBE02F8EB737B88E107284A3B3F5B28D3E62A51FD827BA53834E185B64166F91B55B1F9FD86FF35663BA84A57F3E6DC65FC6A05F9A0AF124A41A8A3CB555D31828E085E733F8F5A82C6004A58236AD519C0C77717F6D4D39A59FBF9E655085A2BF2F576E4A02A2B8CEEB74A5DB2C6A03C534D76F06964157A84E5ABD7FD3E808DE0A685263C64939843174A6A11B03BFED6E34B9EE30E3B73BC5CA21D9532C77E80DA1D0E8B1F073418BD4A7EC3C43DA1143BEB859EFC942396A0E109224B1A452B87EDBDC63133B098174A893390F541025A5B87A73B8960939B02B49FB30620BE8333CBA6C46F9F1ED74A931434C72B606209EF88D1008F59029F917914D815AC1436577144C3851C134A9A208402CBC356A1731966995EB794B3A5CC1DAAF4FC9D0CE7F330475C8A934AA88AAC591E1F998E0E4620C1A03E2595504D4611EA043FA01969BA4F971FEA4AAC1E890970357685E3947F8476BDF5DEF4B4F0388A899C83802820B0ADC1EF4AB7626A62EE893401446A1F0F772A349EBED4E9B18B70F72D3A567840F39F7E4ABC95F74EAC40069760D90515A8FDB9501D29402D1F3859B0588FEC2D8DD8D14ADF8FC6817D30F2C0CB2ED41DE4FB0B7083CE650947CEDC5E97F07E95BB51794AE30594241CA7F1451CE6BE211A80F322D4C6F3778C4F4ED519D0878EAB5E6D4AECED5002B0D523640954EBA88E3DEC86762A02511B0F66A7A6747A0A93BDB14B1049B3E5315A0FC42EA07CBFC53D8333F75330130D810E9EF71C385D16842B4B33B9059D5303CEE37846B8486EB6B9125A44618BDDDBB3DCF077EF73292A784B3B50C861060B737A91041F6E5A89FA8B8897A31D2A6457C491EDAB6A895D724B508DF087944631296F1ED1F43437E6E2964056FF4FE4E76655358F67CC1EEC4B613BA8D7BEF024F9285569E905F27B69AD4E2968692785F3B654CD8C5930314B62A1430DCAF6FCB71017691F1674A5EA85A3DC0D8F3FD61A8AE4BDE1D336B74B65AB5DE96FE3FCEFA288893F3E9DF14D8C0891A2330EF63CAF9716EEF080584B78641C5D70C0EC949FEC3672EEF11B8037719FF937906E68BBE058114A81214B80D4B4CB91876BE94856DBFDE086D7415A21DA9AA10690BFD3D0D0F75CEFCE4B838DF53B84B92E7F385ED226C4C81A95E674DD25AA6EE2F2937C54BA18E1C84B8A929A6874F711A390F6B580C3A2C1C2AA1D96789ABAE4002C0A7977CAC28D4B9E7A8DADCDBC041C3363D6D7DE960832328E3F43F4B7A01EAEC640E4625F4C4BA23BBC7A74E5AC75B5EE912C317DBDB7561A262185FC351257AB17FC2C28194BAD6B98241E48ADD3ED7438A1309925151ABBB5278D91A180258E202009756A4BB34F99FF45AEEA6EDB4146F23EAE9A01A3DA928F6433F8921A5FBB304429274BFBCF0A61DA84680229C488239DE5B78642DD501B0FE514A124FB7F3BA6C00E4C2451D0F6411AFF33AD6F54D0D69FF17802E5705C891B43889904F1D069AD354C26FCFD7ABEC18A84CFD68F9BCDAD192BD509C22A2658BBA5F626521E26DF654C3E90CBE7EC5300D4D17DDF94BFE2B922B22E8D6AF46EC8A17A259E0561A07C4C452793B28E974A806E45FD4094BB6CD1722133CE86948FC2E9B708CD14760D4C4CBE0BD4293CF1B6D59498ABC06AEF46FF9C9057FFEAEC4230962370136DD44C4F48549063F5ACFE4BE336AE84E62E8565A33BF85DC0416573CBBF53A0A9464C53C0A9A0072356886F80386B692EA365226BA99914ABFB92A3DFA6D2EAF2704C7A371A55DBBC787B9055573F4551E44B8230E0861AF7A704F96005686C11C94C902870117970DC5DC9F32615CA38E5BF2C2236BBCD24634DD7B35A7D75F2C54CB059359BE67BD14CEE496C23364DE75848EF78502127FEFA2BCE6D22E6F41E4CB466361C98D1EB3DA6285BD1850B0F80C502F395176095F523377EB52861144CC8EA4F3C0FAB6537BC6A7DF33BDC68AF97264B907FD039F4F83C95208BA8C24CC9C5C1267DB386500ECF17F0EF0EDC9BD81D10A4CA7C18623331D481D2CEB34CCC1B43ED95B43125CC50C7AD56EEE715A9AB717BA4957B722248A42EAB51C74CD37651130334D4E4B1C0788C14839912A1ACDF413E87976B72ED6B2DA700E04CDC3A7DF88C25162CA4E2835C127DA37E385CC2FEBB4F6192A038CA4473588B4CDCA85C48BB1EF83D63CE1AEF8FE2498307708B628078C66E35A5C013BCFF494CE42A7ECEA0E0A8458978BEA4AECA493CA527D5554C686B5F8B8D811D66FF424CF69BE55D45D43B4203962F792F6B5DFDAE728DAF22059BFB3C20482415C9E74CFA06EDBFAF9998F25248E278DFFD73C471D30B35145D13FED6ED4DDB6615394D0A41274A194063A456EB1E4D7C8F29AEAA3DFEFC3511E2BB635BD8D9FF99214D0C0028A5FF408D68462817C2A8906F1A42B003469C41060D997795379903964D0C84C7C2B14DDE43D2D7D02D94F99438138D56F25D22AE3F469DCF2FD0BB874D1917568B8073A5BAF59068ECC924F443DA9D05722B42B777DE26CA75266BA04D1B6B5F213AB0C3B3931C611589BB8BBF2393AACBFEDAF85C15090E5E31B3E34D39B339C18437AB8FCE56256CDC7A895B4236E80AD40E7182CA95E71EC3F0CC4D591C7E7192B85F24F8313919B177D9E50CDE608CAFC1F11117CDFEA61AEED34D5BD869F6BF254DAAE14144BD022EF1AF6C2E1A6ECD20FD159070B4548B74834D794C3B8F2D98DA9B2549B6755C1090894B7C08902CCC9EE2C366EDFB5D209B4D8F113B2A026A87AE68D2003427D7750D5F96D060EC047422F94FCD9D96FE344D98C4AEFC2E0B346A57065BE1E46160418F16F981A5F93E9C3F3619186558C14DC0AB71BC0071DD2E889E3207DDBE9A412F5E47CCD92F51FBBE7472AA9C11EA4DD3AC19EF50D7E8F0963DC88D4D0782D31C3E6C77AFECC09BC903976F7686004DEC06807ED0C5CB59A11B876BF8404CFF2223222F3B63AE86766A7E00EC64DF4DF2F8F4DFCFB8051A0616508B5C78D2D5E700398946E6273FD587B7F7ED3D814DF6530270D8E17D5483F72E21FFA90EFB247C4EEABF5CB5B8C5D7C4FCBB19594E01C4E2DD9D45680FDE061EC6CDDE13921AE2C312DD1FAFA41F2C502E67DC4B4E076DF6A2868A676C9129BCB4A541938FF3A20405BD8488C13F968720FC4E824E14DC656752C87753966E81CD0A8DB6AF1947FB99D09A0491BD8A90A307AF714E39D81B935D60C854A5DE2A4CE62977E6F20097852BF8C4C3832D725D90E7CB4E413B0FD6B76F958BE33510BF398B078E3084D636C7EE6CFAC3866C797AA3CF4E4C32BC1BA468DAAB46A524485B3D4ECA52B5149E32040D5124DF7BFCF984294E5596D0EF9A017BF6B8875781E76B7A5CBAF06D829899BD6C66C711EBCE23374E603F67A81A0F01D3D8829ECB80C6E87AB1ED727A85653DD773A5E0258C3EE94E702E6AAAEC83A366B43746A52C44C5C6DB0332D9AD3AC47FA432F0AD2B2CA54E7AE2801D97D2A172B417B9393BD3F4B49B2C3DC4E80EF5E497886486A247794E7FC8A99F78833D03E22E81E59FDB92B84702B8A40404976E81F8CE63611B284E8022C23FDFDD58A804D168C94CFAE6663F6521232BBF6F768ECC6088D06EB64EA8D73AD6FBC68EB0EA3EDD2511E72C3711E809E767E28E600465E97A9A142C4EAD76B2D0EA08DE8FE74C5467770352F6F6808D965C98D01F1047EF682C96B44EB4801587D1653E68A6CC0140DC4A7C6A19F4CE6CF7C5B770103E5518B8D08F4EB56ADF24C8C82DF11D47452980B988B3264AA9C734F0D147BFE2EA9D9D541E4EBAC56B8EFBD3B2D91518D8472783163A8BAFB198325DBFFC46C32B948B8BDE4EEE59C4474462FE69C25C6952034C3CD82627113FCDFFC0E33CB7FEB35533584EFFA7AB574E6C4E347E988C204A26A052975C7890649CD7BE74525FE9A2E3204F17A9095907FF40B2399F50AEB72DBE07B8EDC1C5CB3EFA1235AACE55770A274F1B8152D66BD46729B66546C3A8B0C1BC6CF5162C01128C9B10DA40CAF4AB924F1DD9A89B7CE1655D7C6D4BBF08037EE946A8D382CB903B0E8B4A22B4AAA4BA4F28B504EE7B5CAFC7A855DE5E44C125FE9D21E4B6A3AA86A158DED10B58084A4F3A1858855AC92594E7A74D0E3B8E978B8B093B3FAE991EA4D597176CE625BC4F43646F5E9EF9BC72B2F59517943F9ED3B29E64BAF9F4CE1411380EFA2656AE4F4706BEDEA31D0C59382B5DDA5E7701E274E6BAD4E5585DDDAF937336511C7A4F5613D6E7F82F9FABBD7E5A0CD2CA3C15DD29CF7221683D9BFE58CD34B411584F6549DF56695C713CBA3AFB6DE9B457B3441B6C4B87CD84DEDA271C42D049844F7062E536E53C46CFBBAB69D6C6E4B2AF487086001F389532BEFBA343EE9D2A4F840865842FBF3C91EC17EA0C48C47D09CA4ABE83B6A8748B864A82FD334BC34F85EC257A8EB8B3BEBD10F70877769CE3573858AF46AD885DFAC1A86C8F55144F9088670E1DFB3610720DFE100AF470A28DBB48BC06CC9096D6B78E977C13C44F9441521CB084601C714CAE3FAFD7ACCB4FC83376E57600556F77CB004B9CBD4F98C5F3E271257311357A06FB7486EB67F9B592995555F6EEEEC7C7697E7EEF4FA7571A82398DC561B8719D28948E3AA033B9DE2BA22A2BBE9BA388D26D3BEA4FE4027E787755812E5DA062156657D560B368899A065701F202835CDCADB86D500A6B48BA9E0E19E20736772372038FFC767B053085F5A33DEFAB8C00E3692E500F7ABA5AA8A4FBA962D86F424CB95DC60BEE2B6EAC402447E32A9F51D16874501380FC0A844F237EEDF523958A03FC207CF6E48E463A1D51813EDD84E447C3501E6B1553FE5AEB7AB483BD9630AB4493D6CFABA149B92C3168C6E1C75D6A1E503DC2D90771CEFAE198CE225C26C934C4EEB60304F26FE8931D8F02309AA969504216FF3142CA8D3889610153DF68403CEDA05E0B219B8FA9947C0AE318BFE050427F99489FD13CFE7DFF46C3C54A1BE79BE2886784AD3D7276D7068AFAFB7150442B01CBA2B3520EC686C5DC19C51D1E83F5C435194268FE58B9E25D6CDE57505FC0BA4D9F3498B557FB4D240D5DBE900A81ACD606FD5D9294B37CB0F8612A506B3A4553AFEF761A984C16D6C182B361B6A9DEDE226900534F3273E1913DE4507EB9DBE5D8A49158374CB64712B630A9BBB086CA51CBFB1764066B4C3BE57D507F1CA6B9D8560A42A75E7EFD88AB556820FF79BB1072EE2E46C73E36704E9B5081077073250EBDC35C2AFBE1F3D220231B510F3D071083BC12A351436738F45083316D4B11AF3DCA598F34E02416CC09927282D6A8D80D287C2F67CBA524A15097176A0A0AB91E0B68625AEF57B23E7D12F8F96EF6BB936F46622A5288EA8550A4C4BDBC375F63BF5AFEEAD10E73CC383246F9AE25ECAA1A46164A3A3750C050B0ED2A48C6B27F83C11E8A423FC242C51CF06EB4F4C6A4314B201B5DDF736750B787F53397EE4A46FA01C3910C028D6DC5E8DF00895B6C25A99EA3D624FF0D50BFC44B264F0C98ABDA35AE27825254CBA2CF224C07A672C13CCF918F36DBDA50C72C965CA7EFC3D7F3C1ADE17FDE5AB7F360E1E42021FE1F731FADBAA3863350CE0257B1E010B3D54AEE00777EA1AE0D7921521A8B5B42452640C3F9240DE350E54FCD0D0200D0DD89D6F0A0550B7D241DEF61FADC2913537E27C3415C8E4B50F794A925FE8FB93FE76B4E26D17B288E0F06CD62478E21E39DA89C0C947FAC510D4C649E1F5ED721444734DAF8678E74D7B5ED1007CA9ABE7F48FFB722A3BB51198841595A628FBD44654F8116D7141DAE309F7BF2F3599B3018E88EE958765126B7BB67F68DEB93A30361A8831710A99C49A51A35018A4563261D238E4D2F5138A8832EE0661A609A3EDBFB94AACB177A0E3BF68314B6992BA219382433FF513E2B5D8C1304AB36279F4771992A722D0EAD55B65A5CB13EF62329E2B54D1B514A72FD5A23361AED17EB6426213B5DD4FE735AFABF0A65C31DD9E8EA3720FB514B508FA63BCB58D3A65F66299D16D38A1E14FCE019EC439C3F0CAB2A9EA3AE516AB9E9DB3462BA0C0E24563755C407F48483E4180C8CA84D7C5262427468D551744146423B3C627CB3BB194F50F3A374E8DB67791F57119F8D175A8BCFEE8B5187D09C116845BB13639E4E30C2EB47C7099637AA3D83B502B56D30E93BD55D518AFA5DD9DD42E1BC83AFE07234B03F4E260890D875B05A73BF945181A8A05E518F874A43A3987D66BDB7C04CAAA25B6025251F99A6CB9AC5BF62B9836947A851907A7AB7B3B7757D94CF98FED5BFB9B8F9F2BFB13E67B80C99263913E438D1519BAAF64827E8F43CC5047E6468C3A78F96F8AA1FCD72FA24E275C3AD16043051A1F7210FB91EDF74B1A94C3702098E0A2C4EA4A7B17B4EFF7F1692CD77390551A215E0959FB55BBB23B3B654A4D3AFD260ECAF30F58E948F51D48E528E8E4951A44EB45CC7C09F01739E6D1C47AB9D0B69DF26BD0EB82130912784EF32F21E51A454B89F1A229973D4AD5A2740B5D4C2919B3E3D1B3B0846C60173F5C7505B51CBAE35773DDB43177ACB3F0D2E0768CD2BA07018820D57FD34558546EB30D651D37EAD7552F06B4825F636E2B3749675D359D030BC8A39A47CF72A2FA095DC5214F17C37BF12AAE5358D98F7A24982197C02669A28BCEF87FFD8136A00010C5228DFB35CFADFA5014889A314339DE2F51EDFF0B1F9DC553DA0F94ED94BF3085265A3A0C37B28BF540F46E2E1CF01B20F519485FE41F0DBC509EFC7B4C1C84E5272FA12A2F987322B50B8953BCA85727B00D4EACC4C5DE398DB87AFD5762BF052750B38AF69703DBC4AA38EF5F9945D14BCF5F394E27742CEE08DCFC282E8BE52CDAA8FD59B12860C069B3298F197C1248921E48804BA467E65DE488960C95552EE501513C1E6F5A22262A0954DA8C93DD173486DD375A796B82FF681034DAE52F2F119C5DEE19F84E9F3613A6878B8961D45099F671F6B41F9DC1B092BA0CF5318CFD6A0C7839D6EF044D74A908A4830DB6840F50CEBDB812A4E7460BCD14A531FBCECC574426DDB8434749BE5915CCA4E39A18648F0843619FFA7FDDBC3915342649EFF718552562B053FDF1C01E5150BA3C7F3F28EBBAFA5F530E9FFE2AE534BC349AD7229837D2C1B32A7E47871D402E36AA4F8362BAD9188C469A944AD535E5B6D87AF5FD8C2EFC22C59C6F99DE12571BA045B47E0A8EA44FDE73D6F9D535FD0529376AD1746B7A81C9946EC0835BCDFB33773E522074F92D9F527E3475368C3E7E1602EC7218B3165EED3550B47173139720E6A3C62DD08341C24D755539B2CB5FE6FA80535C88B0B00F8DB279659A1C3622D58076A51E6C8282C46E053B5E9DFD02DC279E2EF712EB42F7635F013051341AAD50CCC0BF394FC742AB753BDF5310756D644869B864645D1543466C8CA11DB81D0F3B98E4E8BA78EE10253E4FE88E984CE0A4047DDC3E366EC5F60490246B81C1C1B61516D5D2DF73C0853F3ADB0EDC2C27CB7EF06A007839FE07C8A490296049632A4215669E8B6A64153F502CC8F8EB25B043BB80F63B98EC6C343F01A9545CC18D2C434AD3F36F3D05409795EE20ACE10C35CC765771AD04BC8570CDC0E03E5724EA9652FF07BDFC6541683B358F925B097B8EF4E75D805A9A77A7E63C6A2E4A81F431009570E5B1C54177AB6BA31501857F76A3DDC0F62B705D70B5927C7AA744E5429E8A8937B2754192AE259E016BB6E019B5A762E0DBF89DE5FA922C81B0F880AAB296A8DD46554549AAB32B79F3F1525C9051869CB49D809F860C3562DBD202002D58A98AC745456B91289B65CE62DF04F4B5817C7AF9BC92EC5B94EC3DDD0998E75A1A6315E5459A808BAF4A33B8A4706105683CE5C1137B419E568577EE04F5C51167BB622545FFE8120D5FEA002478E12DC0FF46CF679BA4E8FE7324E69E633A5AACBF9A4546765825C504DE5129FFCF814AF771EFB511D7B156B697D7F028B890DB669C2549375F573C9F229BE6DEBB7E85B7C6C1BA6F4C549FFDE5CC2B31AC981A16D5554A580511DA43C4A196877F8F6B28829E08CFE0A5CF6373CAECCBDBFF3EA475C54C3F10BFF46B4D34889515840661353E185F5429D8AA9CA4411683856F7493F54ED8677B85FB1607A7ACE76158EF935607250AE5BFD7D7E33C017F4B455CB9054EECF931F1012A9C6C6300C2EBAC3B09121F492EEF768CB509F3173308364AC54F16D39C11CE88BE2EB9FF9C201B9AD86E57695B7DD2E1078B89995A7AFD1395501E439F38CEE83C1D5C89B1A41D3143D436D8459A1751AAF6EA7CDEE9D0FCE550282ED9156AB0CCE99F5AD70577808D4C224948FF53FBBCCE4E287BC50F0BD5505830F80F48D635A921F616C28DB2B3BFDAF1A26B8458D22A448B379B5F94C5530342B40716A3F8D02993335C2D153A372DD7B0FF518DB8852D7FA3B0ECD8E553B53B4C802B4EC075453322ECB7DB8C631589353488526F1EABC58FF453699554B1E4357E9C2CDA22F915A338CC71AD3B6498FB20E96719CEEA3EEFFCAFABF5557266B3F75AD6E8FF92E4EB16FC1B3E85E1C1BECD3F158AEA3D6DB8535195055693CB6C017A78D94F254092C7354B8E0A2D8E161EDBB361CC2CA0E8DF7A156556CD2361D3E3810D1E253D4E192BB6675119D3889BAC909717EC02472C3E987556DD850DEE3E5AC671E5B36986D860965B763DB02598F0F3BE8E20C0E14E61F557D381FE69F3A6CE3D69191F5B6C597995BB3CE1D4AD283E483DE27999E678F5594798B42BAF4E7276C3B461CD1E28756D3B8897AA901607C0AFEBE4331426D55958F6BDA1AA822D634996960465601016D860CB9C2AC475883FF989169954555A1E1D6DBB64297A91F1B3FE2774E8020882DF19FF4C48CF36D1A1505D5A79555AD8A4DF7153A0120DD97CE4C2D0B8D05135E9A2997A4BDA7E3C67CD63B25F555BFC9CBD0C8F2957328BB343E0083788A7DF18A08769158FA2A57191852003E55DED1FAE91D57B6BE7101509D75B816559754873D3F5623ED3230C266E27E5C55E188F2EA9AACB2379EE9B24599A7B245D4A26E3BE9ADBA8715A939DAF4A26B55E9E6ADC9A7866BF18029891FA98049291247E9B83519103509A98766E9523755F09283949C60CE9B29CDBD4845DA6CB22384657A820EC71786ED4091441BD455F16519449D9CDEF2446BE158A4355C683D2C07E899551A9888385A0FFF00ED55FDDE2E068B8AA458FDE57DC762A3C12C57B273667979459551D8465FB88A5B56026E2E7626CEE3612B9293AF1EFD38EE10B309999FCFDB9AB275AFF0413C57562CA97B2BE4B9E2A5787D2DF8BD0A20754D3867FD8D3E2C6CBBDB069C047B5456419900D793F0C1444E600A912950C46B39F45751B5B19FF3D28C1DB7C5BB3E564BBC8988B88461AC46D571A96BF94EF71F16C669C1CA37CE0EBAA8E59450EE5658D701F257E304D496DE781B80402A6BFD8B553F5095C236BCD1A2228CAD35565F51955AAEF148CED89BBC4E5CE8E8264955B162F39A82871A7CE3F77DA0175686BEA6E9137847D9980C100E048B6F29791D11F5E986080530E3BF606314D4568BE0A19BEA9B1BCB10F3084A5B6C75B0BF93B3586BFBE0B7E95576BD22145056A4A69958F81DCCCFD1519433CAD4E5E219C74C2168BC227F6991E215233A4056AC9E1ECCB2449D1E33C433CA15983E2F1FE5D7C651756001CAA4B75240154056BB0A8ECDB377FFB588C59367615CD7EF80887E4A3877E0FA854E3A6DBD4E2B56C1F6ED1C1FFD45F3E2493075C058CFC8F7AD905ED94026DD322AD69D0258D156C7620271504AEBD5DE00F4B4AF3FD51348FDF7F085CF59D61CEEA6F0F07A1556CEAA1A00A847376822B15D17A0901363C22EBFB1B0B52ECCAD9049B66B58DF56D4715D8E35D420F02E5DA1404DF9C42AD213751DF3C7B062CA9DB6444C4A3756FA3ED645AC80816677295C87C0FAD451512EF348BCBAA67A14D8C0AB860DC956FC0EF26B953876E43E4B5080063389588D7BF2D63A9E6C634057944526548F56FE55B85C4FA0A1C2EB38B04E4F79B62162068702BCB40C7906EF4176C71F5A570D35927C94B16182B155899B82CD88CAFA33287CAF87DFC99312BB6B8E837F570FD6AA029AF8D8DF32D70C7CCF30F34EA8D2B5101E78C7A31F594F32340370573B068826908E6336C77044C2585D60E0AC6788978C50D0E3D78C555D0821ED5765C58DBDA75FF5D681DDB23AC9817DFA971C4052E5E9D7579B0CD0B84558FA57664333AED0E64B7521D4371B124A216C37CBBEE38BC462EAFEC80819D4BFA35768F83FE143650B0C786C137DDE24CAD3884F4AF99B6307DE11A0AE86125FC8577379576812870261CFB5BAB5A83A5B2235051E6182B88163515174098045F55777ABA3A21795522581C747C3607BB91FECA65C905D86332BFB475D6CBB2D6057847980D38056AA5D408C614DCBF21BB078657A45AE68DB7351BEE5676D1967578678EFA42F34AEACEA9FF72FD127782F19C7D691F92DA9B0D81A7A73B9D579579FC86F8FFD3512D281526ACF3F9A089855B798A3B55AD728EC4FF11325937A57A68FF7780685B2B71E4FE38A6035C7DC121F07E7243DE1DE553E6FFAB4898457D1BE0DC0252CBD5A09412B94BB75FF8238CAD511D7E7322C678F4CC41A5FDD57D9DA777EB873A8520EF338512C81CC7121B4E8FB0C5C73869FF71D6B4D15E557F539EF2CEFD0500C3265EB215810B53A995E7549B5F4566E9BED4E59ABB3B457FB847DFCBFA4039120382E74A21266B7D8F4F2D0C40E98ED30277F87E909B157FBC5EAD3C14F7DA26C8265055664B11BE793C160948AB931CA3062F1BF5740580258E250DA13AF9F2048C65F8EF730BEE34E630A5AE2BCFE604FDCE00CF015581A92A23F7976DA187DFBFF9506FF108A826844A4082EC9E5AC9B4DA1769029581A9B702F7DE2FFE205D5BAE0200D5FC2C83C22F9BD9F1AD20E21FD7DCB18A5581F28E8A694FE98FAF93717AF8B992B4E14EC1962D92631B9595B3B20A3E1825828F3B666FF1FBBE2EB980096BEA08F334ADBCBCB6DDD3C0A256CE0720EBDC95848ED50EF7045E825F8D02A832B2589851DBCBE8C08B90F74D4D015D76660C65862B27D94CCBF4C918A152CD96743D3EE91EE797EFD99656227FD0A348D31ED5863228CAB68AA2EBD4104F58B62AA718F0B829CEB4BACD3B977915F1255403958702A2D5BDA44503C975638B14123AF8FF173416753ABBBCF6E8B63C6BD07085888C8C8C5BA0F183DFF20062965D78EBE12038C932EEB171B789692A4690870589E4C5D114F7D46F9C877091907567922A79EE7236171C4223DBACB08C7FB7258A4C5C306966599249E3C718EC53E946A854D8FF7E39835CCB87A1E3E1736E758B621BF77F13490F6D4F02D3C5BE1CF0345C8F9D141DD62A5A4B4C767D77AAD58BAC807930650181EF18C0C49E44AB5F8706538E7202C636D87E908FFCB5B9B58D27D77C997DCFE5236A937DB754DB715548221F7BEDC9FCAB7A0F00D32F6A958E578450889BE4BC6AA2ED6C72C6C583E777B6F791CECDF698B25554871416358EC13C172838C358579991B8595A577185D6AAA9DCEB3DAAF7AD0B6831AF4B1591619A345FCBB34A598A5B365F086561EB74CCA462F9407556B2CA1C61D7EA2593F63C02AAB5F1BD761B5298BC0007CD9F13453B2748A83887DB92DE2CA8118594144AF90FFA75DCA881794158078594E2EA11D16F28FE288376C7D659E4B035942088EE9526281121BD82D7473789F63FF6F06AE0640D2D4BE50FCC8C9AB1E5943CFA9CF9FA124EB70CBAF3D9F1C716A3D687322E60FF8281A4EEE8D29E4F259746D05FC6B39DE51C1E7858730028060FD18C4F54EBB029ADA69AC92118BEF598FF09325F8469A841F5611AD4FABE5C1918763FEB4AA240302FB6DFF33BD0D599B6C35BD0870593DB7ABE821ED5C5E6F780F993E9C53D11B7FC938E459A62D59A2B56078A65E2EB9DD482307C6B92F8232A0F6FFE808CCD7DD34FCC493CA6359A640B565A3903FDA57025C27F86CA46D0FE75E8B39B0AFC48FDEAE2D9B2BD459C1CBEC05C5CF086948C60090A8D25533244CC09EB324959E75F19348E473F259E037C9A1DCBC612F6324DBAE8A370D44725CBD9A2E98ECA6F6E6461445D1CE59F3316EA5058138A3C6449D6FB358E46130C9AB1BC1A3D471E89E7026458D965A02A334729783BD9342D68F048E93D97A6E97D5A23EE92027FA641B52ED11CE5A16AA9B47198B0A2B3A50E57C3E7F73B09050635E1E994D2271C7EAC1A485C75A25A4B734F92793030AD443F4EE1260C5DA1C5AC3B3CBE5347FD0636AB62F6C5A369E72E5559742F721B374E952B37917744AFB971B4904302B644922EE31EB5A576AD549081AC2672A28A854D80A5C4CB48062723774C980B21E0ACF4541E65A577285F35C23B910CD9509FE21B95E6C749CFB94CBDDF07C6FC743D820C96C5A5EA1EC7820AA2001ABEA842D96177D08A9089D3AC98F5C83E172B6FEDDF24E5A62291BCE560F6C4ABD85660364A6BE8404A11258F2D2236C57A040205720185A91EC12532DF960F3D87EADE76E56EB95039E22D21A554D87543BBFC2F4173F5A9D13D3A6813879E9698FEB8CC3EE6B501A0E33CECAC291E8918AEF5D9BE8BF5AD0D6AAC1026DEB969597227C4FA7EDC818BA4A0FD77D5EB77FEA4093C6BBE55AD58D8589A0FAA0EBDD5A2F2EEB291CFCFEE077A6CE7D10A5B7E986B6D6E8905AE6E92D7203E5BB92F65E8E2A60107436879192A72F17C2935B3CCF68E9EFF95B0A788553D853591B50E59EAB42F1CF5F1C5883DE0FC74B3853DBFE6123E6EA5B0AC82A6B0F30E63544EB611B9834CC13B489D6FCB1E13BD0002F5F9637E3615B198F0C95261228DC870091D2C9CE956C846AFCF814AC479D02D3FAF9F1B76E5B1A24DD0E6BCBB9FEB1E98C643F870C5C7B1ABFC4DD90B3672FE35F2C69703C5B24BA017228C0EB10B4DA9B80B7EE9C38A612747F628F4D7100173EA635F0465B3597B534284B4C39C613262D6B0789C047524B24C3C57A2CFC62364670F9E25B3873FE69F5218EB5C8401906AFEBAE9D7BCD1E428E752466FE1CBC0B91F23C5B42A5FFA9DDC9FB3CBB73991DA92ACBF93BD1D5B943C65D2BE183C6CC538E735B44FE7FE6F00A70F068D953EE75B86F3914866160D41F010E00422C0DFB69115B6532B73CFE77F67435AF48D2F8AEE46DF97CF6D7DBAF782346EB19C9293D685B65B91987BE0236D318530E9DBB14E4EB22847FBB93C3B1A67808616B4179525B743B7DCC6E5BB9B65AA6564CAC9F5BA6BE7154C37521CD1DEFCB2D2E0BFCE65B758E2381BAD227FE0F4B467D88617E1A59B70931E1DBF39E4C2EA8D170FB8D5B7F5B388CE69CEC61FD6B49A980B8ECE925279E6EA98026D4F920E94710B3175B801C29DF8BEC5430E87544571D50222C4C94C7AB5BAD04492CDEB21E5AB2465B961694251979BC4B5218A8D1E31E6236C63D04465CBAC3C66164C2FBEFBFE15B98C90BDFCC553A08CB83564EFB3A914F8890651B0EE078FBCE8AD44A1C2F5A5B9DBC7E9C4B19C658E980825B0D1C221A2CC0337AC22EEF8753CC22A63B72165BA3EAC013150A29D03E6C133DD16CBAF85683CB3B4F97779710977E2080BA105BA99EF3BE126627544F0E54A6DDCC6508F3A80BA6661B073D3DBAE39C26D3695BC536E0E4150FD23B5D82C916D97164A617E4DD4AF40A7DCA82B8C9A5A414445BD6E0E418791FFC5685B4207C8B749D0D1A10D0F62F5D585C6D24FD92AEE4DB5BECC88A4431569579451E884D09049AAFE265CCC80A7E251B55E02CA62B9E8F5C03C9AD1647BDCDAB85A24601F85636425AB5E5B2DF40DBAA3206588A344D775C4A742EBE4EFBE1D83400831038DA2286D8CCA58F413B28520F155B8A936C365C5E3B12D712AA68B17A067B1787BBC56154AF8B9D4286A999F37B1DED60C8B55C73CC718329937CD104BDD6494A3CCDA72C784C49325B4BF606A3DE30E450645C78B6632CFBC46B8C57629E9F61CC8EDF320517A90A91955B650E5D0DCA734A5C7CE6DFAFEC1B542874FF32FDB1C2018885446E5CA3911DFDC6E033A01A23A05C88234737809B0291F88131A5B0181EF0006E5873B064F7C6EFC9C706C1F5B65C94F43FBEA79D199C954281DA3AEC7BD3963733C29AC5164CB7CE940B4AF0DF5C953238333D7F7D662E0FD9CE011970027BDBE7A3A8C6AD3ABDBCD36D1011645C9F4182525A6EC639EEEC6C13722858F975944F0F999AE66D43C9D9E09C84435CAB5F7BF0070C94E35BC19147DB0E44D9259486A84058BA6F5B744F1B7831A55CB194C1484F44C4A87BCF647D6432EB1F73C34983F431654F3AB479D1AA80B15CBA5783C9BC895357E81923362B110C32BA8D7D1C4F7D7C4654B15CC1498A0D5CD618B52483D96D5D49F9178445FFCA23B6C51D282280D4037363AD31841B2E5CE2026C430FF8FE7621DBC2F7428AA7776E1F1873EEDB9825791AB78DA959285CE8F3B1FADA07980F3D82308362DEF29CA9B29132D69AFFBD2094607354523C5CF3F08AFF33ED9353EE841852E30700BB4EF2B4D8458B753DDF986FEFED1D125CF4AE799B547B86CCE2B3F19BDF4DDAE55093757C293FDB0016405CDDD131425CF99E5536CED3A16ADD805D627ADC8E1736E9782B7D278F728DEC8DCBE9D2995D1420C2CB7C24E42C628F4577B3AC019DAF602675070C0F4922B93585E060615D18D14692CD3526F48AD92D5D9FB4BF561234E21BC96442409046F5E71F10A35D298553A877E41912E3DDDD4DEB55D59D5885FAA25106D43D1E8958977CFAB85D3C72A3BAD6BDAFFFBCCE34C76A0ABDA8E790E3684E528B7A2F9E3EC00BFAD55D412EF7C9A485FD15F482ED7AE22EE3D26A8EB82F107ABBB6B513C6FEA9F98F5D48BDBE42DAD2DC09CD6D33CDDDFCF9D1810268A2AADCAF307821656BA2B42D5D4AFDC6C4F88C656255ABA766C83762C45E70334B4F46DC8DE2BCB69695E7075D4E71FD4318F04EADA5F61FDAD993D1D4817D7EEE3C61F5A21CABC1FBF0A5DB5D607E24899DAF98E3A86D675BD8134BE335C84E9C6402C3046A73699A52CD465D66C31DDD05081C438AF8A62D5C4F612BEBB08E23196934FEB2789A24036A4B5DA4C8C986E8B8C8F48B6DFF7BF977C717B023DF9F5EE9C92C6E8CB6B4B52C3E5DAEA3F046481D0F7250E72D7393F2656E037C8BB858710DA66D66D960E179F95DC4DA4398A1C580F9B9D011501F79A3C9280ED4F2EC63D43A4323F28A38F6B75DF6E0E2761359D30A8275058E299FCC0381534545F55CF43E41983F5D4C94565DFBB59AE89572BFBF367C1EA91EDB130F571EA9E4E88C188480F97727CE18595DFDD0C0A107F856301FB8C7352CF94D0FCE8C39CF6EB7017244557506E711375DFF259068714F89BFD0069ADDA6FAECA07401DE71C03B2B739D56314284E5D55DFFC0D895A8C359F127BE5483F9E3D2B930AD209350AC3D3C18FBFBA007719A5E0ED410C154E0C8BA5EEF860B1F87C4B73E609D7D6ACA044E47D15C27CC85115E0FCD3E228A35E94A2B1D66B4AF69AA37682643F6CFAD58BBB132FE1A0BAF4B5E103771FCB2F4B055643E11A956B9134EB3A0F563A7D3680B61C09170396B3C5E3ED51DF6721C3D609CBE94B3B737ABCA1A90EB9607E5B710E829A50C78CDE55E414793909CC85E7FDDC03720CDBEABCD3660D1FC2AFE245EB97684CFE9945F5E4AE3E51704708121F9C93C93C1CA9B59C7F7961FA99077B21CBD0AFEF8296C5E4E62751A78C027062154B6E8FEA138CA076FBDCC09799B597C917E951C43275E573B03735DD82D34A7AFE05680DE1E38B434A6C65E83CDBCBAE5802C6995D15E670B2004F64B8BCF63A15ADD30EC28DA21FFB97E04BE7A57EA22053A174E9E5E6DFEDC6D5BD8142898B243EDAB2C6D2E5EFC97768244DDD2473D6D73A876E35EA6DF159C83C3DECCCE9CEBBA1E04C89CB335795CB3C2E173E3DCFC9625BD985EAB0E20FAE7AA71A0286A9720E5AA000549F996667DD1FEC5226CD7FC1A6D175EB70E3A9655B79BDB72AF55ECD0AC1DCB1F44BF5541365966BFF480430607625EB8955503A76A7894B77B969F2B22263F35B9598B70D1B5FF443FBC1FCEE5545EC0DC12058004D70AAF307B7A027F738C843E4E7A05E99C2FD90740F336D7525ECC9FF80CAF144C479BB55ADCAF5103F138568C57978539E70A10A1486218325ECD485237D42D8E49419CC4C3BF4C23E77E7BBCDA8695F8C955C48FDA7ED9C95EDD8C29AE6EB654E168293A3322576A45763988F7C64E6E025A2D6DD1B5CB4B5EE40F5007BA4B3AB96058131582BEF7C259D6177170CBCB491EBBFBD17E1CB55EE9AAED6532BE8C326544C214C2FA0DAE88C5FA2F56F8F1BD715E3C122CD7D95EFABDC31B13EE81F82EDF3AAE25352934164EA8809263B66A2C07D613A8367C5EFDD78BDC84FA796954AD990E57E9AC619E8AF34423B6CC467596E586E6327F5F1B3219F6DE7F660A772FDEA91EB97DA00DBC3CBAE0DE380C185AFBB59C24845F1BE3AF4D37B0C6C4988D54661F26255A94A98031809FE0CE53C52FF02DFE765F1F7C42D84F1ADFAD2F4202E391FA6C6B7C99537C0164C788680865B3DD50E05F2C81EEE7CE614C4FCA306CD39442155C8355B27BFCEF45B972A7F387B940345F2D6EDC18327A596679138F852386E0A1965650B7A04DC8227EFD5F165EA69B5F3D3E37620FE1990A92BC8F36118868E9B6A850126A7CF5228878BB1168C8795F3FB82CEAFEC049E08862657DE9E938C65C4CEC1016A3611773118CE31EB72F5F54815F3A728263D0F6DF98D2731CCC1B014ECC2FDD5DE90AF0AC7BEC7A964A5F641E75DCF7419B11236645A32A842E0A6E39EDA79E541AE8C13970596258885F6C62F2AEA552B82CCB27ABB404F449B0689E65919C52171283E2EA44387D485F6FBDB518B059D9B101C9D4528151998DAC5F7DC7474A316D84F65DE07EF81F5F8D38F3BB4013F4AB7A186466307002606F8FD671710BCDD719553AA49002C75F98C8103751BFBBAB9030B25793E98341912D401A43BDA754954D8D329147135F9ED81EBD999533377E859C712F6A1EA49E0A1FEF84EF3913BB53DE23738FA95FB1AB17D5944AB401E5A80AFCD95A9344FCBE2EAA73BD41090F31AA6420CDB25FB7E5369334090B9A83D45017EDAC4B5FDF60BFD6491DCBA8DC313FE4A7C54C5FB8F911FBB1254D80530F4BA639C0247988EFABC316B6EE678A8084915F47FF5FC9244022A1345D28E38FEAA55855B86A05C4B366ABB44973A11E02F28CD2835FD559D5557345C6B954D034715098EEE59F4DBEE14453DA463E06039FCA43365FDBD79B3F266D9EBD485BB94AF05293A86323FD20A6D9069CAC4D36458182E05FEE2C40C45C1F53B5F937E46CBC6FD1EA4617CF50DBFE548EEBDF0BDEA847395FF633CCA5C8FE33FDEA2A6D09A1681ABE6E4DB7AFB22019F1D1FCECF16B58EC60028C9E3E3A89AA36D4A91866EF0C9199B109F804C2B5EA0828F572A30BE1506016B73E50CD88CB99C024492B3DA1C69B30FAB5749157323653FE5FA63C7048603EB40FC1194E67F1BE964B29D2CB15E31B96C29E88A17026304C4065EB1AAC6054B9B02EF57C09DB9EC489A95B62549CDAE749ACF98A8C9CA915A58886F7826060EDF574443BD317D00417F9B53F5E2BCA93356D0215E8D15001FE7CF31226607BF359C6F1A40468D57541B26C54AD1B10C84EA52DE76FC27267EACCECFE926082150AC11CFFC6CDE4F9520C205DAD9B73C23F9A4993646923AE381C0C47706088A6BA68731BFE8034449C55EB9E2E66AB882499BB45A561E63C70818D5BD26092EDA71ABBA2D33E66943E11E02D0A7D132980D9DE9E87AEC56747184BD621609FCB210D3B5E77B08DAEB3C46A4D52552226DDBB499ECA9D69ED3C6C5E48EF60AB3DD8F7DD49A0788AFC27E07518FFE005D07CA41790E003CE994BAB88210E60B164498F5567517C581E99211CE166C0B97E6A9F6D25825AF6AAD0C4701B9660B61572B119BD7B52A92E31E74295694B6B298EDF1EA619354D9406B2B5AED560F1FC532CC0D0AB04853DEACA33EE2052123DE0685231C21A8FF64DE28424BE61051F5C43859B15E4D282964CCFC96E1BF455CB5B0CFEDCA0FD7B2719871555610A895594D87EAE9A0F9E58878F7398C75C0D3EDF63668D0B170F0E22F2F3AE611CA3323E8FEED562E7C05BBA2F57F38996747A0D186CB479C16F0EF955806461278CC2C98EAF44DA75394D4AB5FAD935751B7C43F56DA4466853A4A2303095614313B8D524E5A2716173A9B2365B609C9A1B758ACBD693C0408D575D2DCDA76177CC4156C820D83E5BF78B12474195A7491A0BEC200C0CD6E2EA63725C6CE8619C66EA984B1F17BFA415865A587EBAC1FDCDBAA1BE33FB628A5D4C1BB83C3761A0C72B4A23E0FF0D2F7F5FCCEC0F54B15150D7F3894F8CD96C91E9BD8E6C3F61BFB2453C32600DB55F88F172618F800AB2E4B77F7B21AF927B91BD9951D8AF61C1B2BEB57F817ECDA7959E815A4276FB984C6A19DA2A8D4168F32AA08362C061E0E8B3D8F3A07A43E5B1855ADD809CA0BC3BEB34887213053D93CE987CAD1E61EE758DF959F2955D8FF2981CE4695ADCA44F94E709F2AE55C76824BB27A99D61F6AEE2DD441C0F8811A68EACC36D459698A9520CC1134274D4020DD33F665162120DC093433FF94486BFF74B7DD2FABF9779A52F84E53B7C4DF15424E83FF1622DE993613F8C3C07F3E9021A2DB7AECCEC720D2412FAF8A45AEE857C59BE0A62478C3033E28ABC9AD20D51BA51C151408476498346022E33ED4DDCB22555E1624A8D926D2DFDACCAA7E8FDD535DA35335023CD417BB88EE1D636FDF90D35346250391906D0EAC3FADEA4790450AFDBE567E3D122EE1C1EACC498FC8B2256C062674297789FCBCDC996291523E94295845F1FF975AE19F1F5A9A872DDDFAE2B62B9FD571519CCE6B728F68E038D0203119B3AA08C7CE3B1D75B1DDA4BF130B062BA4BE712F573C96D844664E5031141C10EEBDB8C8BAD9B90529524A609FCB362BB0762B5D9B2A54AAE01346B260B72FFA26858CE2BC476D7FD4F74DF24F4EC62C0B23023CFA6ED1E96A49890412A8F3EB808706A719C4C2A114C4E2A1A34D462CFCC0BE93B95B1D8BDDEEC77229F8353A7388F5C7A91E613F0A3A97DD24E3062DB1151861A91EA8F42A3D75A51584E548F8B361CC9CFDE7B92A56842DC718962E90608B28BF48880AE39A9DC217FBDC55802B1F8803A0D335F3AC6C9E36D6362F592E771B2E171FA5B98B0A6E7D34A7390E6D8A25F7EC5342FA0C96071CA1262F770FCD164EE5E52190AA7106009BF3D196441AB196334B4650EF3E7F1732C630F2318C6887C46FA9077A14A00AF60777EC15E764570D91D8FFB4CC195954C6313F0BE4BCD98F747D91BF17CA0E1F7F9F700D7774F3ED3571F0E0E2192BE20631EBFD9FA13B28C893A0FB8CEE55565A8D31D48A043C14222295383CEB57BE86326FFE77E4C895274206A3EDAAFBCA414C7F606E3F1450F403EEAF0C7A260C263494831C5A892A53FAA82CADD228AFB3D20E3FC0AB7B37722E07BB0A20BD2786353A61067A1EEB117FA7928CEC5305EA3EEF006789F61F0265B0F17F2352066636047AC82C3E8B6F2D9A5E754DCFCF3AD7E7AA29946C92BD255C89059DA0B2C63ADB44FFF8CBA6048B887C4063B16FCD0B316C3C4D24365ECDF5DCF99B254B963BB39AED79B8C106149E2F86158380D722C46FC2203CF10A6D743325379028763D1C5D05E2286ECBE93CF559FE4DB618B3FF8BBAA5753516762BBC9A1D21D8763D5486F1CA69BD493C4B1F0C05255F37E6F9AC2CFB32CDA50C12919525746F763E918AAAE6ADEBEA8913FFB6C0527F23834EFE7463D2F333B36AA295F71DBD863EF2E7348B3E12AD92D17D8A8F65FEA3AD505E480C025963B52278B4B8E84D163FBC3CA97FACF069217A0425AE986DC37C314B2DF3B5FCC7F5A968F65768BB264240E47BC9099FB6A81777D585889798D7532ED5A3DF9B28F496F1E112ADB36642F650F03DC5C73FDC353F83AECA786D1F8841E24666CA9B26DC26F140BE96A6431FA33F9276D9C817AEC551B3D26D9AA24D4D93F74F5D8F3D78924FB68227764355BE6262A25F4D70DE0DB0447B28CEA3809F27053D30E2DECA99F716039376442DD91C95CD90F45A9D5DB6745FF7F380A96B7F2A48CC6B17A5C0D78F12FA76450E2B1B118BA9D02F803BEA9582E5DE2CCF339C946DA509EE1F62B8B847A1064578C274D4AB965C97E767810CE687BC8735FAA7C71FA6191DDB4BAC665CDAC6463DE3362BD5BB75D091E80A47E3F3B5C5BD1586B9599D0970E0EBA8A60817364662F0596C864426C1B049D9BD11FE2E7D987F20550FA9B5107D8153D80C223646A7192F9655EC231774B1D3449F06E74E56656433212F7A6E7FE321F4071F264725CEF83FB3DDE790C8B5A0819D0C45D9B8B04AFB607F92ED7C9B1C6FACB2064807C1C49A26DA1D5DB74E5509EF27FE780A8FEBA398B06D836E31CA3817C136483BF09599797EF83401E401E9B0E932BA1CF118CD29367E8CA903E242F92E26491CC83CEF0E68271783F92273F6CEDB9904ADE6BFA53108DD023DF14EEADDF64A894F0BE49580626DC8D9AEE730BBD21B52C1DE3CBE7172C1A567759154CEC64D230E8C0B102289EEEB8119C120B158558F07D1E7696EFB7601D10F104DE2264E4AB0FF457EE69DBF61C055E1E2418C0A39FE5CC0B8A0B5F0FF281B566E61464F2720669A4812297667678819CF2CA85C165B64BAD413F8EB2A853ED1332FF64F34EFB571D4E0EBD565343C6A821AD5C4B0C3B6521A31D85D7D92A54A590E264FC9CB739ACA69CD330803287D3CBFF68902C412AFFA63B7F334F8E1541BF7F6534A4A4FF63D2727D179A63D9B8654BBF57161E43F77324E458671E9FE0882D6535886B7948B57EA284A5AD5E7DFD04F45C0BA0908866948723B4B836D5D7F4653A694BFB03A016705B19930CF3D1D714C638F1127142E551F1C49B2833949665546DB43F98550279372C928F4BE9130D9388705355C8C015AF6EA238CDB740656EB1522E094F46E69C124F0F58EF990150FA12ED6893A1DC59433EBF571EEA659B0559F6CCBB4CFDC7FEB61E737B5481BEAAED3D42EA72764946551C4BD73A65CC454209AAA5A64C7AAE749BBE3DE3469C2CEC6661A7875AC4E07BAD92D4B265D6DF4A2AD9CC625686062C1C8D014376AC62A2CA8302FB9950B57E85FA8B2465D893EEBBBC84D472AF4A51D728B64F1E405FD67927A72BDB2A2677B2D0222E65F7F7D3627C2847BDC6F2AAEF1AECAA724BC3CD3CBA9C9B37F1C912C707981066023D45C4DC07A859F1F00AF23283D566EC16569A4C8815240C2F4445B1DDD76611156C022FC869016FD6C31356DB4C35E472700CB848CD85D19C35031421D9661570FC3055C77EBF911DBDC691DAEF9C5DE3669B064F23956955CC7C6490706631277FA4F329558EC9BA8B144FCA2BD770F1E2E682FA8B500DEB6B9ACEB6E8663FE4068773D38AC23198980B891440636460B9E5FBE88BB2D304F736FCC4196653BE1F7EAF2768822CFB92502E45314AFE063E33269CFA600742F928FAAC4C6662223DFCC267BD2E9BEFEA3EF07B61DB87614E87B86C3B29EA4F0E26612C576668A0C55031C28E38916A495515FAD83F377ACE0893C66AFE75BAAD2B6A283E666FEF720A26D9A3DC072F0996452E9346DE4DE6FCA4E2A707C75F86688F89B066B539BA161DAAE2C8C88679873794E6E82C57328329FA03A95BECC52ACA026F671CE4D3A60DFA573AED509E79E50EC87D702102EE1B3B950D829E630925B82C672DEFD084C6E8010723683B3E96DE098C7CA184A333CD7A42D7CB56F8FEE7FB6736A442C2074E70FCFAFDA326E1C7FE1A67AC71063AE69073B864D1DAD5FCDE673B37341C13D9A3B7655AC6C93D603779C8FE9CAEB421FC7554E939561A85066756B67C07D3BA6761576FC445BD9EFF1522F77B51F954CA12EA15171E537B3E6769493F465D7F09AE0F7BA8B0D55BBFCE95F924B95E238A94CD049ED564090567851741F46BD0E844B7AB098003640442A72839F2D1DDE6C2D4BDE215C926B7678961F36171AE24829C2B71AB306B2B2694B4EE16803B1A0A6C240B96681B19678E251C625D5A076AF96429B2B9022DB39F709C46CFFE1BFA8F966A9F201339679BD4C5203EBA9BC030AE6E2912B3E1B45832B4298297CA303F38F3F2790FED679FA4CEEA81C63E9414BAA0D99780D7598997A06CC10DEF0F970A09506DB64167A03D871C8F7B777532A99CE1AA7884921F9AB56AE435EB883FFE81A19BFCCF67B23B61DAC2BF5D8658B11672C67EB7EEF60A9374D1C2B9A06EF8BF32398E9367C62EC524F36F3871B5A73B5A1437747A3FC08BDDCE0FC7B0E6BBACDAA2EA2B67CEAAEE238FDBD8054B8492515D88B8177FF7950AED34347793F14BA383E41967D205D148EA37DD114980CA8A7F970C7CAF4869D1C5B36C43DEB2E416A811BB67DB1667F16481767C553D8E9044B24642E63B0CB37EEC6A178F055AAC66EE9C67E0D395577F96859AED05D1A6F0C60A5B54F90A75415B7AADE2831B477A611468040DC9CA92DBA9236AB645C03BD5ABE5E8EDFB7D51657F2D823610C480F4436822936E18BF01A739FC2861E09B680C87DEBFC7E78A5B8A074751FA883C2282682780142B19953AEAE875B0671B83630459638D039DDCD967DEDC3D16C2D26868307A4EA299E5573A1BD5E45C9D6A10EBE658BD258FF58517401DCC66893BC468426B445D7B95388BC3C768AABAE17E162D328D7120AEEFBCC1E004615A9B7A685CB4A2A67C714122F7AE5F3B5EFEAF678BE0956377CCCEE49B0D030B1D7B50688985EDE3C195ACF75A7D9B87DB0287DF62A284FABEE4CE94E40572D38D3ED768BA683C67D4CC0B73292EAAD796A102AA0FBE8A1E57CBF030AF785A484344C768BC5D33E6C0856C102559E62BBF8921A88B864681AB6F5E1F068C3D1E95E41468D5BC6FCC38751AF03AC938FA4EE4EE37A007494D7F21EC1AB76CD46AF4233768F90270AD1553803D545F6B2E2010E63EF255D5114306D66D16DE1E6956BDEF68FB9631039FE770B6EE46BA2979AD64CAB1A8764E790B4E132FB9A83EC97582691BD472F5ABD909A72138041DA513BBB41D7FA9409E44EE61BE0C458D84CE7B692B3B4E0CAAE033C8C7CC96B103204586E2DDB67F9741E4B9B4BFCA0BBDA32B693A88A1993BC612108E3099245076FB8B9CFA1CCE460A5370F41332D718D6B9695B2D5213FF5B13BDAC34059CE09CCCA0B82F497746A7D1450955E35578ABCA696057928956640B9A12FCCCE4677A0095202AC2049C98A84EE1B78C5EE0E26569705A26CFD0FB60556ECC240150E939BD7841098BD3891BC4BDFCD50400B10F6979488845F9D1B53311458C2293F73ADE4C04EF0D588ADB802C247C75C45770697EF7B7F4AD863A3A6C9CD377C5CB89CEA48FD5ABE23851F069DB0628BD774169907D6550B32E500B7C5315A7025B7788CAEBA0C857A526771F803483088E786992E6EC4DC657409E55FB7DDF50974FBCF5D24F844A6A837234E7DF4D5F457B6993D430081893794E199B1DB8475C38E139830F27B6AF9016312B90382A486469A37F90EA1FBC196959539201CA2792EB8CB56052EB5E9884B8799C1C67133469B16E227D0C84568EBB75A93329211EC6ABE8C8FA5ACFBC7ED55C435E26CE2469B2CAB14C2E31A96A01C9759EC08BC7ECE9D1309A0475FDE5062FC226F1533069B8FDA8E1F076CD2A2BB8171C8DFC268F13CA2611406B4D19265184CACFCD9269D29B6FBEE2C3F548F7D39D8EBE4A31FC15A5BD198EA2C084DF70B513408D7469E3741F19052E1525B42DC5148F783B0A973E72FD2308072C9CEC4BF12BC8B769E463F502EDC327CD94D29EBB3E99CF3A8294326EB21F51A09AA76E875E035369F81E68303DFAA3DA055D3859AB450A2AF5D3BD9EB6BAC06E73D1DC021D881B6A03680AD198A0E42880E1260F12838490A345A4B8A865AA1710495CDC73607C6A05BC90DDCE531B93D7CC3DA373CAF2EF81BC0E95CCBC2AF781AF61E2098AF16A21FE6987AF4834D2C15D071512FD654CC2389EF00DABD153990B6CB1C863626A30A69134E0314045BBE4A95808BB3CD900B50CD21D2B269F596A243667B6436A3676748835E572062367415746D99EDAC5CF0C23F1FA59EBB615C52085AF7E6A3CF6F01DA909D1A92A2417DC1EB02A73A372874D60ACF465D28B0E2183FE066A3DE5EB3850E3994E01D8E498540D98865D4CAEAEE9C6D954DD4300080AF21E6A43122CE60B550607944D61A3E3A6135C6B6444DFCE77EE90841F69B0DBADB26A47CB1B2710E64331B44BF068FB891862BCF52A7CACF811FCA6591146B9B8186A490AA3265510409A9794FDC2E606346F3DB19FB9F1777C7893D3A1A8FD5ECF6A5056A2129FFC5DD567848EFC324C19FB5253156C770EB54271D1184BB6A2926A652B3DCBB5684FEA640A3A74F798A928D9FE14B3848ED274A4C625BC31BF8D6A7C54540198A02A99B7F0DD2F235BB6FD3BD4555BA9423F2C9EDC908DA260356A829F38DAAA4E39DD7191A2BE92860F1B9B061BA0D8390DBC440F40F16654556A82CCECE134FB437522D84228F2B337D9E30D58A0C446349F759A4E63D2C3886A86E1D550A90C2E831463489071F3493CCE3B779C68428B4E62385C3863F4E96A9BAD091BD60BB6CED0F72D1BF28AF3255AB24C39497E786D488C18D583D7036A9D6F82390AD5A0049BCE9279EA895BB28E3109E9971EF41249C9C511AA80AF6A9F1AA27087A311FB4953F1C50B62CA9FC7531F7DC25FC6569AC295C3A486016AA39C265A93790AE6725BA68421CC1BC491D69149F6C202EE087D09DB492BA76AA87ECBB46E424116BF04C32DA2D2D4981746FC4FDA5A2AD0D4D5337941BB5E6AD6AF63C192513100466F9B20906679489F44F630020E4029E1844310D2EA016AE0965D1710491A96E2054B10787A0ED59DAA5EAB1988EAA92162057599F1B06AFBF69141B400EC2EC653F8684EEA7DD7950B468A7C59CC451A3ED1C54EA6C86AFD5377F44B96615EC3269C9FD23409AE158DFA918FDCEE741E42BBDBAC69136B01BE6938BD357BF1A83F7D9DA9D5F90C928F2221BC8B41572C40157AE088556B15B96C7110C755737FFE6EB685335C7D2532B63F727AC54287CCB2FAA1DCD36B32A97B7AE585D7D024B5002B33B49BE951D38958DECBBCA32050FE05FCEF036B48257CA45165D448A27A0D59876F95041336467093A469305BB2BDE7AF801C6B4EA84950F3F594C8F52D1A377D48A082178E4443FA3BAE01CEAE3EA34588C46B554DE02CB96B9645482B91B179EBCF4A76F679F6504BD3A8F3CBC0AD83652A6B5DB05E89823DAE171BDE75111D1A13ED0EB63B14BE0864AAEA1B32B78EFAC56B8FF858CDF3B590E7447F8D27779DE2A3F7E285064DF5FF43DE0AE18EBA18276BB6332F42FE9E07DCF3090CDFAA1A940E70F322D64AA5679E136816B395BB136BD3E4A0C9B7645AB6714E04D09BAF1AE72CB2460B5CE5C81AED442B0CEFD3016BDB55CB12DB9C5B390FD8806A8DF34CCBC0321F75A6C139EC3F75BBF187A3026BDC5DFAEB373054CEDE1EAD71A7BD9523AF1843C2C3D6A099D2B21530E46A916BE2AC5A75941BD0D2F0BF91CD2C86B93D279EC8F4F6AED0A1810FC7973ACCA86BEF8C9B045004963BE5F2C19192124E33700EECE3EA1A787189CF5257F6AFC66C11849AE5D6BB1071531229F63FA6F4E706ACEBCB5C5AD4AD1884948C21863F6C1DDA0EA6AD94DDF8F13D959D51A83E7C5AD8CEFCC98ABBF4F43E46355983D16C218B0883AA7D5B7AA36DF3AAA7A581E7DA12FCA35786D62309B10BDAEA8D1A6C4C555BAB64BF672E0D95C4CD350EC2EE700D5118B191803CF85BAB767230106C5F5D1505283765862FAA1781E8D136FC16BF64E9DA05CEDD70EBC19A6B23BB6C9ADF48BF8180E2ECF1DD870D5D1630D70B24F57BF81BE509254F9021D1D8DA6CA2BB21AEDDF689B64FF5B6AF1BEF65147579144D04E96D1331ABCB2F16B3F36CADAD4B24C7733046507C50EAC75CDB56A553CD263642AB3DB7FAD1B28E52906CC66934ECBFA6A1726E1FB59EB1C2EE75B329084B806A07F0A63580E68357096CE3EE882DA5F90781430EFCDC6A96B7D892A267C95CB072C4BECFB84349CB436CF9618E7B2168C950777BE62526DED6CA590F30C61F1F118A81D29283B17C746D00820D3E9CC891D57F4F0F0C763CC8DA6BA161A3651CE90843F183C8D4F9406D01F2DBCF4F9B5D5ECB2D2CA5717372B0A436B556F8182546B2DABBE8A3E3056D0665D187155FEEFA544722015E1FE76A55400EFCD9733D46D186FA357CA69B6D0E0D5843D0073953C967756815F6A67EB6041DDE526B59076D6503E8E2FDAF6D124E010613A08CC2D0D50A546DD4DFE94723D0981BB7E37D8B5A9A59D580226D1F39B6AD289DD4BCFC93B117795BB3184541BD94F31D9AA749C12242655DF16D3B41FD0D64D42BECF5B9E9846AA837E1CBD5FD714EFDD37909C0768D2250F76D60A7C336EBBDA9A9CF03B3BCFAAE25F404DA486AAE06E46C93CCAC3F99962E6D6CB4929BF27CE02C43BA2BE849624924D3A8E9AC1A4884CEA35E226C5141EB6D6CE3A7D49FC44213059D3ABBFA870F2CBC2512638135694E04F79B8039AFC06D6E0C6D3EDE8ED951513004DE3530347C2438F710D25D57B6705FD9C64C74736D7C69296D606DF0491C7D49644B6A2B83399B1D56F6F5CD806AC17C2CF2C4A56D7E3C5D8C0E784CF1F2B4311EB18BE44138957A02980014862D294011CA85F86D82A3624F2DE60437C2B007994FBF610324FC4C90C1773FFE4A4551079D55386D966F79667247DDDE04DA545E35DE1694F35C6B9D707FF0D030885B2A21D7E86D9803763CEDF42E1E4BAE9309315CB80FF6A717205750B5CF4CF9888C8E60C46D9AD7A9D9735D53374C415A19263CECEC8496B376DF82C8ED6650BF469DA46D6DA347A0D5EA9D20CBC28B3DB78AC5E2F27ECD354F5552445C577196E11D65E26DA6D88A0B97847D1F97C0F99F7FB6E04250277C157B4D32F1F767EAD79159D86DBEAD4DA0C8DABDF1DDA99D133D46A756DB37AD1352EECDB67D390FBD64673D6DDAD3A52793E9BA9952D280D28CFA2A7A0CFA9D233AB3D7F62CFB6024E290636DE3FA60656B7DC3A2F48810797F46BE5BADFFF675CE0A80659B98B2B2B3C55E6DE7FFA53C46051281BC6808E476FA2545CF9131D20C145E419B0ED4BB0DA1946DF69325E599CA845CFB88CB0C5B3C0E8D982D044EA58E9632FBE0B41E4552306DFDAFB883C9C0E8BB6A9AD1F63874C997D3ED4BFC1F0DB1B6BB3FD7472AA47A6E154473260C558FF14394D41783F96E7D2CADED69ED0076F5955FBF6C0DB3E46E34637970B6BF7D0305B411EDB42534F817B96D8B62262B757642C21E0389A86E35DAD0046AC286417F783366179D4C950F197BD0C3C193F7E96917C68E39A16E42A0840725150445C2B63EE939640C135B5B7DB733E4B92B0B85686C5F069B6E4CFF7AED3CE607DF6BDEC98537806B2D971A16901341E54144D7A4D16028326E5A8A0D63F71B2025E86D47D4F2E25696406DE240760E0E0254E0FB494AE64B6E5C1220F99014B817A7E42F4ADFDA2D2BD4D10D03CE582A4A9FA5848169FA486E646BE82EEB438F7A5DC9123966046930DAF1DE6ACF8F9D2759A647AFFA673E6E70679C67F0FB077AF3206710BA35CC732E6E35A286B54C8C57C2349C1EB3B16E71CA30C723864F827DC0228AB4458A4E188474B29E150C21AA15AEA91343E96E75E0FAD0B9D66FEC4CCFB3A2F3536FEF636F554661EBF75B89D7B1DE65005C6E7FF0A354C48949C2E898EAEF7692DCEA794F6904C792347F89AA4D781BA39F6E80E8C5E82DAD15C7519D3107482E7F78286AD5AB38EFAFC758DFCA44A019C16E818821B8355DF2D058F616ACEBAD9BF3BEE853E33BDA753C7D335538DE27206E94042D8779755FB4BE223A7E499538F5CF2A3207ABF9598B7283FCE31535E46EA8EC3BE04EE6398040492DC57AAECCB991A43EE199D8F4814771C5FCB020966EB61C30EDBC9D6F462111C456015F310B279FA5030B9478A8C468731E3C7A3D6EBCAF836AB89D7704DB0B63C33DD8D198FE5AAE37D756833D087572FDCB68066ED3473092042515451328114726DC5758869F3174FC4621B0A3D015DDE4D0116EE781B455A8DBC4FAA8C2A2D548FCC8DF12A5E31ED75A4FE7D2E71368F43F0D6EFCA469C94C264DD998087804113D90B2D84E93E3665BBF793DF12F04B453046F03012B819D55E21F59FB05DDB51C1FDF9B72307E7886B9024F73A42C32CC776F079D82B0949A68E68FF55164A24DC200858E3B48D58F86FA9D70EFD437F0436F11008890451294CFC5A4FC4377CACA6823395CE993BD12AFAF107CF6CBF5DD6F3202E19171F7220F04EB2C48661994214F9BFED7A69CE61C775A3D5002A24C6F3572E19ACA0CF0A0E02BA3AEF6D27DBEF4059DA38A6F9633103880F84ACC056F3A0F4724A02E02AC1A25E8A9D091CB469B819246AA68118253C1A775943CAC6F4B53F1DB6333E7D6F7BFFA59AF57F624DBC779E636566C32314098E139C13E6F765122FB9810848C041893631B34A18592EC7949BD4152DD02E9AA4B5311556F9151F2D6742784D846E64F531D92078D1B90DA98DB108BB955E20B2E52FA116FB3909B7D0A816489C6D691AB253F909084C3FE4D80EC9BAAF5A4FFCA3B94B76FCB0108D785BF4348CBF79C806C6102E8BA03D59815FA71DE6E8B467DD2FA756FDFF01DFCC991452BBF151C77BE1210F5D0D16499638B23CF7B4143EE1A67B76FEBA3D691E752E01B601823C23AD9D6A53664C7889B38EFFA1382D0F0C81A0E6FEEF378F5D436FA8DDB7D441F50FF0D4D9862E8C23161F5A6BBDA7C69E14E997008A0577CB162864F1F859D3C66D563CAEB235F56B4C87CE75C3BF95A11BDF3700A7D00AA5D747421F98578B0204C276D16BEB52C69CEF1C766D04B23247370700F6DB52BDA3E0EE35C234A323D9429F41BC11AD8D558D3D3AE3D5015097E7270129305256807AC9BE4A4D437A83DD741500305BACDC10BC3632840C6BC1E9B70257B8E657242DDEBDA09BCC285D0643E48DE174B81359CCDFBAC2D63313E7D702825DD0778354959E94BFC839D664DA45109F7DAAD11A3054C5F1E3ACCF747702BC234E9D34EA4640F96DC4ABA1D75009235487BD53760535F4676D9E804DA703752568A190FC48A3ADB0C5E4CEEA97EF4F28AD2BB1D3AE488D85457978E57703C4404A4CA3991D98CC709A044709B041CEB483286A1954C52654781FE4DAB704C6476EF5833223ECE6207C7848459F3825F5B4D80CFB52770F3300EF0848E705463208C4F6A2DE5CEA21E0973756A04AE9434FBAF49FD5413EFD723B0C182706BBAE678E883D1A54CD297A9ED9429F244EECC41827A8B59806EB156EE38D670877E9EE7881F04C3E48C10241AFB7442DD4067995A117A1F5E4CA6E913CDA5709A8879FC02C117B2CAFF4A7A5C8A45B5F28C48D5A0EB54600A938897C75C3770A1A3EDBDD225820CD198C8AE57D47AECEECC802B51538F72EB3DABB73AC03570A95998D1B92165F37530768DFBDF3F2E6AFAB9C65B828D88112CC4A886219570C1071EC86DA310D398B444E4D6E5DE2E0B759E9349646EC005B782B9FA317770CA3D44592763710E8B8CE0B7C5AD676177F0204FC1613CA43B04D60439FF9670D97581E62D698EEC2CDAF0809270179FF157C31E8DE7BF637D68CAF80E708C70E8F1EBE232DC5790D27CD4145B4D51DFCDD21507F59157779176247C14AD4370FDDEF32BFCB888160C4CD2FACFEBBCE02CFE57797F04FC346DE29F7C43FCA87102C71B2C0E961800C93AE33E7CA1AB98CE4143987ADF1BC219BD8F0BCC1C6C7114679B62D0E08061C7D0F11D18FCD0EFDCFFF62CD04FE3F0A99625E517569371289897466CCCE88B976E6A167016A145722D527EC24FE0BFBE534E142B904B712A884FD7449E9A6CAA578D3261EBDE5CF02C44FB25313CC2E896DCADEFA571712E1A896BF39104D8804585E1B8DB23E6C912F4E07114828AD90690A3229AA7713DEB31AE1E9123FF3BB0A1B9162B94B2D95C1F5E8391899470B02414C6F9BA71598A0F1B336927D3DA479BB1E3A243963F6F28F79998809000222B497D6C07715B381FD7F2641BF583B8E8778CFB89DF73989B23AD1262FE6A3A1D153735CA7169B4B46AB36AD6652A5A85B59C8F480F475BC43F3D963F6AEC7AD484466146717A4CF26BC3223EE0D945C6B07ABA7F78BB051C0FE151E76536FAB4E7B9E903717AFE2BA36BD79089467AF83393D3372DB85236033E8BB3E991C3D404236E26717DA4624E878AB04FC26E9C9E5956810738E859F5A5521C3353488943130D6A7191BCCF91F9FE006403D44002D09BED88306CBB2CE7EBFF9105A2D6A6E87444719943501320CE2115DC338BD3FCD7EBD0B05F20648B09C7B875759685698A47719DBB205981188CC6B107F16524EFA36972684E46B649A56CF38AB42CF96F6971C1EDCAA375174728EB8A6156E885903766CCE9147AE0A3EEF19E4CB86DC4B371C3BAB7D9AB26BDF5D5557A8F486B8B6F879656DFC8212B6C568C4FAA07969F71E8FE24CDD1315713D691FBB73D964A183D3CA8C091CAF9ED2D5C1D23C6C1AF721A57E8E50903DCBF642CD688FFF04C5F40BCE04AA34A4108A87006625CB7A9721BB13CCC4BA78A15EA65FB8EED321C4B17BFAD7B45C38598BAF3F4834FF214722C09065216FA4297B993156603E63008FF7A5EF08A1E2A4801A7612AE2883A7234285E30F2BF7FCDFF46C431B0B4C815B61B1973A574D10A72B434B9CEF3B67248DC6177566DB2C70C37CB63AD3AF6DC90CB61E10F34E5DBD47B2B95E33D5B724B583FA26B7A5E4385CC048839581A65D71FFD468FBB598E339D3887085FFD7256DB6A952DAD6A6ECEC35B4DCDF1771B1B0A3D70C9B2B2648034B6E663DACF725F21DB13E1A54C5070C7663C177673E5DF0C24E227E2FA94E20BA4F4E8016F726C5B084DC3872705928B85C1B31948AB2495C5DD7FB9A73EC5519F5F8DE4B9728CE0C0098A4C0DB82DB00A7D5ED70A1B29F72AE3B4E3808690D0AE00EDBCBC72AE19E562F053E4A2889AC325568EC89F565B399A6E1DBDAE210E9E84CF8F0E72B884D51EC3591D08C7F2E800986AE589F96F1C3BCBD9713E77D02CDC759E9972CCFBC2F96F5A95E69E60B0EF1C6125D22CFC1B40B0B6039DFB48224A37AF7872D30E6D841722955D3D61E06E24E1E0B11437022D6A22C5DD22D034294E4D7272D94E505F3BE6206288031481BB0330DB66C84C01223975A1E95387C5E5C72C72E6A71E3BB4EDCD2F6E23ED7ED886AE9B1497FCAAE670852460CD9ABC577D3E72F5515BA1E30FFB8A4FF0BD01DFDF11474FD00C8027D4984C9197AEB1CB87EE72F55DC060B2193862ABFD40BCE923548005E38E0F46E81C2715773FDD92163672F8B4DF82CE435AF6DCC4E8F3EEF05A7BC1CA4C86BC21B628DB10EE9280C53B7313E4B523615CB19D0E9492EFFB9E385183F91C30B273FA6CCA7DDFAF5DD136731A72B53AB33C5BD75264997D3AC55964B1790EB2288BD1A9508022B0E4501F7327FD01866A7BF54643E410BA6899A8CC2747E5EC4D9867301E1BC01CAE669E732820C738A1289BE4831ACE3E6536A1064188A8529F512133B4BE3ECF86CFF6732B880B0D550032E4E5B323D71A817E15BC0F7ADDDD8068E873EE988DCC02AB732E084355A8B1DBA0F50BBD4DCB5E16B3F06F53CC4638E01B3645EFA4F2BBFB734ED06C441A35CC82C232BF0E47861CEA57A9CF52BDA50BABBB159446C4D5967350B687D41433E334AB0935A9B20B183EDBB21E23C376D7F1D947D4019D70947350FBD4348C0808CDAE341DA5ADBC716FCD221D05F6465C095E3A51D9B79AD17387FD2358DB962B70465854253F9C3FA5AC637253A1794ECEBA2649FE5C929673A0887F945FA364B48D5965896B9E50B628AC0B4850DD071B063650B44FFB1673A81644568B69E69ADFBEFD5B9E62D32AFB619756618E90FD09BD0E20ACEBF873B2BF55948C240F24F1DEE6EC5606CBF267FECFD11FC80F62226C78B06DCAE273E2AC384E1AE73003E582EB2DBACDCE31F6B8C9C2B64DE43DFC8931B1FAA2A973FC329716696C2931E479BCFEDD6AA475F50148754DD474352849F13AD1455B7415AF2ACCBD766457E33B31216C1148B2C7D0EC3983FE273CAB130943C36618741F9B6C549B5EB4E2FB37C7E5873F31DC095BE08B5DA8F883A8235404CD231F743A7317189072E3B639F8D5EBBC6361CB3EFD537C30F5E0F82B2F5C33956A4074429DBBCB79FCFBC669433806CDBFAA9E4C349B44A351FECCEE00BD6F137AA674473D399200BB930261B7CAAE9C1BE9623E1A804F997AF298638CCFF531C57D744971F3DA7C1A47A177135003D538B15E36C2F565854ED96318937F66097FCD748972021358232785F9586C6D52717BF4BF38B7DB3846810EF905DCF1808C8B74994756265E60C60B2E5E3289B04958C3D42624D647EB061939892C204D42EA74C0AD158A327AE87611B46615FB23B481A0DB17C63A4DB40CDDE21CB3917B2574C5C9D8063E1A2F41E317E6D8F50381F9F6470B2AB681C4368C652EA987516974D095BA73C72957AD6AB34472BC9944F069BAA53CA49F36C94EA7C3F9061F4674D6E1B8B9DAC118960C5DDEB8BAAEE1AB48808DF9995A4D6DA1D8DCF58BDA6D750D7D5B92B52DB7C81699D742D0FA55604245DC725A826E88C85AF0183F2A9A750EAB859CC8660FAE4BECCF1F04F34D7FB7205DB6E53D5F1F6D413938BF00A975204E7238C4E3F6B30D31EDE62784707BF10B716217732F05FE151993BE86A575236754641BFD2E4397FCAC1EADD8F9E659671BA0D08BB155579EE6610E7BF57529D672D74214E62ECE70F7F36381933DC3D174082715D9D77329B991D33C49752DD1A391BC8E414887B40C5AB70E179D36348A3FB2F0D1A73AE1A0E2A27D0775362C5DE5B367C2384DF7C4558664CD105D38B537CC0B4E58CAA2A9897D4D6E753F7C8E50D934A6995456EC186D18012BF3EC73CFFCA8F903947187646D7E2975403FEE119BD4922470FB2ABD25C7CBE3BAEB7228623DCF9D41E9EA9769F2D4758380A5C33DDBA6B5B484ED526E0F4A2B8F5EEDE35AE29A273DC0DDED55278C75899F82B940D2FC7FDD1D6AF11168B403302F061CE5071B90102027304FAF4D758C44CE9CCAC314A78931F9CC317B83820B699B1AA42DFB6A81BBBFF898D092759AB4A05D91892429ED20C5C8DF77D8E0EEB6356831237DBE0FD73874BC101A759B3B72F58A6A0CF9FF814A25A9CAC63024BDAB9F1814559543CC3AF51A5921759CE8980E2315656F0C5E33F7937C037888A184EABD0898C4EF9E06CB509CAA759D09841C9D04FC78A502D3C11017D07B095F45E0950CDB8F64285EE49A133675FB8FF59948DFE2553F2F3AEABAA8E441771200AD0CA67832DA9AF770C63E42760057626D41A15BB6EB3869A145E2E45213BF53037F307F45AC603764E07E9B7600C7E114B96B91C94554768FD20C3364789365CA998596007A3F6095BC059C760437639A007CBC715B816AEB51895B261C4CFB14C697BF50CC0B4EFAA26C817604CB39F9151A520D8532F41CF340A2E45D338B987A230A7FF2EFBF710D33BE76191C90D027E632D0592E2F54A17D99742062B348908A3C361608DA50792DDC761FC8CF0378678167EF67167929CEA6FFD2B8067321EF405851A25263318A46762E948FCEA157A8D4BB6C1371BF1C48D101D36F8BAC7227AB4A6D37CF62E5F3763236867DDB9E1DE8E202871AE20A6F068BAF6724E424A5405BA14306975C567633293CAA893EF79172F3B679284C03BC31FC79558DE9BB0AA976E20766E36176345ADF7D6BAF20C86AC51B01F83E58D2D4CB9AB957522F256AF0863574A0C476369C5CE319CD7976545C4DC1168C13F20946514B4780180F753016F9EDFFDC763F486D0C88AE72D07108BF00FE4C9A91A4DC043E173D650A53A8F38CF2528B76406EC24C86D6EEA203219D72EBEC6FF3EE0AE5BBEE17F21CB5DAB7B9A6C4BA7659A23C950DE404C21CF034659A360EF16F998EA752A4F93BD5900FAF433BD7769FEF8EF4219EB3BAFEA57AC9DFA8C64131C42012C3FCD460A95B8AF108B32D76B03B61FF2722CD1B73A0DC7B84430874B1287EE52BF21B7E6D75DE06C2CA4076B67CCB50753C3E9B136E0334700BE4522E81FEE3F573493CC3DCFC9BAFC0FA76BBDB32E1CF82A608BE5AFBBBAA37BB93BA51F3F9F7BFBD587716468075087D76DE7B1D5F35D6F41C5BE174CB5A1D3B612BCC9DA458950A781E5C8002F5F22676EBC3FF612D695159BDD019684A74AB09F0CF14486983F494E796322683697E76F2EB8F31077F5281CA43D6856DB2DA11D79E52C865563938A4ACCC78FDDEA776F9A13D7DED86AD943A76740E2129995482269416D3FF94F2E09AC6F417FA347704D7A06067304F9BF50101F97FB185211B92B7A32BD9551A34CDFF6A56BD3977156F4870F5AEACE5F9DDC38E9220224D5EAD5922CEFF83F953DEEF88D593A77718B84121D52876E92E42633F19F05BE0CB441A3B76851CDF8D45945517A5A87726437D103551D992D7A2FF75C9083CD8345577A0D52B68F1D6DDDE4CCB4F8C77303FB18D9D70BA116E7E9028A7336534ABFEFE42A613215177C6BB4C62AEB8773C5BCB53F6256C866E2CF32D53C07EEABC5D4D44B970C2C78CC30F88B5A8F0773D04635E18A93A08C2025E4EBE5BB08E2010E458931F0625CA254ECF2C02F47740F2A0637CDF68AB2803C5EA487AD1585B9F5FC63A1C0E80788DBA3083294B774469FF1E67C56B1A23BCEF567FE74A20504E5D11BC0EBB09595C388864CA9C77486FF4D58C37EB08FF12396C08ED0A21987B10EEB48A4F5B4F16FF5A17F86A774D2EEBE7852353D67BD02EA19BED9C9CBDA144A3164738F37128B546CFC0A67750B1983A42B2219B8B6E8317A82464CE3265B8E37C1F36D3B9D1AE3A30B2CA7753C4742BB01A1CEFACAE4848B1C7DCB77AA04884966FCB17F527337B94A2F6775D3CBD095ED94AFA1D644F6884ACFE59FE48AAD79EF1A3742E10E4AC28402C7766C6C6BF746FDBE6D307048258588D47F691EC0A46C49C634973DE2ADFA4A3776C9945277EDC4E910D346441CB8EAF40B8376A3BED2EA19A57045BF067BD8277840BBBE047B41F9254C488E3D1875F0CA47C274BBF100D2CBDE3042373631677857106EF9558A639DF00A8A20F037FAAA7FD1C565CE4C095BDE9D325C7D374778E7E42A5CDA361C2D5A831D1D49D07A1753F6EB791201ADEF9F6C6CA6F641277B70C8F1F633479A1AACD4FF92E05CCFCC87E4897BD7BE65FCA978656D093BF77C93E5361BECEDDF009C23F15BD7F9CCC9C99D5737A9CB006A7BE89F069C3BE77CFC60A8C8803ED7E3B4834D4C79CE32F74D4EAABFFB25F76EE8E0469255DD377D65E71B98839323A8DE881E2A718D7125F6BDEE6C35F5DA47A608A9E3D2A3177DFB978AC806F0500F8D928FCFC8FBF2B25F535EB429CB64253726C3F0F214777E49F1D150205BA20D0E051B6D77ECA7F75A85192D4D634AC31840A783AF39F77E52F62DDB10A5DC20A410B4E8A4108BA00B9DBCE76114CCC150B8301A1470E77E7BAC3BC7D1A0CD14FB76781EFC7206623DC4503B931673D67CD527A8B9646780C236F433A5BD24C366C88721C807A8D7C77B416C733E23AAB42823DBDA599781A9DDB0C9345859EA15C086BAA21070A5C44148910BA36B05288CDDC0F7E97781F77D8905E98D374468F787BB7E799D6A6F3EA37E760AD2DDCE3BCC8868EED78337A8F096CC77267524D7102C0E83BE7C3A206BC68BBC0A40730FC8D3AD3B67833914DE931AB9FFD773ACCAA9178D0F04D28F279F0152F8F020732F0AECB2C7835A89F7223D087145874C6251C4A46434487A3B1FB0DCE9CD8009F8F05C9D1784B5083D3E9D8F9250FDD4C9361DAA1DAEB55CC78FFC60ABC478E1755C454E47850317693A3DCD5CB109B6FA9D4307BCF57C34F86492D207AB2EF77430745E27868406A86B1419ACEAD82AECEB0DC68D559F22A7E690174CD0A8C77E9B1002578918F516EB967BF158FEC01196757162E36A3599A1CE4F5B77A23D649C4B2AB78A7D52487E495501F26D57DF49160155C1B5179477072A5CC2A7D8F1639598278C5B7289DEDB2B5EF4711032A260FFD1FC84941769CD1845FA1521D21873F8878C88827011B65F6EEC58EAA346D23C51CDB38E2D575A8C6569168FE95FB90A978CD6FDB3F91216C4E3B3867DC5F80B95B0C6AD79C3326CE827101B033C8A65178DD54C0DF1BC814B1D16E1EAF5EC7C04A6E0D044340F91B1CEBD4A047FAAB5C78E8F695BBC2530E8604BDEF87C2F96E5DB1DE4283F372E6BD2FF316DD753C0D78F49785E259E3DB1A863E066B1FAA8E45BAAFAD4D9752362E8999E40D5BBCEE78F66C2C42EAB325E65CB0874F219AF3BEAE533CE6B379F0BCBFD05203C5C0FA78F9D4B457252737265C617A3C922041194BD76FD01C25A07C37149DEBAFFD4B790520DDA3B878230DF6EB1CF46AD9DBA4A3E245E454E6439C491966E09B6E5A792DF338C50BBC8B3CDBE1A6403C5D4A653CBF775EDB84E0BD4359A230E642AD79388B56FC78905E84EEB7A188EE9D0B13016BFAE56A93B64F4E6CEC223360877939E8D674ADFBBD1EBA2405DF4A8866B3A5C69FBBD7E7C5FAD10A5B648777EE794B36B3A868E084AE2B3E41EE94C1575BAD1EF1A1FADCD72CEF312F8FCFC11E795E2615090886E40D2648DA331CF7BB9BD4085CA00446B8A35B35B200EAB62F7963C62B2B03815326EA61A4318F67DBD5ADF3885B79E19783C4A98DA59FB76E7964172D66D172175C11E19C0C953E58AD31AF7FCAA07F2D195104A8FF4E8DD27972183A1827DD3F65D14F96BC8A46A85ABB0EA9ABDEC6F4A4E8AFAE009E33A579973865849702FBF6D4DEDDD6E6288AB49997A24017DF24FFF2E1DE6B281AF57997E388948B34C974AC46B44BF2A00206F6A4EFA47639DF67F6000E80F17F3E4D4080D2C7799EAC8489C7A795383DDA75EF983CB3122628338B658CAC5FDC6000120784B679AB55F162892764303418C0EA74898B6FB9182F1A2B88F15D21CEF3E8648B3A79AE0D0821B2920DB47305087CDC1BB00F6BBF46CDCBFFBB6132DABC40C5EE1A79BC1257FF904095E3DEE7C318EFF55D04FB61EDC103F9B6F57F58C725A9548679C9DC1C8F1B75BC7EECFB3631F2AB5AC9815CFF2F0B5BE76C0C1F87FDD9FC2879DECA4C244C139009726A996BFC07E04B83F4F787ECF4DA6A56780049D173DF7A10160746CD2B8A31A6408BC62CA6E39B158CEB18308A43CE4AA34FE00521D47A118B8EF162F604AFAADBE8F8ADAFD6ACDBB37967BE4662E76545DD3DBABCE87A1F4C1E6AB3987FE452335A0A861A0CC8CFD3E6D09328E16E6610D20DF4F7B87A24707EF105BB3D0250DB70902792BBE1FF657918B9E84B8F8F21765E17046B7A50BF2A2409FFF565B21128115715492111965B2884F48EDC9A3E3C20BA89F27A556D7B89DABF593E708EC0D6A578B3770A54CF156D77EB1AF57EE4EC498A0B7A82F76588657F2060E47E8EF67780FA8DFDE38BF2BC47247573346FC58D1F387A92C7141CF324B2034586F067D2E3B6678A399A4B39332955F398B93A04D4537AA25FD24AAF3F5114F529BA94E1D0CF90D0F0BE614C5EE33B5690BDF0FA05E67AAA13167285CF4F555DA44CDD577124BFBB144ED0F44177A4A019BDCEDD4E977AC9221EC0191CF67C8235DC97A7EE3A166C57385DF20350FC624E06FE437E177AE92D36829F8EA96909463C3EA3C19212164C4F903C6BD4A8310A1E98725CC47AED17996BF9CFA463BE51F23D92D46F4A29E7A1D6002EA565A9BB320B20D22C7AF4486DAC61F815B5E47E42CA3B40ABFB6CF5892765CDF0DBBC7344C5913B1F7B071EBE33F8996C03F68E70AA5EF733C4DA6BBAE03BD0D80AEC6BC0FA1C11E87B0EF7A0329E770CF80D4F48DC06538275DC9F6EA1B1D39FDCA20FB2BB9BA5917B11752998A3782118E24407409F7C8848C746D1399DDD427532CD0D3CD55B3F7B35FA79C886646A3226AB14EE203D4915E0E2552C7143943CC26DCBF355989C7B409A060203E0A4A8F024672BF6950345928BC0E4F4E8675B728D33F2FC8ED67B45D8410A0CAD9AADBEEC81FE07FFC618EBEAC3CEC309CA14AB3693510160557B4DCF33B123E3F45F423F6E05CEFD67B2ECD13CDB76041E772D697B0A91EDA97B691C8A3B0C7C2D237159E664F05F3BA6FC5148AA5CA9B5F991AAA74225BAD57B8D73618188C0BC566D48BABB95A2FB09D9B1112BF472A73CC4B8543BE45B8B7B99930DC59BA239B0C53131AA545F0F501D2C5B44D2E7FD3AF3BFC6F906779E7BA26E5D14D600D68898DD6E7FBB0DCF11B5F4C93CA70E77CBB7582983E0DA3A7BB3842C821274E334532968F9648E8C02F7C21E3B8F9B7D4BE183D107311BE17BC01567152FE8CF5C1DCC0345C7B01AE8491E7C27E1849B44B769FBEA8521487BC44F9457EC3D21CC8FD0575C00761552FDBFAA26FFD97E47CABD04CDD023017BD0A94EEFE4C0B137A221515AC30045DD0731D805CDA6D1FBD4DAA421671CD47C07828598076DDEC97BF6631144E031D21BD722445D5D3DD811C9F42D635C837C0B5DD06F949B1611286A4627FEC02AC0B6B4E11CD9A1C697EE4546244B231D7C1EE5026882D050EC9C69C5F43EE88BEC40F14AE636B3D0026C518E4DE39E827C2395BE8F98A1769C941E80AF6860180C4A4F99164178AE119DFF27BC5EC60F7C285C89BC51D0266A7F998B22868892B76E09F4180A75D512DBDCC1D1A002107C34721E63A6C89013CB018D4456102AC01FB5FFBE01B87B080F9233044690F87C45AF64819916CB0D1DBA71D0C81CAE23FC3908B69ECFF00AAE4AECEA74EF067C46B89D5981F7639013157E2703BF4220018E5FEFF590812D646CE8BC3019687C51EC68078DC55B8173866F6222011FFDB6FE41A0BA66102FD624F7E57CFD9C7C550436E7731A4A5AFDC50DE07E35DFDCC61EAA1A7CBADFE624D8F9A11CDD9A7C590DE9A8063A6C5F9EC6993DA708B9DDA49D2E011F4D0AF0C7D7BA11912ABC7C6213E0294D474100CCCA335904008EEFABF6CF51AAA71BFFB0BD794C9C3D1D7C6D21933511C313A27A64066CF6DAAF34754F6C6E7B192BC650C83B1B7FA90D7C7105DC3772929CAEDF8D9FF7077B0FC7142CC02787CC8CCE0ABEC0055FDBC57C7BEE8FB9A8461C8FBDC3EB1A0F29638E0935217138EF635C6B70F0E54BF33E7C8226EB8F95FE31B46016C00109959542F209DF4E74112D73A1F3A00365065B7C95991A0224D222AB5F77E6420EB0261F69D8F2749D161A7CAA0BB3060C869D7C9B40268D8F6F957CC711583450FB7540A643AC6FD5D9399B5210158CCB64B37CA30F7A702D800F76BC0C88CA64FCDDD52E8A2C5B1AC8C27C0E51EB621795467CB1D2157588DFCC18108FF4C45F11ED4E6163FDFF98B53A122DB79F16951C3B7CBBFC1D70D1A8B2BAB9377BCD8D902BA5C31BF446ED3BD3E97D0ECA0655A49D7CCA835BC3C2845E426378CD82C5901ECA5E8819A0403C1F3DF0B7A346F244CF7CCB86F090D3B05097C03CD5B53EBAD4014464412E19D2477D17C9CA7D04AD5F7CCF16857A92E1172CD06A3D67A71DC8B7F4098E9FD9F0EAB2FA54462177A8647CD34E2178A890E45624149457053871491B41A9F6435D193121D3059209ADB17D02071F5EE4BC1AA52545F218DDB7323DA69B637FFBECCC8350F746D9ABC5D67D1DDF0CCA5F82E398FE14E7DCD8A662811FBF71DB8C1528683DE646EF03C4BC7D431559D285B338D6236A013CAF1C10C1D9EB511100C6983A10DC2F06B844CA7D44CB09343FACBC1B8EFE73BCB72E4DB9E72A8BA3EE7B54AAC887B846640D877D638BFAB15B962F1CD24E48CA6AFCFB6EF29182C30EBE01EB4C07951A58906D7D654578C0EAED497F8BC53CB0BB6742081AF939F7736B66FFB7FE12122868BA7D79018EEC23C5A9A24DDF7381739891F8AEE1F044A31FB06A22D97D7BFE80717D9594509564152CD85F509AD239A431B72B42779586C6469F16997E4D07A7F97DCA9E1DAFD53421CFECCA90A859F4365925FB64588253D9BBAC001047B511917DDBC22D36D727B066A66E54A05940901F18A9A1795F7B7C6E8E043CC7E8C8097DE56D992DD62B91D1057669A031BEFB9F73840A8C1DAA9B55A21EF7A59138757DE8294840C7DF019F5662522222CDA5D87F3081D7B9E3F6116FFCB56B92A8B87DFA8CDE0957800EB8FA11628932E10817630166A948428EA37987EF75F9A9507E0765FD32E88312D2E7FD3478B9609BDFE9E251A6781F0E3C43AD34C6DC5FA67E0A2D35C25254BDA5FAA5F8D77734CCEA847D33937D0C771C332610CF7919377E11C343708186BE565F903C72875A06A2FE064A0C86FD8747D4B93FCEBF9C5C7E223D8EEA42E5EA13BBC0AB8E1C18EA63A6A0B01AEC910DAE7A998C6E335EFD7E353A9FDC998EB5E4469AECFF934C5716DEFFB97340EB8698D34EA7E91137827E3E2CE44F153046E7DCFF3276C6460D7DAAF7C99E93EAC06B545A3B9BAAD3A27E445A53A654CCB5F6702D3718EA4565765FF151799A6D984B5CB68C9429708B7E471CA2369C3836EA2A93D9E7A3FC2220E2A7088C9E661AA63D5ED7050DAC917E50156A676BCE9609FCF6663AA78B22D97645EEB9C1791C30D173D5DFA4A3647E516F45D933526F4AA8393EE658A395E817E71CCEB50F18C70822D887DC31837E76DD1C7ED07AB453358D84DEC8A2AB8C69BD7988AE8C58F170D602F06405487E78AB22262FEDD0E2DB56A4F2A221B8A063BB61DD36CA13B66674C9135E87D87E81107220A78788919F6410A0864B48719FE1952301EA25B459BF5AEA9789817EA3B15E3491C71C2ABA2AAE04D53AB172B4C943ED73CC16FE2575174B6864E77EB9DC45BB5561E18E137152687D9FF3ECE43FA342408DD9193AAC91E4B0A7867EC6476C2A6801242A56AB7B4D10B9261E556CC449BE041A5C02DE7A921DA8997ED43BC25901ECA49BB14EB3508CC70219A207B16CF4C526A9341690E79C25007EE0C9292B3AF1ED209931C5ACD88822166C6140154DB9A28C53D3BD6BD0C3E17EE1B7D584A63A88D7D9ABD213DA0D857271303361CDBDB6EDFFE4217BE22DF07EE1B876979CD4133CB9677A5FA6E7DFDD91E1095243097E9E3542185B1B31457F1EB8C95FF5AEEF1C2783ECC0A526131507786DF3F2A0F866ED95523249680E7F2B4E71241C2C212589113E6F9535F426719CDA178FEB5A1C97712D539C6F887F34A650D27FC739EB759B2C9B8F88A3F92AE13389E61752AE931F2057AE49C07F445B3168D192D533EC98583FD3C13F24C667C61460C4DE07C0E4B69D60A3A07F4C0D393B12605C744D51FE0E05AC446A183769C0AE4496C2666261EADE390E7F539EC125E22C23ECCC9406BE02A4CFF1EB63A37EF07283C8C0C772C877B4437F7081144DF1C500A990771299BA87641402C44AAA955D1840F8C6C804DDDCB67FA403066575A9B65FB3AFF69F02289FDC15A8756AE7FFF8AB9B9BB3E9D0C7707FBD50CFF39C188CE5355C8696F01305D68CFE1728D744CAD672FC88F11687877FC50608D233F1662155489E8EE51951E0125E33FEEC0A93B54143AA9392ABC47FE173FFA47516963C0B9C66953873D2F3AE6C8B70DD5AFEAE28466331F727957FE6BF89C7E393066AF224634606836550151C6E611EBC0FB3DEA68640F42389800024366932D46EECC97499F2F65F916FC3DFC376CDDF89706AE29BDE4F5976800271510BDF2C7CE4116136B8CAEDE8152D3D531CD68DBE904991AA7064D6ED80255F23B5FBCEE5089FEAEF6B8F43D3A021209D8521F26E7360BB29035E611F8049590001B9BF081BF6C2311273589109766143ACBF480C86E214DEDEAF39CE804CEE696BFDD0383E3A47F573A0ADE05EEA7560EF4AC53D54D94E12A160E4C2805135631D55B10FA2D046613DE54FC8F28F139CC58CE8DCB0C15417F5AE5C6880580B851B38DD12D303E7BA47520B00A77A5F42C33F3C2804F4D08C15656FB78075C93ADB40476FEB133520EDBC977B60F1E50CBA058D6451F07A5DC0873C9D807B23B947AE8CE7E602E6093B8063A6A6C2C65C373321D27DD60700B40232308087CD8C159AE3AF4293A469BF5C35132CA66B3FF84C89C7038A2A5FC884E7FA8089E062C77525644EE0ACE2763316DB082074703E3F583F12E66C1D1F3A0422809C78CD3990AEE0826C50EE7966B8497594879926B97018CB339CA13287BEC680B8F10B4F6BD16890A357538E62DC03DE5E06530DA029EF5BC765F7441F3CDD80BF159DEE81672F7B3ECC5C499A840736D752F7E0A718352E76FEDF8BBAB02080CA663688AF91BE2A9F233693E11E97DAD43AC4634B783A312305D9A8E41EB380DD863D24F1BC4FE82F4B66D4BAC5E5961E843E0EB708387E333ED78D91C3DE80F9A9C60D5933BEA1113510E90B29D7F4E6D83E465318BE87CB3D88188F28AA80FB6B29B95974D795E4A98BC5BC38B95D63923E25DA390D179202CBCFA4DDE780FE96667ABB019B9B0E55E7A202E2CF3CE9034D68AA2645954E8A2BD1801FDB8101F78BF41C04D01E9348FC204F3EDF3017367DFF23ACF93C0B5193A10E161B8112FDF06EBA1DFAE077DFD012F6C46B13F65659D4872F20064007839D1C9C828117A6D1EBF27CDB80B29E27265ACBA57E6F1DC6975ADA9687F12714EF02FA36811F67821305BA693042B13C61A030C406B25BAB990615FF003DC9C6F255F0AA8130BDA004D32D541D4B23A514A069B63ED76CB62EA25A30F84B8117AAE15D8C813C8A926C3EE626DE8743791A7C57B0A211AE091059197C7A3E3688DB7DBDBF815C20D5190179F191100419AB5C964665D453236C745E35133A7E882FAE6216815DA6A98F8A7BF4A9CAFD2E5C2BFA42E120C0A0A8421784B0035AE5C733A8238166342E78170CCD693A887059B41C4164E08C42CD4BD21E9F0D215533104ADD8177F1D4D71C03790C970889890E1B70C3B8BA150045496E7455E65DD7B0688B817F7952EF5EA3F33290CC76202AA7E8504C3CEE8B191CFFDF1CC5A7E953D29981997738D8ABDC8753692E3D242315091CC56206BB2FF03ADD4C569301B8E7E4819C077B6CA9B45FA7ED33741020EFAF10C16E79A040E3381ABD6655BC8CE95B81BA25AAB5204D89C6E210ED9C3B1A084CD2A0E1B97F6AB70A5F829A81818F3081C7DFE459E03CA69954FDAE1F69ECBCD6B41209F04ABE5DECDA38B44EF8D8BB81D4E7FF346D160354FDEBF1930B648B3684576F9B6BB5EB2CD3AE193F61CB4781FC04A3E6CB8A16B942C7374A3FB0ADDA6E17F129E97029A43D6A6B222F253E820FCB3BFBB9D7DADB926704254074DE6C888D73C505DDC0EECB6AEA6A8572C682147236795AB9B1FB2EF75CFEEB13CE9EFA00AFF5C0133F19A960F0627B10438216BB041E54442E15668830876CA9B08BBFA23CC57812881388EF43715A60688222249776A2B6528BE2F81039E379E6A9DB8DC9EC9D6F34F368073A090AA12A8266C68A329511D70667116EEE1681853249E01420027B1243935B4872411A62828210FD02D1DB96F7DC866C57CF479FF1B75561F2D4FAB6DF47FEF2E8627B0A828869E1108FF26B54F07651340FD5108F87ACFAC80618E91E450D304585296C828C60EA9F260140F2A99ABABA60FC7F2761318A89176BCC9656532B0A571D79828D19F6EE11D4049D4D89F6E5393EFCFEB155F03A0BBE0A921FB4C6D5A200368291BED70DBB515CA16C057A3F3979A5989817814EB971A9F14A1C6630DBEEA382975BDCC3D43B5000BABDA5581D2D272A170F9B0C98F51900491D6523DEFCA882B5D243D1EFF8A5C102122FD04DC1B4FE84D31DE83BDB4B0A1D41742F86630F82E5430A985DC71F5CEB134AC3DEEABDECDEE0053DAFB05C0D5271F1A54C1FA082E885AA70E72F8881D9C4A4FC44512EB99E47B6D2C8977BF53C29A4EC4DC15082E9D17CEBC4FA7945D4195E3818B2DB7D93EEDFD89A6EF78AB61074B2264F9882F411F81D3828649CF33536474A2743DB3A522C3B885A192C9C1A46C742053E82F49DC92C5CA41D095877EACD6C34FFA511123E7F91CD156FAC85E01AC85B5F82FE368B2E244B796F5F3344EB265142B2A5A5E9DB1B3216DECF0054FD5C275F8306A94D45C306775E90A15405079F775B58AB6A349799A273B7B7AEEB47DA7F830E35B168179829E80470224BBC3463ED211AC4C9171CADE1B83EC6F7C524EE833C5CD8182665FBEFAC150A50CFC25C14A52A02FB4679B43FA19A7CE149916883464958CC46AF8B48E5BF451A2A39DDB6D7A32F42A18B898046FA09C23E26D1834ADA359B34C7C9C717D802413695932322623253E9764ABCE140CBE492F27B835511AD31D89DDAB83E29547D081BC285B034A6F93AB6D8EE34FB536DC5FEE5835688EDBD5957D8CA7F3E0000714D5B0F4F6C226F20E888B23353A5B10D2837835F20E8BB59A36FA6249A62B5F4B0DCA4EC9972DE3987AB32E934D5D13F79E683801E6982BF3E7EC566B1BD4B4AFA85836020F5E9F4DA0233E8D47578F194458385E6A2965ED51197C863CB7CA7FCDCD98D9E341EE47C6338AC5C1FC39E3959838FDBB325884C604E2F7E73DC86349E7D3F5C51EE86B043E318FEEEDB601FAE8390E97FD58FAF97266D1E263DD0437DD6CE63A294533C250E05F89560F8FD0983A0A626FDC649AF9B4569621815DCB119BA068F6CAA93124021B4DBDC43A60F83A9D727303A0FA249E9578155847341AB403BE9FF4A2F38D4710CDAAAED67C383B69B6C4441C4D791410F933DF2FE3C0CF09EACF1683929BC07416CBE85CF7483C2A9B1827C796738543A352C75DA841D46859C6A7FF058348E0D573C3059B083DE7B56398B5C2ECC49703FA5485B997342CD48F60C78477112A45AD8382F5A83DF25B946773CCAE80F2B112D3BE5516EB967708A8EAEFED58C706CF156F64E83E8E7AB136681969B56562E7CC47658D3FE954EB4B00E3844D789C744E18A47845CDFD8D9D649DB50D80347316846598C89D43A7709DF166264320BC133CC89846795421840B85D427FA012CC79F2CA71A02B36C6803DA692925F80089BF137846BD4C379C27EBBD31B6DE8C89DE5C10747FA7C4604A9C111A2A63A86399F3484755A371C7F3E66E0A0D8AB4484861097DE69D4C70C55186770FED9A976E4AA848DD27BEB0003F7BF2FA6B4392799999C787EB6C5D1B066FA1237ECEBAE51198496CB8ACF6F84202CAB7CEA24F910418FDF8C16CD9DFC0660A4D8C91C73D5DD84A6575FF877C30D1B7A0B1B5DDEB70B76C1587FD68423BB62A30CDB784ECEED84A6A3D67189461D4CFED3677E157E08EC34F855DA9F2BFB0DA6F920A0B0950F84AC993FCEBE7A17DC326CE38CCA1FF13DF30C808F21F6DFA424A178A11C947D84BADCDC85F6BA1D65283836A03667BD5045A6B674B5C3118C09FA73AB596B1884BFF7FD9CFE1C4D63C7C7B36F312B8D599CF06C03E792BBA95623BCBA1B84F584CF71CFABEF705FA76AA79B66D33F386F6D6335D692FC5C504D25BDC5D3D5AA84DF0954304A1EF11D1000E799F4CD283DEC44C52AC1DB98E5E5D3B53EFA898F84F600E2B55ACCEB28D7AFA48FCE82F67CA0EE13C600821EB72385958A01148F8503E0F887D7FDA7147E5E7932F263F374E81C8948FC26BF444F0DF9B45ACF8A851DC5B81DDA6CD5738340306A64321B532A0DE7AC4B83A799B2B38C88A51C89851E7F8C5428A6B367922EB4D983A7F3FD8174AC127D098C7A4353F830CA6AB985297714D6641189CFE2E956DFE59CA5B6A631CBD34A7BF4F4685620E682F027854AD362B42D692E1739D64541F97E9F2B7C25009DF685C2EC12F98A0E40CA6D85569177E4E71725A925C83AA0334351232B67D6F49B09959665B910117DD71785817F05CEEC4025733546C5926AAC667076F1C1C44711B008B8F156FDDBFC0E858C4D8D117678C2EAD02121AA88E0EEEC39304DD69782A579B58B2D7405336F858C5844B110C877E59158C1E2B220BCA0EF87781254FCE9F18D415D1857149085A6BE655A0097709BF419A1F537B8E3DF67A04BEB7AF0581046A2EA44A2C86B85A9350B7042F7118E8023ED8E1B83E43A4EBFFED370025BB7CFC846649B2A6E85C1A637C306640CEBB78F31181A6836783A6936939E4C6620A46001074FF77A85D57EBFD311135C908C89416A219E5E45901EA568A986DCD7FA7B8FB45250A285E187684FEC8BF009F60167D670AA33B0B215587C29467D68BE3950A48FE12A85FA894B5F09CBF70BFD265A1503324A94693BE91273B1C062B89A857E7E3AA286117E5577CF69DBAB75459966B5024972710CE6D2191E0CE6709345E6573F9C8619EBCA23837FDC88B32AD2195CA0ABFDA966AB7D15B7D5AACC11B16DDBBD9C863234F36ABA69B4DD28531033F084A4070D32357900B2327953D0A18E6655B2864E94C919BC4A17413100187350D42B3FA73EB07E791A596DC2F89E70E03501865E78833EFFD4EB7024D621BF708DE98A5BF614720D665EE30C6E159CD745118664BA66BE8CD6335DA162763C25704910481D07DE3ACAFEF399573DC20FAECE8669B1008FA9C2FB014673AB1A4E96C0FECCDC614652C8AB893F7C5A3DABE7708683B51BFEB95529AE1AB1AF0ECBFFBCC921F81D9B118C81818D3ABE799DAE348684F1445900FD36C829B0C3E27C9AD529F530B87886163B515B35E6E31E531386C99DCAE8C8B7A664544B883A6F8BEBA57F56D34C1B8B1FA7954582EC94329F86DCEBA479E9A145F911FE36C1185FC0822558635FD8F12B987C13165637F25486EC3DF0D5B84E1CC9363919D8F50AFA70FFABA6903D782F4EEED390B346731986EF2F1BC897DC1A0743AAFE908E65DCBBB48CBD694C24B540BF56AF5F25C1C586F5445819C62B43EC5D8E44AF24572B9366C8109B79693E183C865C9F3483B786FEC7F61D72C8280D14126EF01CE7A4627C38EDD6E4F6068A147FD29AA262B2870CFA5E2BC6F28DAD914D72568A35D1C82D0D02F118A4D70DA0F64ADC15023C8724DA6A9FA1A74162D7B9BE572230174145DFFF909AC9E03D63E2DDB69547B6872F7477768437A9EC4BE39BB4D36F47C7A78476E7D3E67499E4AF1E6141580387589394F6B209B6DE107836520A878F946158FC82D6AB35C746DDE627F1FAD4876DA634CE40DF789C35D467C740C54F83C373AC740E37977ABDBF948B51E67787808A99AF0EB700FDE52C833787A0782FCB40363909ADD08ADC45B82A23058A878786F3DD2F0F701C3F6905EB51BFFD6BD267C6B11F7999DBC5207B10DFDB23879D5C106F25457F39C106F150CACB8E7384BE5DA4D968CD82523B62A6453A0087B5D637DB265B07882F3D739A0F14F863D2B4C5C0EC4CFAF848F2448DF26CB187BBFC43E36296CCE2BA0F1DC7AB816FB76FCC4D495D327C9D505E3C71442BA387C09C5FABF7FA9F64FE2BB8B2256E18FED0472348D0B425DC988D72849FCFDC87CA4A3CA50A8FD394977732B4A7F6C3C2F1E7AC7B535525F692094E3316790C87CA753BB05644EB99CEC1636D5748ECB6EE1DD1C9D2274B07FA10671152FC0A87EAD69CCEE51983F023F85D28AE51276EDE0BA2B879977AB64D61BFCD7CA2AE87F0CFD7FF5A843805335023EAE857D1285029F68BD3E7170AA411D9F4D59C1987F0E3A3377C9A9D8723FC11AB177C98A40C826967FB988AAA991EC5E513B49187F90CD83EB31F3D837468BA407E31B24AB3D1C008B523783951AA62764C0AEA87FA27ACD762FE95724CBC0D38F8D692D8D25C9D84EAC3EC92389806AF638549881E857E2830D23BA05AC5B387851934F68FC70C3831824F20696BF999FF9E92882872E9F42E50C68CD8A4F6C6780E05BAEE036E1FB1AE474168CD59DE49E5A38830E376FCB89E36B3B01BAC2D13F91C80F4A317576B2928791CF3966A52767F8835D39355FEC4932A1A0E9906B09822C24C76D13A3A09FFC6C8946ACA46BBAF8840563A993247DB88CD7E4FC9DC5F69530A034AA3EC493E29F51144336A0A128845F2199A49357870D22A49A30D210BA309506966AB5671EE8B19D76C46E444885653B33E3CEFFBC9A7585B221E762D56801503B8F62105BAA576048A5BE83888650145C03A4213C9E4C789F18CEA943821DE3E4581129990C29A6143DC74EF8865A95189739BC72C4D7A990BD6587BF0AE5C155BBA28486643509441B4BB76887935E5AAE91BFFD246B7C2E005B5AD595EB40F17AAD2ECE301347D18F9213F8883FD1CF8F8E882DA1E0A9700F7ADC83C96C23868012C4F1A5FB0A953E241E1889B7E6E44B86DA0CE6E438F21D6BAF934E54B8599E3B829DD858C33800B5FCA88B4E0F65FAC311CE55B9394CDC00146118E2A9B4A048B8CBE13402DA924A5DE88C3548D98878024EF5444A34D52ACEB85B9A37EC8468F2DA19A35AEE999827B88D8AA0086F75778102613AF5F870933675F60C642C6770EBD69C15BFADF0C2788DB0F0A54E85400BC0F8C8D22BDAB2DDE1B9E8F761D09BF9E01F4B1896BFEB088E8B6599B6434208977BAA3F1AAB08BBDFD3B2F758B2907D9A25811B4E0C00D88ECFBA42F5F6FCB10A15B92A48942DBC7D3F30A4B4B786DB67CBEE7542A044888F5394B406B9184146466ABC7FF640F51303FD0572A8DAAE6AD980B1566613988F8D98F9EA4DA879AB75DEE53B3CE8548445749F4EE46E37EA6E7841B19B00C89023C583167395D153D132DE316D28CE98BFDFD3EE8C5A13019C13828F4A59A890B0D346805FE4810C594D5D348F8626C839C0CFEA80658B654BB0AAB007922891E61175254086691FEC5422D812EC452632F93906EB5D44D079CC0972C3D67892404A7287DF342E2DDAE44963969A4140EA4400EA19482D75D6445C1CD5E0B8943416D0F94CB37F97462A176F9E15B0435EAD4537B47E5527F149969AE0836894B37F8A113332198DAFE730BBA7488698B7129D5B89D4ACE5C282781558DC6894CCDA4A67E12A686995BF7F3D9B4893B52369EBF8279D8307620B929B864BD8952C7C20F2FAF0A664A84C36894766935FC7272B9965C7A229D36A571250921896B980F97FD51182AFA3B064D10018A9EE8C1A3B0754F2ABCA7E12D5C6AB50B896D0B6B17658E775B70D4A53103E3CC259CA0F5B83763A970214C971C377767897EEB5D27A0CE3D2C37FE0E398715768595DC2FFC0E0C5F97BE9C21DF1F805089B077533598A0ED6223664AEE57BE6E656F52DEACB40FABF441A4EF575F664589C27D9AF72A42112BBCE4AE76CF98442DE14015417477919B72B3A4F4468B4E89D2525FE9FE5C652B9BC52111BF20686FE6ACCA2539D3AD9D8D1C0F12CF18AC89D983CC099296A74B57A4651232D450AF15EE031404BE82965BE71F2C2047EC89DE376F885C3B9BDDEFC6039243C128DB94AA485CDD98173999C86615F5FF2F89E589561EA9FA95D37CD904B3E7F869F688A508A8333C50696E1A8FBE45AB4F89EFA5566F944375098C8607EC9A31372C73E5B775A5CD891E762CB1BFB2FC9089F54BF3794A6390B965F2C546C247C9D5EED505FC320B9F7599AB5D06225CA489F92333EE100A56DC64482D534CF63836DDB60CD2C08F3BA11B9B0B1336DF0989FE0EE6020314794FC2CFEACF3D10C31050CFE56F8EBDDF1ED0A33FBE941FA78A15DB627597EAF9F9C8D794AE94ADAE00FF9147A85C25B44101CCC7E8F2EF018A22F5F3FBB85EF5D063CEAFE3FB6B99DBDC8E6FCE548A142B25A7C524E7C35B8A5BDF2F74482F8CC42818DD8E32878A96B019CB650F71C733DB9E48EB2D58878A743F20FF4C9BD141B1FD2447A219ED3F439EA40CBF8C711FEA9C864747DA548A7C16E68150C23A36ABA6684C7F12365E8945847A5075A0B2964BC33B6CF9298A9984890CAAB863FFEB3C5322B21CCD55CE4249EF9397440A6D3F8935F866838AAFF0A58BA4224DB6A30B2C0390E1144F0E3D9FEE3A1893A0471E0818E03EEA8AB4FE91BF6D826021BA6C7B5F2C0B4494914C96CE2BD532800869FE34C784CA8AC585B417F4EB2E907A3BA37FFD262005A8BBDE71E9B1E7A2C3BB8801AF1F398ACDFDD480D96AD68337080A54ACD4746943DC1962D00189CE4F4B900B0EF1CC8AE3AFA6304E56891815B6C9806BC5D86288589D15391FA1FDB4A5E5515CAA5C8AEC6D1C88DD2C7AA66FF4BA46C453498261C1297EF361D446ED3DC0F632E5E78AFB0AF029A9BE9CD0F2E17D24EEFEA6EC89C11B24F795B94EDC29829461E3FB8AFE1D642A27E41449153CDE7D82AA1E29D8BB501BAA2A6CA597C27789884B428B157D8FDE9C08F5FAC1C373324360BBC19FDD6813126057E21F3E8F8FAC1EAE8B2195ED22387A489B3002810ED10B69A1209EC45628892BC0FB6BA7619650B58B29BAF8B232001FE4D59213CE008BBEFDACE1B7041255F8D2E42872ED6277C78B396B226D7BEF521ED837E861252C71BA4A4D30E898CF77E92908E55E18A8A28B5FCEA02BA322016725E794964F30FBAE5B1421B73C4939E3C322AF9E4E87458B68DC95414F6B3EA01B6635CAC639252CFF3CB1D7EE9A393B5D8F39CBB2990E8B69A9ED30D5F8CC4963D33BC618E5C68AEBDF409F708F19D0A5500D7B4900898B91FF283C4384A3BF7985B5A1CF18A60F5D31D4A3A7CBBF44A5477263F20ACB8BCFCA704333511F3302AEC623395C0A230B490CD56871321D349B1C3E9A4D7B8BDE759A73BD8A9206B9210C52642FFD685A53F343090BEE9B93E75D5FAF158D8BFB145702AF2D7BD9571C46F976F276345BE5693F6972CB7A4703DCF6610CD78C132FB80AD9899F70A0B10FAE52C63F3631BB192E78A1876C1891F622B23EA38C1502BC8EDC81257C116FA2CAAE196F331083FAAE9664DDDC6C1FDD88E073398C3F39A7DC3A509D9F6B5A9C870EC0A449252DF6DAE4FB55A53F9CB7F74DFC248C4CB9659FE2A292555F46041E3DD0E7606F5E9917467F70694F40B2B75E2FA68C580DF811F1FB11D1128F21EFB9D06893E6DA364BC4773F1CAEA16F9D3D97378C6F837C3CD907D5D49B52E953AACA4B56514C6E0BAD8418778E97F8A9F7CE728C733767F8DA785030B6AB99B588CACA5F788F5F06F9FB7AB5D693870BF4C9A58C7A64F3D6EAE45E9FD0A78147C2D944432E25CCCD7B133F5FEFCEFFB17AF1B98C7D2BEA6955260C1D13341D63FC3F3DDDBD93F24BE81144608228EC0C2405018C820C28CE5BD6E485A04068393C7DD652F93DC22DF4EF2B4B855BE33B45A8788C9E2DC9A9C8DB480F000CFFF38539D36B08B05D07C0343A9B429232E6C736658CB8405EC2E049CDAEE273A6938AB4B717AF4C8A013A7D7C39F3C6B6BC4B586B8CE5A52C6BDD2078941019F7B0B814C97E36757AB060D88A69699637F252B51C8CFABBA1A77118F8DB3340CDF36E114DDCE0A91735DD81881EEB37A52D37A48D8CFF9423934B85E85437B96E2E853DC524B7A3CE7159F5B800FE224D82FAE5288D0A4F72618C4851B0F9E8363185AC250ED9BA788C4F5B41CD1DB8FA19EBF1618D1AF02260D283DD3DC8B119527648826D8685896660B4FCB16CBC739E1857BF8D3A92F902DB75F923A38660CC13B74FBCC3937A072C07F6A390FBD06E5FADA98D420742D4D0E5C20AB55364331195961C930257BAE74C9A2B26F903EC8C91638D4460A75FAB65DFF664A3764A4EE195AAA5C03E626732868A1C015A955448EA8D46C853047DED04D2D70F212A8272556A171CDFCD146BB4A424346D781559B68D4A01A05F82C30DE4F0EE6BF8C74037D457F00309DAF1A4247728E6D24D800C8D507FDA589D85861F7043EC7DCB1DB2FB1F1598F9E302FDDDAA1FA8562EA18C8D575072F799C4D64521E506936FCFA6ACBFBD499F5DA79D3150434E04395CBC8D66310932B376766DEAC3C55E4CAEE4A7E9D6D013D779106628BF5F3C3E4DD08D66768B8071C1AA0DB487376A5A32AC29691D010611389B26FECB3C307EED808D742607757F62FC76FCC0CB5AD193AFAEDB61E6A9EE915F49D30A4283B802638D796280CB1369AFA258661C4BA6D7BB5A2048B4E35772B5526B4CD2E943CA9D8D7FDA9B2F05C478009CEB73942D51DB81B3B7BCE81E8FCEC52316F800D56E7B8D878DF315F25D0DC357C06830D90540EE08B2083D1DEC72FED8CF494BD4AE188D88FE7E67C49F30E2C8A32921BB8C84D1B1E34B26D8403C930A250964A73E3F8D8D8947D60F67C87421BD33055D23DEB36A4E9D37E8A3159E157CDD0EC2263F8DA8C7B0FFD5B2629A033ED4CAE0C2C0593E725D9962BE838CA8CF87023383A28DACF5DE10B4BD58E0B43E6DDD3ED0C3834F551D799176F286480A14C03BE0518DC4B16722B7A2A95741D2A75F67D3DB73EC88EB55FE994D929C112D476D22A68DC663B56D237B9C74B5D323231E9F8921E13616AD01274484ABF3F521A2F5A38DDB5CD6A18971E23C705AF212ABF7ABA47133FEC0676CF3AA999BB00B23A4698DE255CB50A3A2D328731150B00E9967B08BB4E3FF2F4467887D8923F71FD8268DEB8E4802E233C426580377D2BC59029D9DBBCF3A7ABDA0717BEBEC499F863C8DEE739CB8AD9B55788A7457CB67414F2FA9926D18C6B0427262AA2C19E7CC7D8E3719318796ADFF4F5BA193A79E2747E7BAD6C1821E641F377A0D7CA4712D5B8E497601F9C2CE78BB4421C56618CF96EAE56313E01B444643C5205D95F135ED8E58BB510A1078B9C321A773D3E654AA8E1184F4BD50C4C2BE021DDA5431A4218E60B5F042DD49F2D9725198B5A8712287E3945AA146B47EDEA62DC364B1F5998E6C57EA935D219372869474CA54C5244D4B5000E2B69E6CFE071BA84F27649E8E825D3CD848C5C5E7E3B21202DDA797911C72F84058619192E29BCA22639DC68E88147CA0DFCD57303052F5E5ACB638B3A54E681B2EBF73290105DD37003B588E965CE274AA919549010C379E1DD25311186334032CA24F902F6002D2BBC6138EACF55B2570501AA6FD8F9BD3DD634612039AD8F2ED7EA863A3B91C52F8CB868EBB5669EA4DE04A81B90A140C3132C5F400DD1184B40BEFA878318058FAA0D88EC40DC4EE54E93D3226817B24A994C6B7607A233F1840F808CC5C10C50075178ED846F6EF4D47877A9D9DD9FBD1708209FBEA15288B5F99DFF076C1D1C2B2848ED98D40FEF86B721FC7ED79DFDC7EAF881481C4BA43396CD8787540F7C7C6E18EE148ACFEC806CE79E13E37B7E3CC48D666B2E346DB34B7ABF194943C1A10C58EE98B5D734CE9A2F36F78456C21009CCF1BCFFCB7675567A6E4810AF382F4478EFA8676E39EF8BD2285403A7E87184347F40B4B0C4560C2175E2DD442C127468F2AF25331133FB47C7CC777F4BA96A57E60551C61FCF0BCEA8B3D150A33838D8F2D8B3A6F895246F12A26830DC34A73E2134AA7A4AA88080D645E10C90F9A138F3D50A89AF23DC179CE70B0E8798250F4FF10E6E52A08755DFFF504AB9E2A188F68596566E1C5DB6DC35672CE25A3CFD60C29D3827809A9EB63DD60B339AB1D8F79C54423EEF86F11ED98D7130D8597B587E6EB7006866A401427FB25D308F78F9A28F0B1910802ACA7F0840D8B2260BB34A1EBD62D586F9C6C4BF9166B24EB8FD1AF8466F93779D39689EB04757323E486692409855C5884692084993C2F6A8FD5BD0ADAA62A8DCF92009C2BE8D89425A0DE56E9BB89EA1F8E7977AC1A31818FE4ECCC3195300B2BF4DEA0A4D9DC0F5DF819EBB2202093F65C9DB955435F738FF0B6F6E8BFE7B12129E87E19CDB4DDADF13E0BD6C2CB14A15135B7C6BE9C628FF37390141A702E9328592AE987A8759DBD920C2579C7EB04791F9165F053A58FF76827B83A87891E15FC785CC215E94660020566E8A27301A6E311429058129023C44DAC6C9F96E41157CA00EA9223F35FF3DDE2C545D99CEB4C91B88B5D5A90328C7DBD0B207E386648C5D5DDA71C0EA5844FB414779E88B9247DE4F61D6A9045836B7724D88FFE1DF4687CA1E7EB6158A578924E47F15AF98B066E37C21590520C7374FFC9F0BA1E95C5B0D4F930BF363C57A155B42E93733A49F93EFDC090542DA6D736664FB0EF6C625DC6E2395085C2F0BD858CE740CA3108C5FC5E9090787AEBEAD96F06551E35BF653279FEFC29717F8A1D201EAD6E202BF7A3E2AF90845512C83069B0A1DB71A1BCC2A02C31C3B808CF8EA3E32C04B085BCB999E39095990CA3D0177D40ED4CC016928928DFCD99565A9767ABAD7C5F7D19D0552990A9B338375EBB2AA61153242040814BF8F2955E2F5404A2B01AAA01E99432B590C5220A40040F2BF808AAB219E8FCE3E00A56292D64B798208E0CB643F9161390D72B76AB98AE35C6BF5ED33534AD41EE6C83B0650273AC81FA1EA4FA925ED890D7A49A81A052FAE663D30367EFDAD380E6511FF6DB8BECD863F740B479AC8991058DD0AE2A955D6111B2D1D52FA2933E5EF46F3C2FBA393FF2A9BC7F7391AE91143A1CEE29D931A722807B2F86EF70546AE4AE1ED996C95CFB891AC53F4D8091189D8DA1D0E26E7B311B290AFC9BA0842D9151CB47A51A3F5A8EFE7D2F3389912793F5D26C3A02C63903B177E2293A49F5990729C2829ACC929D815D4F16A3914390C27B647694635ED9CC9F39CE65B3A70F5191DB045F8312576F128F7B5F915437D551CCCA8285F7CE1E7781FBA04C2EE8B0874DA0F0C6EA3D181BE442D691920DE5AC004119748FC8914E0B03E40DA2FD3EA72DA62D626D59554D15659891BC4986A65F6920A402A556B60512D8C448885928F1956FD9DFA09CEEADC18291C290908A219012B06B7BFD75067374D9BCC692871D6C7CFDD561907AAABA3491CCF1A635039A3540095ECA6E34E86BABB83DFA0D09BB5FE64B96DE2287DE5891D75D3497DF4099F0B44E5309AAD1749E137794D2A0FFF761465EFD1BBAFBA591ECCBEE1D9698EEE14521069401D4F6405AAD5BE6157C1B0F8F86E31069287E92044CFF6945AA203BBF928A8AD48A9DD4528779D19B6A70B25D631E3F04CEED92060A54B01894A3044D4F6D4BD377604AE5FAF180E7DC342F0277772D36CACC92209EBD71AF6E4AD03022644ADD8DEDAABB81871C521A35CEF22CA56A64AF0B92275988B24215634889372A8C28DF922CE69724DEA9D202100BD5CF6B8CE09A92331960746D9CAB0BFD8D1E355EB037A17DB41C4DD2528060FD2DB578F108C992631E18879B72E62D911E41C024DA3A541BB8FEEFC756AC3826F31845C3373592710F0BC5E4A85905E66A5939E8DADC4D96489E159BAE95EE451358B85B58B2929B5D40479A33A6B805873A4F1C6D6F151E5D3F47A1EF145BB62159908A01D6929CE1F5FB53DF8F31D693D17DF464CF512AA37490C92FF0875E52C3B68EB56292AB3D39AF88B91E4088C5648501931BA3E6E10B728A20321E141C4834D7D18A92AE4A4D42C6F2D1A6AB7D06E3ED0D01993230890F321568D728473A90E83F7B92B0FE7222B8002735C877B8F7DDB3F3997406DE33639134AD590056493A3E0992CD5822F44671B39755B87B96DE1EA0160CB9694D24CCB53C91348B966CFBF192D8A4EDA0B6833801B630942F080A7DB64A046033BF636C360BE9C648B95710930992397A5E712DF61DA601FB379E9AEF8A362C9173AD76C58454657DB4BEA0930F35CACA3BB375EEF72BC42C332EBCA52D9FC38F399A2346EFCC7DA282451D9313175C63D63E156B2C2D97AA0D6869FEDE495A2B5E20C046A98C019446C2569327242498BE4974B4FC9EA5FD07F7AFEBE3266BEEFB202D96AE386C845A0536933E0146D4598A5C33A79C38C3E51966FF47E64FC9C3703EFA124B65730521329359BEF9856612AB784D97ABC077A67C5724D43C91266806D2F195A7EB373080936B37EF18B7124E14321B8D7746998A754F342D4063EB74A2C9B733B428B0FC937922932F538735E00520F804FC0F19AF4D33FC38A269AF2942435B18EFDC9A937E945A57EEC04B9F6937F8912F5A8A8EBCC907AA487A85268B1B302C9D90B79388B03F1901522DE2C6CD65C56A32AD235816ED48B60A64B30F357F00C2B7BF9388E7F4A278B9BF227DEF17767DA8F1D0D0D175300AE24D0AD76486B83EA5E1938E83402C7A0A998CA2912688D2405DD6D244DDE1364E87EF4922227BE7341893963A67A10BB2FEF10DAEA68C1849FD53A9C46C9D9EB914D0A3ADC61ED6EF2F93A4B6EDB96D7E8559F86E72F33837C1F0DDD545170543CC0AB76A317314D54493ADE31E2955C740D533AA6BF37B815D3B9AB2C80CEC068215C489B70861D58C93E0D0CD51F464C6FFB30C38FD976B35B883F29C356169C72AE45557978FF77393E287B8737B71C3FA9C4B6342B8CF882A8D9B9C00E59326C6BC003F77ED6F0893FDD1981D538C9FAE24A4A680C4D0D44717868FEDA3BAC6074A4E67036C635E940E5E4848B5EF5E7AE705DC53AD26115EA0BB9E4694F1DEBF68593BC86B6EDD947C0BCE545302E4CC4FAC63779E1CDCF144D99B4F046569E8CD6A331E4FD02994BD6F9CAE141A604E7E1775D9A9C9629E5896C901121124F65A9CD998898D8F94C05ADD9F695F1DF0F49BAD4CC608353EA97D5225C15A9FF8C541E23ECD257C94D2CEEDB4C11140D6827010A877D8EB015EF5DC6F288917E96650136B22451194E307D5BA856C35D17A830E5A86AB38ECC1D8E0CC71AABABD7D0D7FCFD00C3294FB7BC2248CD137462D2D73E29E9B470B32B32C61FDC0EE3F891E0E12DC648F951D49753384ED6DA7F2F44B3DF0F8159EEB565C8BB1D487E21B988D7CBED4DE9539D21D50B95497DACA6ED5A112638136820ADE18A201877B1E7AAE748E9840953B3DA44A154DF25A7FE0C87D60EEA5E8F3E1C18B82F9E0B7AC65F77E76EF4A953F039A22112F8669B412C80D963C48A1816935D77F2B3A7E70314B8B477BC69560D8CDDDB8BCF2C2B90D3F92862079EE74AE8D6267C93D21D3ABBEF2A78F0195885136C0CCF239A18560222D745083A72863056E83D72F98F9BFE6C01D3E9A959C812962408F484F8E803FFEA5353E501B51B8E78D09E1B5469AE7BC83EC6095AA0427BBE025E35988C083EAA91295E2B8DCCB6FDBB00126A364C474519EA795B7C0BD3B3C76E0A3C47D27505B8A025919252F3F5F40AD65A426ABFA907F9B95D0FD0886FBBC27B3F5477070325B7A440CAA774E8117B41BBD02EB9E6AFAC395F8580806E43D9DA6D0A76C90311859985EB23278ECC44F5EFAE8E4A408EB3B961F153F4CE575355265EA04767FB926DFCE2D941D6B556F6245B385DAC08D189637DCBCF88EF3F07A4C7BB7D47BB74DCB54472E7BA98B7DA68129A663C0FC9E9649EB08A0BC2B40EAFFB13E48E3A623714C3DECEB61C2172E1594638155CC1A964D7789A3A8E6EDF24ACD0CC397A805062090FAB7F51327629A0AC80E8F7D1A965121A3E18D7898910D35B1D9CD44511E9255E4D44BFF1780DC859085B1A7DE9682C03A284F2E5869DF2B94260B09F54DE2924519DE1909B888BEACE87A4667968E1190F96FA2318B90F93A8B05D1B3171A029EC9E908B03E41B80D7196F9379695304F8D7CC103253660098250498E59E33B0649A028CBC517A6CF8B59CEDB96ADE5BC75662F8DDD5AFABC060DD217E5FFE147FC733CD66804EFAC34D2D10196BB6FC95778F41B901908AAB3DBBA2115D1D94D7A30565F2E3D2A796D000FF896C143AA7B2159C3F052A88661B222A59A0960463F4D0388CB5587B0C7AD5B2A96CE613AD126B733DCB8013C75D74C4A9ECC111C50861723E93D39152B46F17396D4D671D1C90E11074942A7BE3AAE557B4740D442169AED3DCBC727D8D626C896DFF989664320D17EF82EA76E2C88BAB131609F15AA6F395DE5A66B1AB1BE0496F17134D9B178BF8872B0F3902AF88FB6D3A6778E520B965AD2099B5AEB4A0C96F6683ED4457C371E02B488E8DC6214BD7BD164B1F0382ADACD590EB1DF79D1970E7F15422EF7179DBAF5ED2AA2F309F26CF23251AD8A1E935F645FA7EF2C36971C51F16110415B08FED8B2971DAFFDBBE63DB989D80932FEE26D85EDBC9F1797401BEADF0506943ECA40410404546D7E466DD3A0934EC96C7FE36C3EE8F5689749EEC93259BFD614D6010821836C6E7DBFB0311D6418E5F1A55AD118C5C5D7974B90B43714E747F9B6F7DF3F2D553E9882BBBABA83D17451C92B71ED4B7A3A976EE91E393E916A351BA7E80164F1E433CBFB3DC71892809859B1A1734E717197707FEB63D7F1DC7F75C8BA740E5635C6C8A46D391A388CB08CA30205717D7F9775067D6F83383E26A956C1EFBDFD264EDB0541B510B2F2032C0D99CC6A13599787D8D1D26E784976E6490876B0F2F3D49AD0EB2132712326618893F13B4CF99788C16CAFF0CA24E3AE64A39A331AE52632D40925AF7F0DCC257E8ED0D757B297968B972B6E7D1915881FD2C56094FF2B6A91D209FE8EDF517FF8A843E8108D97975066D01ED4A5AEC61245B681865AEB910C4E2589E83DD0CBE809EE24ACC9979CC8F3E7D85B2221C576D54F0D238D2DF353D55A3828C98341D7D2B789E468979FD9D9FEC4E1C92FBCB076E0E015902E4FC1BC1732089E5787B6F0FF180A7F97BB0BFA64C8122AC24A833F915E778E7A548A47D0A7F52C7F80840EE20CD2C497CDC40A5C157971D0DD2331AD98EA8E36B926085A0A38FB17D38A0CB4028BFD97DF13557542E5E0A98B8239FA454CD4613D01E45418EC2FFBD0388E2C693FC197DFC301C844F22FBD0220B62DC520267EF427C98B89819CDDB1D98CBBE4AAC097FEBFE7CF5D068BEAC60FF9FF1D85919C82E2A5217A4496572BF512AEB56A4A981B14E4D32872A05DA4CA050A3D2BC092C90657557D4F902F696E6AF534C775983993CFAF0EE35C2DA32F4FB21FD23564581E535EED9D608DE6174D93032E81984ED053B149C677BA15112A822F0DDA698F8FFC77E0876C9E19FCB50E25D1379852EA6328F25A3D6DADB18393CAC00FDB979A41F9C4F127CC6A3B8AA74C4222985ED2182FB5B13A8EBFF37151F007C66F1B42DF660520F56CBF470132C49C8A9877AC609277FEB2946E1EEDF54E9091A2FF333DDBCD9F684B7204BF72BA690F988AF24A8C9138A65BFA433D53B9D1A1CA6B90A40BD37BA3199DCF0C1B5B846B98A5EC4680F46093526C3EA7C429ED93866FC938B330374DA552D76ECDCBEF9898AE7D0DC4BE457EFAB8DBF3C590920D2227979DECB393833034BF741F62147498AF77E3ACD54BD25CC86955AC56447DD33379120FF89C28E5EE739FBF24FFED98CA5405DFE790B1BB61820941B261BDF87CA0813B9E54728FF3C9AFCD28A39898D711266F7BF7A921A5F9FB32EB6FCAAA058E9ED27F92BAE7445ED005AF443198EF200AE9EDAC39E6294B1E627DAB53837017A107CAE58C4D63509E417F595898F1D12B7B5EC7D9AB5828F2DF9B20879313AB4D5B13E7F8103EF290DA6D964D98F7B9111D437FB1ABB0D9F46F4D74CB7DD171715841D66919590351F5C34DDE98FA2223A2A1D845A9C9F24A707E2677ABA111BBA104AE20C65F7F1B1E8284DA9917363DABC718EF7571F90E6517345F6F7196D6178B74705E42A561405E239A9924AA67898D99854B08FD6401E3F9B22F9BC4973593985C48BD52F8D45DDC2E994825458171F9F9E3E020A381C6A91D636E9CAD8C018900BBACB5C7DAFC03BB9951C7A364334D45E744DF1DC4762FF35AB05F61AF21D1012F2EE24131D7D4DC995605AEA3F173A9FE7CE6CCD1C262506F9D3235E92A138C5310CDE6A49E36A79969E20E2CE682ED6DBB4F8FACA523BD3F5662C82C82432DDCA263C5BE1A68E19970888E1A59769C315D40C3B407A9F3BEF5F893DA7997245D1D82D4369DA5FF99793DA6ACC16710CED698FE8D87C50EDFC9658C1488519B13A7B462D6FE5C8B998FEBEC6F7E86DC87F75D204F4CF7074850BC78F209DD39146C4BB353A7EF999992238119F4A4FC6ED836A6BD40234762D762B5355FE92A42048870581BB9E399DC7256C3779B0D41550128960DD86265CB2655365B86AF468223606C18DB2C99EA0CC35B7500549139A3A3DF3CA008091563F2264108E877BC1AED45CE4EEA99F1A30259B09771CEDCC4120C9E69F9A536A7042D25314CCBADDD903B1ACDFE99F817F23292E3755918EB408F0A92B8E257E8DC91D0BAB9D6253FA117EDBEF29A0610919F963B85602C01E8D2C443C1D58BF1141DFA1942E805B71C78F3F88A9A06569DF5750C021B287CEBAB2FA714F339ACB5B4F44AFADB9040FB93A468799A12BCBDBC28A41EBE4BCB349A1A1E55A08C2B68F7B14122F33FF25F3647416D9A1BECDE089ACCE880210333BF68DC158406F310FEA322E413EC566A60D508929A2BEB2A47D007366AC2716038EE265231601BD9CFF3FD0D0E1A1C7BDBF883A09A3579A847895CFA82DAF1301BC9EC4D0197E1785BC5F81DC52DF2FDAA90B81C9A3C503659A391EA45C55B0410336F0148531756D098E7A0455D0C3A532AD1CB9A44801BFF9BCF7B764AAFD22D14433A0849CB4A992A0148C75DBD989839FD5B9A469F15C37C411D12399DBB027F9278C216DA7E15B71464827206EC06EFA6059A5B153BE89F233B2EEA4819179941DBA30CBF1D63853C11BFDDEB457026550A9A824FFEC14B45C972F142C9C110B118F8CAB3F56755A2DEE061312F95C071589A87FBE5A49ECB64B08739537972435400B5D1AB2ECDB45962DB6A4E5ABE024D9ABAA4EC3C68FDC173B1D5BD49BA965C8C89E83527D09D9BDF4CF849C01978589AC8E7F260F6C7034585D1AAD0D9422B87419B99703A814781B6C13A98DEE52C9AF7EA96F5CE7261C748BC130AB4C87D60D552A1B14ED4E8B77CC71FB4943A479B147726D7B3C33F2F4B245E63653F5E5A644F23D625A15878E68ACA86AFBFC69B2D461038DAE3798A936499B2DF5D33CE665E8AE99CEB178D1B3643F87783D99B3B655276AA8C5AABF85B32B91688DDD0AD0BB5418AAC3E95A2BF36E34256579B677E7888AFDE03A4BE21DA07AACAC82096F77D0B172BB860BFB81F99D512619B7F0B2D8DD3AC332BB986C04077D846F5DD5F2B78CBB7D380CE2B2743CFEF609B9C26A5119C0ECD6F429468E0009436FF9D84CAFA9736BD2B11A306EC7530869BA2FF16B7EBCCE711E6A5329AD4AD701A3BA44469A80CCD6269E1220B721A409BA5213ABB964DEA01EE75FC5953EAA5A69A25437087A2AF2C224786831F454E9BA6074E4ED7DF4C2F9534D1FF1DDE701660CE0F91E1B8D81D34310BBD1FFA509BAB8263E9CD71F5DB320237BFEDABB91ECC31DC4915B1BBCA165EAAD0A6B3179BBC4476D46E5ACD55FF874307378C1F90B8F2F4815570782CA077B4BA8AC7C39BCD80FA764E78CC6BA16CA2664232F280BD51B2AC57BD6BF10F9CB4101255DA9C01222A2AEBF0F65294E808F0EB16F599A2A7DC6B9868E6CF571560ADEED9AD9C0252157CA835B5D217E798D66E752D025C15C5D73AD49C59274BF6468CFB839C1A315AB9532534E412E9FC56622A50865BB0B191996438676516CDBD431A139C1A53EFAD026A30960F8F913133EEC1A18D345D0ECD2997BD16D5E9C51FCEB69C1A5D9628CA2039C6AF8048FCBF90B378D126AE46C8E822A73D762EDC2F7CD19C1E4B30DCD29B7A0FBDFA0F2775C27AA9B91C757FF715A6C0BFAB60CCB624CB9C22B558D0C1E595EA95EF4D4EE1CD86BE2603F856AA2723C799CC1F4FA4168B9C30D82D6B03887132778DB95363B6B39AA43F64ACDF5581C8E0F5487F0A51379C3368CAAB12DBE2E6DC6D3CA217C5474D5D923319B904702B4C82A6974B4EC79C4852669E81B524C77CE96BB4AB7C730D07CDDFFACCA31D36340DEBBB49626D9C48E63FC1430AC74486DED488DDC174392119BCA02082C3F80CA21CC1D244AF9C57F2D20E7E9AF23C7EC9C44A802893EC758AE298B51CCE42FE269AE24FC1C19C7AB39538D685DC88DC88F37B738D66D17CC2DFB6ADDC7D7EFA28013D35E6C79C9CAAE7918A5B6D20D10CAC9E98AF37A71808A083C0419D6DC0AC02C7D8092C9CA5A684F94C85104314549CF44E52D70680D18994403B03EA43BC4F7518AF4A9CB1A5399F1CF5A8B698AE2283811A4F05B0CFA7C389E195C6938B7B4FFD4E729CB7E758ABEB98CEE655E9959CA40151D3D9A90A2017692F2496DB3A74B26E699CBE1884D84B5366E9DA5DE99B63C7E407FF580A6E181A1D84F704C017468DB39CE7EEE6D1E7F7808870990B704A84E6561499AEF0AC9F41235C31E6F67B41859CF020D7C3BBA7F5AB10CDA54AABEF934F906D4F9A3ACF99E9E7DC6C985796359CFC54018C32B381EE834442900E248B07130E5E5679DA67B9BDC9997EFA7CA79D0D55811084D0744AD66086677F30341B096EB2C8D59E46ED4C160E5AB391F69D1ABE71514957230E28340EBFC91AF2629D3D39BCFAF82D43A4078F2F7391239D1C5D02AEB43A9CE166522D5FAE0D589BA9F1279380E6DB7258343C563B478B9D36CBAE8543DB8AB22547B43804B5EBF371D20829CFA5DC12E2A376C7AF6A7F9D375A9BEDF72253ECE865EB289AA890B5AB244B130F56430B82DCE46D9D5BEB9D3B86570B383C7B62E7E627CAC58F930F85C47108600A91339FDD6FCDDEB3429D4038F5864A63C3BDB3C56E2656C9B9059F1917942F5B13A929DBBB7A8315A49D5B8ED2F767F6B11345C73E62602AE365B7D1D04EBEDD93BF030D09E9B4FB839D6816C7D0CA486AF8CAE30967E8512E58FE5DF1148E7A98D1A92A6788E077B69D80E3E32F5E7847719D31255339EBFB3F52C1E6B023A2A8427EB2F1083A3A019D86E358F28B67355B6DD0E551D3A89B434D2E430015E7577B95E2345C766BCE9DA910C078C181D4D85BEDA4BB25A1BA17969D02ED4016069CDC63DEE8CEF4A99DC1D986231A3E014FE63B03EC6A47671FDF11A61D5230C6D4476CE0592813EB9DCB227917348268932FD845EC82A1BB70B0A134A433AD3337AC2D73D5A3DC2B9DCD665EC6CDDEE78599E4AE7ACFDA3AB3F285819697ACC84699CD918196BAC39DD4DAA2623FAFB7F9A3BB40D7F1CBA8FF5DE81B724801F7A421C07CF228B5619DD7AB17C81C76432CFCF6E454313E4B297C7C7944E1D770E48F82AFC7F3C0429DD90EDCE7BD148DA307D7A02341022E16AE7B417216693DBF4D2D120CB7FE3F9DDA0433753BADEF5C99DCDD23C308C753B41F86F9CE52B25CB93BC959A5B6909DFCDFB57A849B8E4346AA234CDC214E194036AC8439919E6AD8634025E020DC9E04DA3F8F044C8EDC24626D6A1554083029B11D9FDEE5BAA0F4CEE37C90FD6C9E05A6806024A0D65C7BF31B9BD122B4BA3F7E63116A3A7F87910EB6EFC3A8C69E0887C787F49F0028A538E0988347FE66A0ED15C85769E2704AA9704D6256679E0FAE432F8E8D56219457D118E79733F1DFD4B9699339B1DD2A6DC55607A0779E1293A96B5A8A505B3AD0EDB8FD556A42BCC18E1535861C828145B2AE931E209E24ED0D88289BF5D487FE7E59EF473D430A77EA05EA8510AD3947298E5C964D9E307861246BB8B4D9A5B711E4C734AD6126646B034753828E233C9BCBFD78E29E3E2922262571FFD9A3EDF8177534884B4DBF24EEA16F9EBADDAD157BC2410D9E5149E7BC51F31AD328B50F42DF7D0F4FE05E5134857554EC76BFFB90EED6319E8395FA8829D3E6B45C4E7AE0DE6F94C7270B0A5DC1671A8790E775184608B99EAD283A0DE1B8CE1153CEE4E0B8CE6CDF56A56C2615D1D772D5035C3B3BAA509ECFBCBF834F61BE8CBFD4E84AE601F7121907E06145BCC1B237EC1264687C989EE01C1EF38EAB7142F95C2936D1BE7044C1577BDB93DBBE2124CAA435675B399EF0DA5314EDAF04E418F6025A36C2A09E3EFF292C8FCCC9288545F290C33C119F069612960BAF7EFBC93CA9876BACBED1221F6009D4F0A5015B8E11DF14AC949F1A295E4B747A20E2601D745E0CDA04755DC512351BE9386970766B0F1AFBDC9F1E8EA3AAB1255492FE8C94AE9B319ED32313A757C1F52405D0DB297A2F574C9F2D5A1E8284457BD412C8F0F781FB4BCAD1AD76E8B75F87A7BD5F22936C26D49F33E3493439B071B8CE148C04E18FEFF85A9C59BF4655092D2622C628B6CF369F5D8695049627C4C33AB889160EE11CC0CB7251FD4647890BDFB599B987A2239F623FF99614EF79E267F10956FA69E59457FF92CB1ADA58DD4A8D78DAB5D58D9F71072AD3D75638F02C7810D1D2B8DA24AD0CDDA0AB494253A53BC320C995389F8E31FAB0A101AC6C4C27085C9AB81E756480F8FAB36A9C46DAD795065651439F8E339B7829C421E954559B33331257732F77C1981E71B7C661041D5F4B420E9FB4D3092E4115BBF4EA0887EBB70C59E6E8DE44B5965A3C0CDE58B46D0A14639FD0687DAEF49382F4D521E510166158CCC9B1D118391888A0DC36F3EF231DDD9FD8C8C17B7F6D8F915D915257728B1CDE9994ABA0F29DA856A5209F429961D79FE7A7A6467A99C2FE4AB3134F23CB25C49E492C53AB4DC4FB1C1656069C5B759FF70DF702754284975696E86FCAD3D1EA7FB2FEBFD123CAC8EA1F49077634AF9FF764AA90EF3FB9DCD5EE8E8451836C484AE0D2365C3216C4FA6D65FB3828BEA010D4D45CE112A5130430AC1A25EB686580125BEDC2103E4B351AB411A09B2AA01756C1BA125C94F2080B7A2501CE78C4A659317F7859665B1546E3583663C7A02ADAC28E756B85A73B1D9515A8298D89F30B6711529102E39449627EBF0C1AA0349E5680207F0E2B19077590A8E48C05F7B4630F0E72F9E89B3ED7005FDF73A03BD2CFB88CD2E08842E1F5161DF873D4D5314D972B4AD80803354386248972A03C3094DFE7C4A006C98B5B21CD87E9BB9FB75C0E6402C1356372FD18194689A04DD4F43D888BF35DEF0BD35EB8DCA983B909115F6E3DC39DE3261C0F6F5C4CA050328FA27572B17E6F8728EF844DE0CA46E453C7E1E2932A3A6CD8351AC53EA05AE544B97267E56F11B5459D05490FDCC548BCF7500713E911BD67F70F945EA05D6ECDFC30CD2FC7ACE088F7C1733FFFDB46FCD7CF8EE349EF0BEC73980A34A05EFD54D9E958DD720C2619D4926C13B6D9C12845E8433429F6F6A3AF8A021AA07207100C4B288B1D31FF321CD465D45E5A72F0010F23B9B28B96EF6A0C8E57A07FD679C93510A0882D650947BF5FF3FFE56DBB20D072ED833F086757B8ACD5A081B3E08B3A35AB57AB1BC4FECDDD1E623423CA3E2963A1A05375EFDE20CDDAA088F1A00E729A1E1DA132D1A5FECE0640463F9AE5268585D673AC7E01BF93D5A0942824F6CCBB2EE81EDDC3D74C10786B1B57124E673C1DF290BF1FE5F6FCF3A0995CD252679E13855FA8FCC33192C9E133DB04AF291B31369C8E4FFBDE83ACA0A05E4CB3143B0EB9B90BCB8BEA2E1504234CE8A4111888492EBDA75DE6E3FFA0B02B19FF0484FFABDDE6F6E99BDED04A70ABB728F83910D9B058C3CE8C0AF0A0C2D20092A1A09F2A7001C9C4CC95EC5E2058458631A6AF6F4FF78E1FF3F48EA0C73372DFA0F01198316E76006A1FC448C0E56B37C80E71CD2DE0D53B43D939A0C7E652EAC95FD869CF24AA16CFD48AA19EA8953674716DE4DD345F1C72EB6EA0D5892475B72A2690043FBAAC65603D388FC7DBE694F2398FC7FE3DA5E800BDA0E314E5DCA5B1C245B5DADD89CAC75838ABCD596D09BBE90BE39E89D951A8ADA0E86C41ACA7DE0AC012218467C2EBFA436E7CE849B21B90E2C1232ADF302770A0E9F2870754FF942C9CFAC552720EBEBAD8A192A2A04197F6E3AAEECD35A473A113D68AA9736F9FCA8AC611F8C22F06B65D4F5DCB380071675F80C71AABAF5EA11493458F92367B3A02172C273B10F05ABB4220E203A763DFC0A5F9E5934ED8A12216C2832167F1F91BA4BB0BB408789A75BC45AA0DFBCC891238F269264693A13FE5F807775BE2849FE8BFA25A9120C971FCBB19215CE4FF271D2D5178004CA14499BF2D195A1F2353D0A6F7ED5B25C99A6C931111B3A1F17A132A6DD2A206A15057E131F9205C3ECD9E754C76CE7DC83A779ED1E750285B66AEC2DEA130F7A15B5B16A2FFD90A756476388FD4668C8D85E40E7FA152BBB6449C6C9E8210D5A165BB9D249ACB2A7DD6A25A68FD5C77824F57EF0FDA77CB53699037BE47993BA1788485140656F9D922078C00929EB7DDA4880EC6ABF11996B8489BE032FF60A17A77819B606F6930E6566AD700D98AD06C6A2E02DA1C8542F5A2EC14BA27BFA17C5AD4DEC3B873FAE62D7030027040B9DF5BB4A4BCF881EA4C8B12BEEB6687A1BF64408FC4E2901E6131AE91DE6B76C19E8A9F3C2B9072BC0993BD48CBF90CA1C46258D29E0BAF4C84A8E3E6040B57013126931340FE728E4AD60607DEDA87A1C79E7362BF5F98603614184B2BC104B7936CF1A2F97CE2532EA3A050F05E16A1F36CD4E4096C39D52FC8AC7860C8F307DE3A12657507298B9F6E27BB1A6398A20245D35CA9C19A7C96CF3A44FACC4E81D66C2C108E6C23C09318AF43E84425A2054B5DAF9CFAE0A851D0A0F089DCC24CF8061B219E8DA56AC452C9E66B87C1A20F56CA3D7E52018AC05BBACE430E06BC3B3ED4F8664DC3064211F252F21C2BA20F6D9AA3766EE3091574C0BF3B3D254A84E179EBA006A55225F830D10A66FEA2152F65F7EB82E1C396B6494C2AD49FCE721C570874F426426D058F7F765755A22377498F107F9586248ADA1E4B6C6835FF62343A010FCED19557116EE07782A233165467122D5AB4E3424694281E4F299AD90D66987A88E13FB89E0FD72780A23D100D89A2309943EC5552F92215F52464BCC3A9128F0B36F1A5B8F9B00629A24953C6D113B6977F0AE045165DFD6DF95935630D776344E7B9E43498417182A251F26978978C96F7BE57440E326FD91146B7A430FDC42B97E576424AE0FEAFA258BD93B4001D0254EBEDABA2B1A5504F9B5D1A3855C9EDCB6D56711C1808FEA25E6F239D05995A0F9B42F491614375CD1B1D7749171E542D82246582B72A31A2677C7685D3DEF0EA760990DB7685CAC49B5700C928EC91406AA0B95E1F78ECA268E9B70529E0ADD9BF0693FDD220769F02530C685FE2AD3D14DA5844D3D370A269FF2DBD9B171977D046EA61A11A504E3BE6ABCBAE9EB068081983B74AFB34A26D0B42A2B4E08F423BF433D3AFF1CFCD6850CF3B15CA29DA93567A0044A4F3A2723FCF7BD92E82C53C0E0B83A704F5FC086EAE113BA0A056E8E02E52E4BBE0A2798352059F5478BB5CC1FD1968DCFE7E44CA406E5CC7B994DF060C697695EDA27ADF7B81881A945D5F71AD7C40D854B0627399FC1E427A8F5626CEA4EC6B3CA2919A74FB437AF420909EA4CD6E191B90606A0DAD4DCDF04E1D224167F3D7E6A291F97825B426F596EFEB7970BEC1359090E0D74C26C1865DE4F85B18D352D5A29559BC10BD42D1B58500ADC95C343A0DB661B79299B997AF6FB27C12283BD2A2B00F96BF4CF35DEAB2804E046AE0F9B0DF1675C57A0E61BE19C868704616A0A2C2339691FC48FBD14FB307292DFF3E21222712D9240810742D7DF0C6D74DFBA2C73631703993C7A1A9F4A4BAE589C3DC026BFEA3D75462CA3A58CB256E8AA3A2DCA293FF78B24AD03BA09C76778F77A7A07C55D41F2D88253D9946CCECF98CA306FFAB4DEF04BFDF3E67713DF7E87447884F776D176A64C0297F1BB9ED1BDFA3150087BE24518A255F9DE2EEE111D7DEE27B13AC31CDDE8E9C37EB1C7FDA85A3160DC42C3FB7EC95F1C87A44FE781313A1128D958B1E268699F9F76676F5A9A324E306C1E3484BB4F4F34168B1C98D0F86A7857200D903614631916D8DD48DA33850C63F8FB39DB1416C6DE8ED20B9C13A324D081597E894DE6DDC583A7EDAA338E5A02C1FCBB4FFCB1FED94740EBB030EFAFDA99E545ED7A22B00C217B05EA3559EE40E1060E03C2C4D57BEE997C2745C9C82E31F922B8A54C384225E4A25A356EC9F0643793342567449CA7070BC06BC0646EF799AF0DF142F73DCAEFC8FA37D47E4544004A1CFE0218E0E0B5152E76D60B61611AA881D2B4EFB2A75C636A39F4E0783E25BFF73A23CC48E2918E0C320BA5AC3DE395142C5E6C5078CA1B0A3CAF59DC227FA47E8032C7E499C66C599C0CCD69BB74E9F6FEE59748DA1BFEAA3D1E0381D7117A3E9734DB77595B15BC9D7A55657A9D0AD34707037CEEEEDD4A3E23BC19EB3A41ADC958E41180F8A77F6D457A14949A177D3FA09899086EC7CA3E4A5EEF4B864CA324C759B8C9FCCE91E83ED3D23CF4A52393A78DD031AAB7AA401902787D3236D3A857507115AC7B8C83E8D38D0FBA8FC01B7847CD7CE7B4BA41069AAB2453CC8FEA47A3F654C19B23C4D5CA17DB0A40B7683B336C4F30816A41AA5387A90527660DD5C08152E7F8029EF8A2EFA5E13C01EC2CB70C494B704A42F457B7E32094576199A93A3683AA66DFEEE77B5571D82E5C36402CED3A824A4427C01539E312CB8A27CF116A24BC659248D54544C5FCC7CA368A840DF1C9DA45025060CDE4844163EEDA4BFF3CAD9BF66663F5FCB32935900642376A2C7E6A4549C84CD55F9D0A6C55B546D47F26E61D0C8036D71DD590A54A96F72714B4BA46372B5203C231350357F72B168665F8744ABD76DD6946D4EFF802B994B8FA2A47BF7567F4FDA752DC1BFD251643B16DA2B2B4F3B769C44CC29289E50398C68A4955DED902C76C9AE7696C09AABB14A064DCA281B3028269915238CEC9FB43EA49A5F513725DF6C7CB55BD8F49F6CB07CC9E2DF9841D3198696C1498ABC8E0FA49D79E67EE8FEC16B2724D191B1DFE3C8E85ECE5904D122BDA06177452EE0EBA4AE8DA6E3AADC35FE5D87ECCCFBAE7EACBD6F5D6254DDC5FE0AF1C3A787D92DA4AF8C47D3DC3DD8C35B12F69F464AC2C20834D94090C5B79EA2B4E67161FB62A4BC101F6EA01564E5ABC900FED86EBFB45866363F2CAD0F16A2AE023DCAA49DA4CE20D74B27DFEB1C39881083C36F9764D03F7088F2E0479F5A7B81E2652622A4D35386A613BF0A54A4106BEA4E26042875753006EC21CFA937C1249A5639D5A4D577CF7CDA4E1A764664360566017E9C966EB064DD5A24C2692A96F6276C41A4F1075C6094746FE9CBF447DFE322A9DD03F6EE1B9F2AB0FD2B63572064AB19A4FA188094BD2BAACE8A4DF23F1A81F24CA09AF7BA72A85A082500CC22116CD3A559CE4DE59132A33CCDDF095619546FC05E2546E3945F440E74B121C904E48DA569B9B409884BC64E35DA88FD477F65E45142B2FE05951AEF1FAD6B60E8C3A4A56D75ACA439B375B7487CA50F8CFC2097D8DC961961514CFEB2D655BF9EBD1EA587FD30161AFA0E7E7B76689C8BE28FC687E77792526A49797068F381A56773A58CFE73A0D126D13A12B0D743E3BFA9E2E90DD66DD939173E7A6F7C2ED2F3AEA5940D8DC7A9F350B927E252EB0E49D1FD529B9A00F8A89129DE241BC575C518A5BD8CF30908B5E96BD1CF665D575E0A0BB23CA0E8B4A1DBFD8D625FF1C487E2A5C8B85B470BB688FC2652811639BB0C32E0D926AD8044F8446351A107E24551A5D382085F9F6FF3F9898F6614497F6F09987D08429233265924500892F4A4CAA5F2B87B18DA6B0F5A78533FCE742251AC04AEEB3F0F992807A36EBE7233FDFAA5F48CBDC141D0CCF8F75D5DEB026869BCB2C87BDC20D48391C6A763C24AF104A5FB7D7C1491DF0ACDAFDEB041CD283E9CB56AD6324FC69E7D56EA4FA0BB05D7A61677440ED1137BA2736F09886BD013DF6A4C41D9C1A3AC9E8F528309AE9856A61A7ABE4C1E30A5B4517762DEC3D78016D1859DC188966652E8B63D6BADC7E6A629FEE0CEE0CFB539F4445BB7FCFDA52E4E56D44B755A9527DE82D57F903FA9A630D705AC181BE1A8119296E7FFD03B4A3B00B16A3D222889D5505D183C58F5A634CD10A36D25EFCC862712A00CB63FDB32A65B0C18FC51E88090382F734708A6376DC2EDD577DE297BB85C491E018D208F1327F4517D6DCBAE24D25234B455A63A056B8224E247772031E61616400CEFBCC975B2694CC4304BC4B83A15EC40A6455ED89B893336808F768D0E91E7A8216C7BB0505677A2E953E1A22111B96EA6482B8BF2228617005564E0963AA29E0AF516EA0619984FAB982A079453D0A0A64CF9D984FD9F0CEC2E0D1F3ED69B6EAB5DD00EBEF6F8C339FA5E0914BA6182A65ACB5F70AEF96852667DBCEA0950DEAF9A5A997BD6A24A8410C15A0313BC16A662B1ABCD52AB1D752B841D244A7F708D29DB0BB023E898A5168C3EE6585625A67A5F58C2ED401C4B4F754B0F4D4681A9F8F5713A8552534F862099AE75D19DA67C143D6F8125172D9993E3841601CBFE742C75819E91B72EEBE0D82081970DA692487865AC559BE7CCD2EAFAAC55484BCD5EECEDC7845F25B6D79AF9088B2AA6A5B0B9ABC005B62701EDBB86FCF706426C6D26B5D9C29A5ECF2F82C6D8B12DA6B8F14D70A0EAF3F704233C5FD8CBA5645E9DBBCAC611B4D4CFD3C10B35E716A6C49BEE6EE5C62B1CDCDC82E6CBACE4A70A7335CCF8DC2A1383445E10E06B8AA6CA326D695EB82BDF519066FA27C34E0B2C8A10126E740C5226EFC72A870D07A6D55388509C4B0106F43F78BB37101FC52EDEFDD59EDD2A4CC575A54BD68D08A6F094E2767F325A67D22C7AEA5B5EA8A3D7850394AA59E7B9F70667FCF676B4A6F8FEFDE2ADA459125AAF56259B4973210FC1D0B1A99FDC1F6A05383EC600D8A6FCD5FC9B8A6EE9FF47B255C1768CE86995A5339144BCA64341A6360444C80BA6FEB860ED4C733CF2ADF28AC5A2ECDBC9DE74B645A73E08501EF5AAF497DF73A71FB10A23484E6F1B8E1BFDAD9CE3EE26EDA90EA2A2D415575AEA80CC4D6C17A735BA03FD652971886FFE757652AFBCDA1EACA81C05CD0281239103B404E45BA7714F798C34F8603508C9A5BA0CC629BE6429CC5DB3004AA9F3977C4DB9F499A773A26062469C2BAC751500B2B623AF0DE68C204C6DD3084EDF8C75AE8BE4EDA775635E3D7FACC2A1440F557B2EA1AFF6C4AF2ED5BFA50CAC5DDCF1AD6430D3A77A4576037F474C3785747CDA2515278CA7133491B825ACD2660F8770230265A78D7F68D32DD3C4C29CBC68FC387139C0B91A78C509B2561947922525682F25A78D8F52F12FC6E4F0CEAE71E9F26547B1465E369560761B914249099DF07C32A79750533F9A6846C11D4D61A4C0E6D102C882135502901FAB45B07E7A9693DEA79E23C65E385AF581BD807980A93755DCB2BA3D7BF98C73F1E4CE268846570AA7AA52125F09C127DED74899987529030B57C61B1D437DD344269B37FC2C4882A7DA296D2DC8454ED30F4DEC9441A3C3FBAACD9B092CA75F7E59D718B53F636BA7DA5F00A154F33079866B80F51CE5E6E34D333895578C5C8FE3E5513746925CA7DD31348167863315D1C2272517F84C7C2097837BED5725D9EA5F6709B7404DA7DDD0270FFAAE46957C53173DD592E1EFAB5C185B38A12859EEFF59EA03FBB4A7EB5664377B6DFF60431C92392BA70265FDA966B9D2AFF7361887F3A0EAED55A7F61A61C07ADF8F5BEE5F07944BA07D50ECC3303BB672C99142A9E7408D143FA7F8405B5007D70B0C1E9FF2D15E9333E6D44435561E77009E0D2780EE54CBEDA7FCFB50B4CEA260C41707980B651F0F9ECEAD8905D175F6ACD04B3E664C982FA8181D07C22F15DE274639721A21E6D070A9F41B2736443B255E2D0EFD7868ACA8254FA03490793A5806943095D65EAA59754779440CF1B3510ED2F7F962FEECA828C667ABF04570D686F5A37269DD99A1684695E1E83DEDEDC4795A94514FC0A82FDD4C25B2F207AC40DB3DC518C02DFF9665CBCE2D492B528C9EAAB07AFE11A83C27E020D19614720BD176715392E54B5537E25788DFA40C5F69FEF4AB3971A8516F090B1241FD3466E294675380B7D50487FA6881253D1B5A8B4ED83DFE5FA85175197ED2BF849EFA241533479D8D0CC2108C5534BF262220804B46F110A7A86A94E9A05428A635B4E597DD6F5BE1891685E977954FAB505C9105A53E0C30A8963309E6F37B81C99FD361C3365D300AEC05BF2AC928E029CE0A9012B4EF04A896C79E9F8C00A1937ABD76F756DB4D41014A55AA036C619113312017C6B7C5A89C149F72588E9DE4143EDEDB121D8CF33553C6A4485B7B8A07EB5067F0BCD9A89DBC5601CC21361522094298D4D083AEAB6839BCAFDBED2EEC85CE46B23884A8A3E9F1766538FB3ABDD910EE17633BB025E8DA747D353BAD465BA03F4558B0A8BA6ED81CB4477ECF5ABEDDB8A7B55CA2FC425B29B9A27AECB88D12BAE3056DA8C804AC4FFBA1857E42E7B7057C4126B496889AC5FEDD86C5DDCAE9424A383FA8C833A7901B5E925FCDA29897A4B9B76F0E1170CAAB8D5517436777DE28697EA8CC4D7AE3F5E565BFAECB0B78B7046EDEBBBA589D29112C18FC0CD4239611D3A8D6C207FBCF0631BBB054877A7CD927D1A69D55661B1F2BF932E98B575B4E54A9002E6C3E577626E3CEE7F4CFF1EEFA71A91D76A72B91F0FC1B49AD4E7E9E57A9034C20F47C46B220E983F34B474FAA085D88355EF94147B92224E8415B3F10A911BE3AD24DC0A1E73228C3CC56A089A3E697E54193C2EC2F7C620C15FD912EA91E8FCBE534D34C270869574654B3D08ED89987CBD1E07237E3A2EE93373504A9467C4491A046494AD31835E5336DD6CB182C596CA677904EA205C68BA246F9A9655C135C9DA887AF97793285239FB96E69C0FCD4F94619AF339C92E6B44E86A972A2623093E333146A679F1CDAD10EF5A58E5CFBE86D0450DF50CC016A78E0A984E3FE35E69450FB246AE4A8F3BE0422E360F52276CB52800AECB3D66CB85FA99BD6CBF039C8A76E8B5C1A16DEF80C8472BB52E35CA8EAB0AA9890C2F45BB3A9B84FE2A4F36F0F99D3F817FD5C2E8BAC61A038E2FB9C9A84340F72C1352486A9B98B9009B10B04430E0A860A0B740E59FF77FD72D563BC27C15379BBFB3A47A9C0607D2E150EFB2C895D7C05EDED08BAD685DDD0BF9FD0B59DC2C149F886DBA9D26204B1C19612B9D8CC9AFAD8F903D7F9E2775B2451B2D3AC160F682CB761AA02938016BB811AF8B0CED6F7634EB0F943078543FD6EB0D0C3B895BF828091AA04931ACFFF24858A23E36B5C3DAFAF8DFCAC5AAE0ED947F3C076B3D7DC8C6FAA0CE8A99106A86F75AF166A3E82D7175DFC37211696067FAFA4080105D3876BAA0D6148256FC8C0576B1D1C8CCF6884B7C01130696FAD057CACB80CD4A7C033AA2701C89D27A6D96315B24C3A62F8D317C05F1DDC4C918F5878FD30491016CAAA2B51A9B0D03BCB19F1DF2F9E68453BE83F54D23816E856DC92A09297F7D80CAA4123498883948C88D5130125647BB0B046C4D8EDEF002BBE2236CEC6B913C8AA4A495A3B77E82597B621D5E983F85739E5EBD6D1B1F753C3097DCD39166EF8AA4E2DAE3E95A38EC4159874CE05FCB40CAFFC42E2A22FD4A32871D8FAD45B03AA541326ACE037142CC7BC5D6D2B37895EC1EAAB92A8AE06A686FA7604F34B37AA5B45A8750D3A918B2669817C3AA0350C303D20ACE5531B8DF65575B535B0B2AA5E5F777C298B57369BAFD963C42A26C4AAD1F95D9BDBC75AD617F10D34ACADAA7484DEF9E39A1AE6774D69DEE515A801C69007473E421E5C8C13A98F67F4D1AA76931760CE2831696EA39A8E9C20D7D735557B49E402906FF2341E189042B5AA8EEE5D92531D66CC31D0AE23B204385A4CBDD8FAF3A410F5A6A0E87DF7E54FAA9642E5C8AB5B79EDFBB78189E2AE02DD7D42781F7749FC5AEB11D0A7CA26BCAA9B4E87D8E52D29CD8806C3E6BB83859E7E35C87C7A49283A2EEFEEA3CB1892AAAC2A9F05970E071FCB6794482D23083D6116D7242D932D9E392719C00E63DAAAB242BE0B405C4819F54E38BE501FA8E1DFA3ED44B8F32E15F8C1B408180F05AAC5759CBD92B0EFACC7FF0218AC79DD7E423576DA375B9B6B246CC8853CFAD8AACA3F49266BBD1E9C01D403A1E8459559423DC5622AD2BF010611CE15334674AAD735E86DAC7BE6548DD4083C1D678746812B6A27870C70FB148D519C14DD03AAF7227DC546117F707A2EBAF9B854D4266C47A2C54DA96B695F08E51A961F51AB0A805DED289BB45F8FE5082C7067693194B314F5B87DFEAF2E92CD873377C0AB0EAB7AA2241C57903CA4A76C65505B993FE88D89C208C270AE3EBCCB48D51DAB236AD1CB2345F88BE95E43AD35ACBDC591DC941B293DD23D1E6D66E368740EAB2913271CABA87A312A987E36BA55E345E812C0CAFDFCBD91E9E634955B6B50AB31A21BAE0105B977BF14D3AE88E3FF5CD4C1A00C5EE8FFB6BA60597E9B46B1AB3987F52D03C9613952646C77D90C6AC3521E61F3E9532837C6A9A6180DDC27AB4511BC5EB4BF726E040E8108E2CD32CDAA553F82E597B8575CEB56049A65F0AB4C2C412F169A22200816979BCE0C3406F4B27A0258F431E95DEDAFBCBD5BBAAB4D54404AC581F38EFB6D81E4348A184EAB3261304E6D292E3AF401D2AA7D03AB5DF625BC76DBD4E163BED2DD888DF828F90159BB93556525C31821B6541D46AB69AE2F348769EDD2900A213CA8896A59B07C4251F307AE4E8D701219DA7778AB6F3910F1B76A9B3A4F673728BDFB64A9F84B510341AA938A1C81EB7255DA26AB7F07B3A99B86A25AD60FC0A87E66FB2CE9B7BFFBFF82BFBDDCBB0A7F649A8AAB9F60AB34CF0E2E02AD7BD36DCF96DC5387BEA8E0390A185D62A2472B0A2878ABA30FA937F6C22280CEF7AF0122DB356E9E82D212DBD3E7574969C9D1D2E861ABD91F7AA4885F7FDDAE176F5E32165327CE07564146C958FF6A1E23BB965BCDABE033AB48CECFC440218ABDA0EDDF03C22B73046941241F754E3911B51D54B5ABE12BA0E5ABC6BA44FC833DC623D877FC6AA678ED1679D38B68894F422E68A0ABE5329A973BCF6249FE017187E387DBD853C3EE5DEF429AC95E09FE02ED5183ABF03B0F66578D5603A2950073F8936CE8E45E8097E4B07D2199A7DC2F650B2AAC271BDF2384DD57B76C293B082A1D9A3DB924BA39BF05394F636F729D5DDCC8AC2DF1CA621405D5DEE7E08B60FCE014E528A864C4F50A2313E44421861DEACEAC3A75E8A81B010173A88A574FE2FB8CD2FFA628FF9B5058BE320FD6139B7420AC3DACE767CDE7C079943026CCFEF2E2EB2F826ADBD4F4FCDC1597E00823E878AC5607C165617A9DD3C2EEE5DFD755DC9E7C2D8AF5F8D2C854A15B37C505147CAC7CEFBE41AEA9741D75D4CCCE02BA696132FCA4B4B6AFDB30B68AB2D1EDBDC4AC9E5D469B9B7366E888072ABD4D0B8C9A277B4873831DDCFAA96C800A166D4CACB3372C4D21046D17DB96A8199F0A17FE3D464B2009CA132E9C982E3E1F4428ACC5DBD9AAEC144FA4A1F52DC152BA3694EFA711E4573DB1F910713B379ED036ACD3DC6FE692B4B20D563ED93DF083AD3582F8F385E8190F8D7493D3E35BDF93ACE9CCCEDB0C0500FAC1EE1407A8A9D673757FC131A0682C4F54B3AEFF9D55CCACED2416A826FA185E8039B65D571F1867E0BD1BB34787B215D0D3D8E8223E1CAD034AAE6F92036527A43758138E778628049A75638B4AA7A1BA5B319CBD0D90AD115AF1E2031FB19A5BB1517F6A22188E301E5A8237D7C52D574E87358EA9E0AD1A952F0C7907020846F7FBB22692BAB0EFEB7D143D5C48EDD4564072228342AD20CD807ACF976FAD1BD6BFD7FFC5A2C426CEC8A3AA8F253B478204611CF395AD337E1013868259C6BC0A0A2E156664F786D95C3E387BCE86F041481D01FF4AAD45B49A0BACE3AB321C08A23ECAC6D8FC9B31CD7D8708B6C19BAC9300E63A61AD5490D4184D5B018DD02D6F091B8B895FF3BCEB0E5C665CC48D6A957483B6B1AD7A22DD485004AF929FAB6C8415E7BCB3B983FC3FFAD07834D1502CE645E5AEAD7D1F61B80862026008E1805A6EE6FFA01CFB0CA0A12F9F5E35AE0CD6DAD529AD9A6FE5B68F00ABB335C1C9D978CAC28025872C935F60FB40E1AFFCAF638E0CADA23F54AC8844F4DD1EE74275AEE47F3D37381C31F8E87AF6607E80C308BB9AADABE9F1D25208052782B5D82946FF5D0DF55E9BCB02D36E40AD68CA06350FE2ADB199A288D598B018412D7ADCD512D8E601F2BC82A3D32E6BD1BB812F99F183ADB2562235504794951CB137F37D6ACD21966D16595A7688AF72A549C692B670ADC334BBD80FF1AFA7E67BB1B7894ADACD5945DC8DD478C6B5C428B1D9AB45A6ADC6B5D6E135E7A664E304EC3D3F4EAE72D973ACA9BDFEE6A12EA3501BBEFC8DADD081C3A44FB63208C93A197E1DBD042CFAD6295AD055DE73866BD4F4D55C75ADDA249CAA8FFE31A34AD5969233CFDE31473370B3BB1CF80852986D15DBE78FAE1D9C3CE58FC5A8EFF5DC1385FEC7F9376917E35502E527A3A8A37AB83A0609AE20F6071936FAA2EE88EFE3122FD07A4092D63654D82600E243709BCB84BA8AAE28991008A524B580836EC5547703081BA656FDD901D53BD0F84C518F373280AE4EC7C0CD8B0E2D6DCFDE34147CA630003BA4BAFCB057CB3418EAB262889907AE5128C99ED0F9F640E274616C329CE358019302A6E683EDE6CB63E6FDEF490EAE524CB8FE8F9E20328F3982A15E94641303AF365F562443819F3874E07B1253AE5CA09DEE82D2DB02832003E08349EEF48EF8A383620FF2FFBA2768B735DA19AE5F1E9DF9B6D81A51C99269EAEB88994FB773C64A993A685BBEBFDAAE098FDBAE5FC62F537474F20252CA94E557E989435505CE78B4B47EB23A72FF510FE2A8AE77B9A50198868545F785C1F5E30370BFCCC456D1BCD4EEF8FCC27363C46050AE898B45D891AF5D7D0590A0DC8377FA7A2CF4FB033C9A1BE23FA750AAE026E4AE9523AE73731FC2C36A367476A8447AE0454C5A9E644DEBAAB6570487F11639AE9B4915544C1B0663ABA6725C10FE68093D596B4854784481A365E4BB3A8D23AEAEF26FB19030046DB0F6CFBF1F69A6FA798EFBAEBDB3DB82F76C7C34A668ACAEB4134E1EF3B487D24F7E2503041C84F60A7D1A19B8F017B7E3F4C148109C15AEBC5B368961F9899F42326A66D73794F49CB905C8D4DC664C7E45E06CBB661AAEBC5DCDDCA45642006E0C9C254DC92F8208AA5BD7E33B842A08FCA1F6E69BFEAEBFE9CE261B2FFFE15FC5F40601E8BC2F800621D9CAC0107285D8E6F6BDC07AAED1C2BEC2FCA0D4246501741BDAC025B1546E3594C73F832ADB42895267B3A7AEDD64111D6D3F05C0DC2A0D349B262334B04E9C65045473C7D0F090DF4DD6C1AEE4219972ADF7CBE9D9A3CE10DFFD9CAAE03061EA1C54E6C900E0DAB28C40DEAEED7F2E6D29A44EE37597B4341B308AC1A7B69D64306E94966822EDBE24F0FDAF00F7247FF2A792FD0D91BFCC4F3B7A6A4AC4D22C6E712083553863AF1F16B3AF03C1BC4FBE8127847899D476579722C8F8E3146A43B42B6F9384257EA19C0EAF10E5AB7103F5ADA64FF40DEDEFFF8DEF98E650B48927F4A7477204487190A1AF2720BCC15B0E79892D4E05C4497A6360EC23C9D5D3FC8BA630BFD1BFFBD7DFAF3B84DAFD3C09603E37FEB854737CFE1F3436E9AF661515921D9242AF21CD7BAF432A12690FCE821A22D5E063E539D0C971AF4CA3D4ACAFA5B70C20E42A3770AF804FF036BC53608E6EEDF4F0B16AF319B0F0055685466D54AA60FCA2623326AF852EC36AD3E3DDA42871536AC370217075DD7A49304A140087F8D9265C4172AFA4D6BE7693FCB0E657A4B55EDCA814BADC2F842CA8478970C0FABBC4DF9C81AFACE3406486EEC7C39F2DDEC8A7D29B82B0D21578ADC0FFBA466B62FB73E07AAFAF58A498688BC225FB4DB5CF6EA2F16343452B633A8EA500AC65C2F4C90D96AFB0DEAAA8EB7E840A804DD7775F8BF8613CE53E56D4589C041A6CE0F9356AC0AFB27E6433A3DF768D5F68F269ADD030E237E0C7A73FD47B658726F8F3DAA98AAFB800CDCD8F1B27346E40F1FE02C3D3FFCCD81AA52EE35E1BF864698A2447D9AFC20F362DD6A200A58DAF71FA11AEF1817812772661278D76FA560EE7C6D2A7AFE623F41C63C7CA771203728634778DB3A4A1257DB4502C48FFD4D35228BC15B01B0487B680C354F7A93661FADB224080F09A4AC26DCF206C2FC316896853D9B020265E53E7DED1683D8D2EE94DE50AE6E03653DB51FBE39C076148748E9EFAB0386895919DED73E0CE5D97B11AB41B9F552A46FEB01852673AF428AFDB425CB04CAD7CD48BE0C61A2FCB359614964C72A4F1605BAA524294D899572A5FF935B04EED1D965E853B17D4EBA6263A02C20B8BA0B8980A5710312A55EB794B65C5B053A821FD2E2190CDC416F01D02A6F235438F1E5E999ED519DB8C09C29BB1C4B07C761D56EF75BEC54D9A054D3D72137683C2ED5E22722D8EB32480A3E3F0CDB08A55712300B0F98784484460980C8CF4F13E8476B1D4F302B72B924FEBDBE9B098379AF9F8F0AE7D5CBE3A33D2B9B6175C890B6441AE93796538036840DCB6B0E3B873104355DAE4DC29E54F8374DFB68FF4E4CEDA02B92F6D3352AB3FD40BB0F6A8A4770E89D3F9ADC35A4CD4041314B920F4ABF2A3B7A23563845AF7F153B0FB2E5E27DAE7E591B08625E2FB4A28CA56870793A02F2BA814B54DE8CCE9A4B100E42E79DB339A36AA783E205B2F2E10D27454A25DC3777058D725FE905DA3B119D908BA7E7C3475E1ADFB9B6FD0DD4107665CC490FA04175128A5E19EC38BB11AC1A025DFD67C5EBF90F8C612C45DD9E9F659D85EFA46ABA023632A28D8EBB1239C0A3D3CCC65E6E35EA0D2B7272353E20E3D7789577CA04B3AD300A66B47B125BF99B96F43E0BAD8826CF527C1BB4E1D880A9603705FB78D98F3A0C48EA8B12B24DD69E7373DCDF9984907FB3599B7D9E3D9694290D6DC343C0FEF029DD2B12CF3D4FB46C81F89670395A74D8FBDE8C81552686A02B60FE1E9590C8085C4B12FCA3C29AE181914859AEAA80570E251B6CAD09A92E785505F73FA8A1BC55AB13054D91E58118CAE4112F1119223367BC84B3ED9F97EA8841D71A149E23D21B1343836C0B7D13E1124D05673CA794A7939CB44199E201ACC5F60BA583F34B8B13D21DF5CF31D7A97526870DA047D85BF40EA2C16EC72E2511402E021A755F1B1665935A575A4A1E0CFB1800A0FF845909B666171D9D216BAA7BF5A053AFED2B18985FB17C762B8DF11C71E4C11C36E2D151623155B228D369E317A1176697EB18A3367B9461AD9341A072FC7C9F8D2971D7C43FD1741BB623984677FE4F73DB18AD83E3C501DB630960D94CBB5B3EAA1CD639A872B0D102A2B48A80A245ED1B193A2269D7F3E484C69230561190122A3B4ACD8064FBF66DFFD2C17D03804F5B19B2C4D3461B521F7835F7ED19AE2434FD7B42685C21B38D21F59AD3AEDDF5FB1C0D889FC0EC4FA85F00EEDFF27710F509723C5B79C9F5BEFA8F0DC60B57E3BB1C7F148A46B0F4D58D64DD24C956062B785D6FF9B3AF8241C14B964AEFB9A0DB1D3E68673ABA5CB3EA384A74C3E0A26944881A9CBBC3E23EA8C86C5D70F37A1B1D7395C2BCDBF3C7743CFD27D9C2209BA0BB20A5429515C75A73AEA622670C5B1E4FF7DF39642482E47973B645C5AC3E143CF888D861A0F6F2F02DDFEB19262B1EE6F10EF23A657F8BF1DD7B1AD11152E5D483E5A1C2A30FEFCEB18E36F6FBEB1FD06BCB151776617053CC9AF5DDEF2716DA5E90566AC917EB5701BC5BCF63DB1FDC01D4C4A91FEE105A568EB5767793EB980CA217D59FE0B2C3A9A847611CEB2010ADF17C2882E9FE5AADD3559C636E8D37DA76F08D19F692DEDFD28B67EEAB209C757F7CF81706024073CF55C1B9B891D35771C4A6B5366339036C7A7C79BB2176D0F82302A402FF3B4FA57626F9ECF770B5A95F86C275B91C7D9945C1936B231E969AA3A97897FA90853395CC12C24D992B7C83C0D75F47632CA369E4667B2479E2C067CE30E38CE1DDAD3EEE0A3C9690531FFD03C32DA2C8738D5E12B77B26C55990891ECA710790FAA9275232365AB64E009D041331B5135820852BB1DB270312772EB536CA6BCF95928377741E4A3E34F290846505D99B01EC4C4E336B27E228392E5DED23F4208B4774DD2B328124E60DB7196D8AFA80FA9CD060755B294945DCCD28600EA01EAF5FF42B85D33AAC8DBABC523C902EDC943E0643546B29C433BD4A9794EB9A8A5032A294A060BFD2DB0AAAFE6DEB4317618F46A0C2EB2AC970B90A1ABA579870131B942C7B7C7716B0A2A3B7AC3C9DD386A9AE7C863B2C4F1A3FC71FD23DF631B2D6150E4021E9D46A926205C28D731BDABFDA32852B2C9C403C85EB4E0A7E5AB0D6D9F29E14F143795787F107B402A8D3BE33D8DB3B2DB8FCBD0FE40188AF873E2EAE3B33BF54ACA985BD49749F83E7EA7AECCF634B30D1AABD6C62441F943D1537704585A7BF07DBB616A0E8644FB017D621CD039B32D9C9CCF25AB22EF214E98DB5F2906D45C9A98BCC1F72A31C3B0EFDC1C0B92B3356F33989672581AD3263FFDB4560A9FCA29BC4B912DF8E34DE924121DA1B3B341E9EDCD8C1DB787EC6B09ABD0172F6DA7F164E602F4F3A41E9CD3B2176A73B34546B43C3395C11467938FAB7B27A26D76087EAE44A57F12104582131F664DB34EBCF4908173EAEE221D2A2737B49F8270246908BA78BFBC94B4C8ADA476B5B36095F69047FBC24A0719C3799524B03AE77874792A59CDDFB0FACC25F0FCECB3815E481A264535437F4371C225D22E4142B7CAA3569EDA97E5FDBF43083B05B38215103722CA418562A849591949101C8400E73A9729D1B7C7A5C460776377B3980A9E4ECF49C7C5D62B1FCF611A73204C167AB766D9FF2334430D5676CC10B3A2E962793A118983389B0633F9B36FDE1AB3F58A1980B1E693F622DAB9FA15B3ACAECF9F3FAEF3980EC990136AA4981D13ED41923E560DD68B0E6F75BAD8D0B3AF5C2E246B06DABDB4B9CE139A8A8165D0ED688181B1146ECBE4DD6E2121DEB3BBB57DA706C703CD69BC4B344B54F354623D3255E18AB04F4296B96091B3CBB3C62B54A4C0EB395DCBF02D2149FD76E3C37396A65BFD681DFD98F7CF3FF0C6B3CB3207390493BC7B0EB7714BCEBEB98FD094FF21A1EF49009E9F28F1496013B3D3B797DBAF097F28EE92C36816732DE2D199B847AB24255442790F207513A9B3D8A9E40EFE788187D7990C3B67D264429F5D45D30D068DDFE27238E1F9EFCFB3E29D2B4E2B52E266E805E0DB1C555074A90906E039E1E29978B2D8D96C869CB3E63208C5AAD55B6AC697496889A62AE940493DF183D802680E8BA4A251DBA6B3ECEFD1853072C3A70DAE6252CA764F7EB0956E01777DDFAF9E674B33D58F74B402A7B965AC24B0447684ADDEF445A35A36D466D10CB8822B28BEEA29BFD113B421A0E5E7058422614472A11F3915614318873533AFA77BEE8411FF41D67BAAB42AD18D62324B777771D2BFB96F2695F0EE47B044CDA2A8615CF4154CF48DD5B42B5EC2099C9CC970FCA3428F4AB6DD78E3C3C8370BD63F5107E1B11DB7A35BB43DE58C82DF90C8D5A5C5115E9E0CFCE0DBFC5E8FBF3350181CB2EAAC9273A6B449871C8B0B21E2B4C103933EA2B0AA40819CF25989818D9F9B7BB23CA71098B44E7FD2FFB2F9612BE2839E17CF373804632A5174CF0714532CE138CEBDDC00B45427B5EB4CA84F4F781997FCE05A5F45C13117D554CAF431B6561CEE7F6D48B4593774527EE31DE7E5B606F4826B947B9A99598BA3D8442B291D02EEE0593BB45D8BB689EC5E920ECF652D2B8941BE6EF5D6F2F73526E1AFF95F81E0FFD6FCB471342B534818E678E6C40E14957BC53F1C66EACF6D33A5A1CDC860EAF661F3B4BBA1FB2E232CBA87DE748E8D005726A596B7B391DC3B79C263AF889FF9AA3CB4BDD4D07115D913D08CE8CB32C4FDDAE8D1F98F35DDB8E73B881CCDE44E866BB4D1FE3D786ED2F4250BFE7641A0945BA50F79386EEE0A092816688221FAAC65B4D8F711AE98B46B629E06486B9FB5BDF694F0C75B6230517937C78A198C4503B4DA33536A087AC5241A4D5DB0368C983880447AB4F9A36B5479076B6D7CA42DB4E3E3BD128F40C312961F155D799125553F9C0E76779002586CF65EF17B71CAB4EC9D449B36A538854EF33FA3250E6150C5A729855D814E014316D031A143FFB4ED4CF305128C575C4D1121440F4A1F8279AE3746E1283C0A93D4F86F4D2C5AB4FC97EC60314FEA59D1EFB28641BE51E7B0CE323A1FC12AECA074ABD30AABFFB503E6684F7C891F3BCC7A288DA20CC31F898A27C0CBF41EA599089CA3A5E4FAB512883BB77768917B11E12336FA841171160159A67D06E8BDE6364757C88F1FB513217EE9F7EBD21811995A0615C3A3CF837E53E0D4F78C9E4C4B6A8F4A7CA8B516349EA63CC726436E0D6FDBBC8B97302B1FCB8D3E877CCCEE504A7F80B150B52AF9A06DA2F46CB9F3B7E0403654D195DEFD228D078EA88BD21DB7AF41F06CB5489F67AFBE39FF914CC412D4B04DE8F4F63D77A63A55AE4BD7A5AE151F9044B5490FEF48E7EEDED6060EFBD91FE6A0071F2664744D3613D714E7B3267FB9DBB562A1EC38FFCF5A06096B997BD93CD9854A9357A9C503C87E1E195CEC9EAC32B563C3E39DDF0A74CE03AE4A6D49214B33157C4DD231AAF5E06AA12BCC485CE8B56479F2D6F682F68671B19C457E0492DF83211090DC3E276389EBAAC273D974B5B35A2A4A0C5EDD3B1636D4B31A7E9D4944D5AE2478C75001D5026941552D13B5BF945D863D9397A90D6A31955B576602EE2594BF3E7170F03CD58A1ECF0A85B5DA13BE1616B22913ECA0CB5E5EC86325BFE65706AD100680A3CF6D9E92CD24B5E33A27624C2067DD7D644109BC2CA572D7E6F4B706DB0C770E9D4B772FE13EB5EA13F2267AA96BE1CA9C6A4DB90CAE553A7E6F87108DE3D168A57DB935AE5BB5EF3B171CC45266AAF1C98816BA137F1835E46B5FEFF7E66A040B5172E6AA51B5F556DB27E9B4C564D14DA0F5322A5EE4BA00E70AC971CD1B231AE489A965DEB5FAB2A28AD549C1547635B4DC84EB537938FB23B1BFE4477946E29DCC177F24B60A7260F316E85AFDAF8D1870BF4787472AB60D720A99E80B3E7C06F5ABE859B626941B573478A2B057E792AAA25A9C29B18E0DD49328611DEF16BF797B3BCBB632AC66E11DB051982CC6F2D1E1D1122B3CB75C00195C2799E2AE9D09BE1EFDB63347D364CADFAC5494F0B2F82AA7FA801EA7D21CC24A0AC35E44319AD46FB7B63DE19D242831E6A6F98EC90DDB9617992FF90B7A689154E73CCDF0185D9298B66FD63A14783C55001A80E57F71F6504A8B7D5049A0CC495DE81F119179206CC7480A70E1B68075DA0FF721B034DF92EDC8DD6A46AA0A7AF7E35C579AE2977CF3F772D31DB68262CF92004506D61D30032B4637FCCC9A0D963C212D3A5A5BAFCF5A6AE4FDB6856D605FABBBA6F5EF01F71C32CD5DDC22DA7B2834AB307BA2D6A3C0EB8E01B6C3D87D0D711C3B3B1E2944CD166D5B088AFF35ADBC21DA26E78D60A6B5B663B6E03E3F6028DDAE3E4866FC3DF05CC354A62D5D679E887298941E957B0418F1B6FF475BE21AA0DCD178CBC64473B90275CDA6FDFED1DEB1C334455844B20636B70084DC974493ACE1D3438F78DE6251668972DE3033895F4C418C5FDCC86701B732306D7AF8130BB77B54282931D65A352D0850718D42F1E1B017D0D2964D8AB747783939648790F08C948FE4818A4E8EFBE7351293ABBD38FA27BF41E1B7D0B7764E748D766AB5F6A949C1FA3F162118F95C1A22F3BD34E1F3F68F3C05B534B77B7D8861D09112E13861AC113B5B1A262B0E3AFD3357E7EBA2853F0D79A418B7A2CF51CE809CCEB7F3214C65D3E88AC373A9A445F86723E41A776AE774BF23B7A9A5B357A1E524255B977FA18336E5FA14D3E2C0506DAA87B49C815C49A859B7B8D32A8BD2CC257662623C4A3C98AF73FC6A071DEFDAC4BAD4B40F557AE4EFB7C40E235A9E82D6F576A68A3ABC2E4ED24DAD56E6E8727A1D24C97DF4398318B7CA15DCF73ADF71D0439CBBACA03E2C0CD17C92E734F60C81C730467C3DAD2EB7CBE132C790A515DE7BCC45165B72C4145045117E5028101B5EC9DE5C3E5D21B7D572E75E38C2A55A23751DF01DBFEF10600C9DED782B495BC83003D94E894DB7DF5B78E4562232C305FB46EA12AF71E77FE2C30E87C3E21193F593F348C695B80334AAEDA336230D304A9A3700F45B69F91CF572EF4211818DB4AECEE32D70B8079814F12AA969B2AFC6AD31D5EE9B7B7F82D72848C82011D48CE64410AE9FB8202FF0FA91436C67F592394E7612841CBA12DC444222D6EAEC034108402580B8272B68E74CF1E291C6D6025E5EEE2BBD2365B829C92EE6125CB551E4882282B8367A837F8AC07D5F06543478E6B0F46DFA8D61AAC21FBD2345C9FC89A6CFEFB83E7597DCE1F45898243D7B082B63DCA76C05F88F6F14D1E054CE272EF5978EB8458B93DECE7FEE5D01B3E1226629137CD86E0473FA12F64D8096646D18DACBB84FD13B76A657FEAE07876CE1E02B60E8086042FCDC5CCFE6266B126B8AFDE5B868CCD769DB17EFC0D471C585BFF96D09A4DC778D627B4167BFF9112F9AF7C5B89873EDC3A436D5492DD22D8D076D8C44085734C732C29F5695F37F39CA5891B8992DAFE5FDA5D6D481A1CAC4FDC60B9EB15E818FA90F4CD2ED9547E4CD38E3B8ADD944433CC257F6C30546FC4EB5FAA3421A8AB7208209147BF77957504A69B8B2BFC81A3C409C6BCF0BE571FD1C7361852C6A4ADB2116D077D9539EE5E105B8B5B7B9DE99DC293D3D7F8029B1B8A965464BEC78BF3A351603164439409305B8D8828A19CFA81727A63C4D8D74EFA97624645D13230BECA79B06FDBE84EBDFB8E30C585B6E4A9540D3F4CA7A76BB8E81541A303A74F0127BC15E213DEEAD8EB8E3D506F9F12E603847D43F7CC0E623FF4388D53D1F9D88B2280FCB36D79B07B8F2816915758668224B175331A9AA8F8FFC5298ACCAF1AED9EF2B2FFF3BFEFDB8FB9D6959962E372FDA58FDE801CC4D379E7E5981942BC1D42F5C91EC31C5EEB905EA6EE77F58201A41B00D1DD0D286E0B5CC45E3F772CC42E8F6C813D08B67B925FABDEE337FDCC5C7D7B3D845BC713D1C762CB7B69F56FD22B62FD643EA92B93D91B9CF0C38CE1EA11C7506E2845009DE6BC5890B2FF34C9A414E33DA29E4B9454343E4B93DEB81F782D000B5077B80D7A7CB227D3BA5C10FE9BEA18C9074B94FABC2DBF70EBE0B6D975FB792AA6A574780FA075C0BC6C91BE1626F6AC048B95D78212BB73EBDD9DCF6D48E11B114E713C0FD7A9EFABC34A64AFE31D07E4AB985C71511394BA76DC1A1FBC11460A7171E9B76D88B5EC30E9347526601F1EFB998F2DC26A4BD760F631944B480A04FBA76917FC06351F85DA5503D8AE31FF8B99CF4F6ED24614689ABD76A46E4267C08755055E3A24D65470831E19EF8A3E2B9B3DBDFB901E3B202E5E362DBA52109A4397ED5FC47679D6CAFF2AABEA8F7C8B9CE9004DE337C026FB53FCC445E61D14020E7B243974397F511B2D04E26D050B9EF53E774E269B2C77AA172B3E97BAF166359A0A91F7FAE4710E8B1CBC12A33B9F700B4C8877AA13D8642B0A396F86C33838A75409AC3BF63F7B48F31CA2C9FBA1729DF6129E771D9BC13AD71FEC466E2F5E4BE4C869BFF31D9D14A857C6228BA237DA95C4586D5BAC2CABEA4D5E31280977F01B9888A5581F98B4CE2269B85BA36A9A65C05593F2B6332249FAB90CFF2E7291836EA1DEDBC382AE6C8B03A45BA400E7DE6C97A5057453452FD046309C489F0FFDB936AEFDA942718C46E9A17BA4DFE7D39C9601CF11F415229F59292AF7980A9C61824B12A5BF3D8C07CB6CBBA56422669701355A620992E9704E2566993CB7474915DF75C3B481419DB4904BA64DD4470117092F85318ECF3F092B2C10C8173B04AA391C7A2961AF243325DBA689AE43FB3DD0111B1D6861F961D1B7E381B9ED96CA9C8AA342CC79E3FF0B4BA880F6C08FF6B4A17E399B833673E1E988216CBDAB7C064477A66775343E53CBAA71F7602AED000EBE6660B197BA2E6383AA5DB1A8505003941F4A9F8422DA8BAAE5CB19F221406EE118B52B7CB4C0846CC7607C9A9C6A12DD72669A2A7F5F6BAB5FF9006984EB14A8E8D29961FE1C5F173BCB62B0BC1A302E14EFCF4106D96BADDC37567CE688311322580E92EA167B89930B8FAA6B94BCAF5B2823E16E28FBAE49C47A3FF802E50404AE133749642A86BBCF784D3C3447C24831454F07309BAFD24599A84B6159F6222D229F2AA487A8F64BABAD212E53CF79F1896FFD219BB239EE0A979615CA9DAAB3A4BE88042A0CB3802C9D9636F3499DA11D43E4796BB310F4AA360AFC15AA7B7A9058E493DB3F463420B156665B5C6B7438400AB02BB3232EFA7C1B2144A6EA7F34D8601B0EC46A2C632F0B8C1BED178FC3C8EC68CBB362646B54C0D91DDFF3C1A52BA23ECBA9DA34C64703DE840664957F0589522BB4D4204DE31D051776F5834120762131C78B18D12632940448ECBA506B0CE6BBB61C5CBAF197C39592202F49488DD699D89A62AE9551D9AF94C3C3627493EB7BB6296357005AA163CF565EB5AA17073B3D07DFF5B8CC95921B0A49A8D6DC723BB65E7F66C70B7A6CE2E9078A9BA00A86D788F502F643B7354A6AD73A54DB53DBB6AEC25DA309E6218EFD94EF8745226798FAD2EAA19FB7345A6A3AC241D6913BB6CAF9E7BD379B8DA2394CDDC5D69D446C7C846E7334AD03DBC7B248DA01BCBBB7F2F070CCA1B38268883EF73E5336F8298BFF4FC032C0ADFB0F1BD6A98EB3CBB7F4248FE12403F922061B1E387C0E3D3FD8EFFF5D667ADDE6A25B20B61B9F3BB86CA592270A7D0FF03FDE5D56B93B28462F3F17DF1BBDFEB714284F4F98C7DBB9B2C3FD7F25D9ABF9A2FEB31FC7BA896A8890FF5D6C684DA2FEB3A51DE1107BBAAAEC776CAF5ED3E727201297112E5416F1817E80D04CB3A3B28533E0B901CBBB419FB9042AD21560CC83552FE5F7F1C0442B5783C207C39C40827624C2A5EBBB9C3F7F75A040AB792925C04C8A9F116B3C47C04F2D0C96B5A893DBF992210BBEF9443CAFD286B2221EB99DB037EB0359E33BFB4F10185FCD40D80CF9B244CBBF374BB2A31D733D770384184F17423DD0F86A83F5DE1F04416779A9F035F7FBC0BBC58A77F5915356804106E2EDF638516659B22C9D38CAD099F841A53C9F6BC0F96C7DC3AC913E1FE76B442BE69E9370C4ACC37CE5D31A86BD26BA93147C2BC107F2C60127C5D24391FE660AA2CF40CFB770D3EAEAD2DB157FBB9DA372AEBBC10E71B3C3A8B92676AF63696A054067A3330C2381DB05868E1B55E7E6DCF7EBC20D975D7B5B4DE84B986C832328D9D92529D599F525034483991C24FFD7D58BC634050BC60F91C32D15FB0CD505605629642C8AD4911101F744AA0CC800C72BC7B4F18A773EEF20DB6F9EAAEE99641A1CD33F3B3C7A2076A213887F8167DFDBC9BF90EA8BE63D747F14ADBCBB4A060926ED898B9559C92BC0A9AF7023DACB1BCA2F849B5BBAF04C86E7D27FE60439835D69A25FD7B0BB7419908FB9A2FD05EBCAEE7728029B77072414A8D42078751FF0576C26570FEEFF729CC20EF529F99BCBD4E79BC8AC448BFB0EF792B338B4828485E8F9265BD4531F4946F1815F379BCDFD68C4846CFF5D0F9593F0A198CD5FC7D0C56B5D684E9AD986E1BB6E972F4BCFF007631A3EA73D41D4EED3E63491F4412D9A6BE9DD60F8449E9AD30FF1D2DBD022AE246E3D0153AAE03A311C3853D7F4948277893E25C22C3D0271D91B33ABD2A0E3B3AC8C7DD6A11BB6C18D433A03064807FE27363EE8AA900717C4B4602BD309A818C5F0771F9E5AD5973424BA562D6B762AE18F1281BB1375E3AFFC5CBBD328B640C6C40FC5748C5F1D677DD0099800977579C4B39989382A5168AD99DBD330C15432C77C5F592E8B357CC91C53EAAB80A9B633669B753FA2182E0BA89BD591B38562372AB5182245B291587BC7ABA6EC3A19C573BBFBB1857D1A0DDA5BD60A196A757D441411AF221736E3F52D376B6E098BA176DF07D61E4781CD67BBD6F804AF399E1A8B74EA53571E4DA4BADF586D45A5FCD0EE9A9561BCC238CEDBD70DC57A3CD5D425337F78A6A88A059CB34F2636985B39641ED57BB5CCE1DC0BD7E5996F5573489CD23610C30D33CF9677C2E4AA5F8BA445391F479B7E00061BDBF1B0F65BC02AE830BF7E6E3D4A647397EBD7273C86A4AD01B914F0EC6E808BDC27DDC13DCD51E35E19B650BFF3317B9D90333C18E1F6D15687944E68C5128BDC4A4E004181E90675ECF4CD85C4616EB714122F2C7E4FDC31F921EC10840EFBDD20E80C75B3B9E4BA86B713F42E68679C63A500D008807CB21978B45E1C390BDD223B61D91E44D4F7AAB0BFE719A838E7E85EDCE9338E908B02CC4F58413B0BDD59FFF19CC2FE4DEB8906A215411888EA1B8ABE34E54D8ADA1D709D3E29318BDE485AC2B2E53C95E519269CDA60E9A26C316B71FEADE590758312294FD83ECBDE78C1C49DB082B7210CF7CD97F77D4CD1982135431613E303012036E696F05BDFA2BCB191A05F26F6F6005FC7966FA6ED179C33D431CD1CEFAD5AA383AF7CEBE07655A54A3871BD557CD30772058DC24E2712FC2A382318EBB8405BD531434BE0CFB69D46A23EC44CF05EAA60318CB5D94D0551E75BAFCA45F880EC9284BC1BE169C2D9184ABFFD2C7026EB4442840BD88FFB8BA26E98336DE6FB95AE426B5BE24C2C662D019B3A158E28E5C816D666B1B4AE397DA93AD49C28DE78ACA42E1BE28F02907B0262EA37D9112055FE66ACE1768AE4628AE999CD6AB82E494F65DBE2A7C576A75FDC5742E211A663DCE3E2FCE27F1A6FC845E4F87956FA1ACD345BE3B1F3327DC08283FBEF39F470F3E6367CA78AA5791CAA1A7CC8D562DEF45EABE4172440378B1C1952B9EE82B60D56360A82F5BA6CE82EE2DF9044AEB48DA6EBE4F51179985FE86845FF72A877D19E3A31383B3DC8CA31E8E80FD0EE27CB910BE51D091B60D712D4689E49DF356C63006B4809A8840B61FB9A6E4951DE2DA1FBE54D986F9EC06D1CA0ADE5A96951D7E1181A01AF305972C6FC17BF5C0FE6C5BBE550FD6F8ABB745A20258017D414A76B8641AB4BF031F3C17606561C0A8F7BCBE58BBEC391224476FC6CF29E506CDD5B8723F81538E1FB41E942AD0388C71C2BEAC6DAF297170F98DECDFF470174AC34E196E78681A891E61B1C43F20C3349ABEB6E1F8BB46736659D83258370ABC406B1C257C2FE540124A3A791BB6244C71BEB872682975464031E3FE83E3A4F983CB9E966F94DF413C02EEE6FC5451E3C7BF0DF93901344A62E4A920B372AA31F8F519DD4C4CAC83028693D90EA31B6487BF16EE4F5E2CD852BAF4A74EBE8F738D536EEC2FC4A7A86F74B2F655F6A4AFFEBF24445F7F91FD5021E38664004C70C24F6B0F37F54E6CFBB2D84C6E8D0A0171BF26783284E3B4DBE52AD46EBC3B597B9AEDC07544577FDF5B8A9664EA67FD7BBF649C20CA42EF731BC8FBF96EB7FC82BD88390BBFAD9369E7E3532A4C440745BF8124F98383FC417066AD966C5F3A5954DC5E2C4664CE948B50C10FDC67B645BF8198CC83561398C0A7EBEDFF0FF7A5F59A4050A18D38F8ED8253309A4AC8AABF8C92A8A822A4803E30DF6D54BE91E2B0CDDEFFD621E31A15D9EDA118398F41BF9DA5295A042F88D440A6B72A04048836F179EA52372C1BE493A144C11BE003BFA24608D91F666CF0AA7EA33023B446B6A9067912AE5779A9952414C1C0832DBFAB840D6D967FEEE8D47D51CF341F257BCBE2B07B608322326E45DD2A56248BBFCAB7D27818A1638B52594BB9A653BFAB4DB6B4874F2DDD7659A59B20CEF07CBFD0FECF49C6805E1D17512E6119B2571928669B07CBBF62150A893B1F554210BFDEC367F96EC2BD8AC245E39539C0BE5B39AD7C3C432B7E0481EEB88154A194BFE6524245F7B4A0CF17FCD06E482ED15652332BD6BDBD666AC2117603849335BFECFB2B0569232269522C6B3271CF58BF3809D6A02C49743899AFD282DF59EEBFF2554E14EA2A823E46915AD092FD2DFA7A90B5B9CAC109CC91B254FB67719CC012FC8CFF92DCA71247073829A14EDC2AE8B989E0E8FC2A3031F08B470C1C39C02131F214DFE5C57DBE578C04AB46B0389DAC7C8E5661FFD8F37056E21A32ECC02452394C9E89D616131247266D1B945BB6D38F70289A6624CA52CBCE7A58D5C05A387484A7FE17CF38307056A20FDB8D673CE90AA2AD453A30116F3F02F225C09394DAA163D6E04F885CDEB14469F0B9B8632C371C0C5B38834E111947733FC0A0E9D705CA159008FF1233A4CC559151667E872D5835DADE0D4ACB56E6DAC7C0A32DF088AB6325181623EF65701F9E7EC0D638CF9A5D6BCE1064F7156E4F04C0A7E6451189C5A294A43798A83F3EB918BB41F2C932114E860F70F12475B3C4C0BBD6708A833659B8B860C88FBBCDFFFE23B976F1199852EB30755EAEFE2FCFC0BC02277E2C17B7E81D158FCADB7308134ACCFB248DA4B7F2546C3E36D6483CC0C06F4205725BAFE91DB00F6ED7ACA92AC2AA58A87AE2069122C3CAA39B59C5C0CB5F10A3E094AF3C9D87B304E28B277D0FA799CD4069C9C00358C0BCA25E6BC0D75651C4FEE03DCAA78B21CEE0F9E1AF05ECF41CB164807EB9018D2BCB4FDBC0EABDC569ED676921DFC7F8CC48C60A0A752B6F7DA2D0AF6E801E1D93C0B9A3C0EBB91198B95B801DC968449765179628AFDE9D051C66034FA45BCF119376A1C0F7A91E1AE6648EC7EF717C6A903F528E4E3E874141B87B7A3DCE0B0074F7C5C0FA571B730961DD81FD69D5F969BF575B2F3B0CB48B711387507EEB53727C9EC0FA814CBEB9FC38C765DF56401BCB359C0B9C9C20C3E85DC4FB9455B01B9E56C1314E6B99C0D48609A7334FCA821F9DD1C205D984931DF21719396BC78B4C5BC153B382382CDF5E2BEEBE5CE98FAFDB22293E284AE3EACEFB8B2CFDAD65A2F0C168E83DDAE19B551E97507CE7853FC537BFB2DAD1547641325942BC5C0C5F8AC1868BB464D56101EAA5E58C219B22901693511F085950C2EF35361823FF0C2AC1AD4F79BDD4AC2CB09C739D328C0FE6EA98E178A77046F5179714542D6F12A2C1B00B107509AA5454EF3EF18526125787D86DBF5FEE78CBD0983472FE6B8329C1C071BA7512DBEB9046A640496574CAB0B74BA663356772A7B59E6BAFD9BEA0C1F3539664B6314453B299CBEB105A87DBF310940EFC9608BD22BFB93A34E9B8C1FABF4B4C4A5F4A9A90D1FD413C0CFF4486C684B1B1C82404CED52696806C53C20452A1CE73EFCB4757B215D4C4978154DC1FF31A5AE2BE0FD425B2C0B4EBAAC2147511B9DD5FA8F748229D0116C8AEA4EFDF56167E09073087938A30CE6A9DC24862D0BD16912708F6600C942FDE83027D58D333AA0AA0DF447B7CC0B28709C251E4FD614B300F52623DB5F4A8E2ABD1B658EFD7AE032C630A3569AA076BA2C268E261DF8C35A9FAD53E740C1D190710D98CB85E38154292725AE2A4605E90C28BE33D31A27B4B0CD2F4C3099CAC027E9ED8B831846022EC4C1B845C7C9B81C29677042E446B80A03CC0FF84E1206481AFC37FF09EFA7289A2144F6A0BF1B3C2BCB7AAA4DA831C28E98FC5FDB02915237DB58C9E0B0447F96C1B05B04A7629C2BF3CCE147EFCCDB07A75F968082C79719D70E568D3C1BD4F334128E60E0159C2FE298A73E2B3304A2FAEB840D928724F8D7C2041AE8F3E6DBFA82F5B0F8CCDC303E02A6E425FFB52472DB7595882CE0B112FC28A948E5A9F4BEEB971D43013C305D02485D148C287A2DBCADD5D706F3D2773F8FE10CA5826CD8B4588D33B1AC317E225A2902AC76AB566852FC66915AC3E873BF50906E05AB8F301BF00A1BEC32A0673880AB63729F9FE5D566C5E42C3F1FC06973EE6E61DEEACFE079CA18EC32D05CA744093805E7E12BFAB07D70657E12DE6F04F263423C3687BE0496CF2C331F840976C68161262F9A2AE5437612BAFC4C4D67924BDFD5BCAE3AB37B4B7C342A4376BCDBE339EB5921C4BB3BE167FCB6400D62E65C08BBD5E374141DFE2C3522644FA476D311365459AEABF3AC3A2EDF5A985A17F1573AEEA0E6C94CCEFC35CC74BC78AAD9CC16DEED6620099568004D939362004B89727BC3FD06E488BC389C576D9D2CE0C02FE701A819DDFBE80ADA956E1FA82DB885A36F16AAC6A80C38B12E3B14825A6FF66A656149F120FD697B7F4114D5EB4C5FF5E34CC1AB0A3C39DCF05CEDB9574137D83877901254A6EE284E6ED3CF1867EF6851AAD0B6AE9C3A6671FB3BD0CC46D1470285FC2594EB38C6A82733E9AFEB6A6C24507531469C3B222E68FDB0CD383C68B08BBE4DD0B97540C5EF4DE82A887A4B5FF77FB2094C3CE14F05D4504D4AB9DE8BD0899E22EDF4606053D7C02B2CDF2C0F1D5D6DEE0C3FDED9501563F0DE51B268FF3B2DACC451548447560A4469F32A63CCB220668C408CCD7D6ADFABF80B2D1D64B80C3261B5273C466694B24F863F394974E1A68C40939FFD2AD92B664D08856BEF76FDF04A163A23851A79A1231452FCA3DA519C40D58A0A6DD8309685ED6132FF757085816676A5540DA3625B19B1830490DF7C419E2BCDB44346536837F53F0136F3552E90B5A668DDEB1EED20B3CC5B876C6C420C130A0B8A1932121F219D7F54EC7E692D6A2C6BD4B723DDF29340C83751EC42B7612874490F6B73ED6DC6D007FD9FC8B8AB3D26129C8E43774328ACDAB41C43AAEF5A91ED1E4F0C1871618794CC2AA25160B58DC9ABF6C5944BAF88ED37DC43B378F73CCBBC6AAFB8DB11584F4B23FFDF01BB1A3ECD6C3AD73CDA93544CCC44C2051F9A60A2876C679D7659DEEDA72093673CD7FD9FF3551A18D5A5F5E6DC45DAE236B6E6E170DA8A6D9C4F129D6311210AD3AA80DE978C5F9BF671C09E0C46CA821F7ACD89C84531AF1A9BB632F242E4245BD6B275A4679F67CFF41BAA1C476035055490345414C60ACA04C5FF9E1322CF54D74D611296FE1662EC87A25C493A9152EFF702169683038B9CC6EE664DA374DFB6CFE9BF2540BE752A019DFC4951886CD7827AA757E7A8A82A8AD1485A2657CBA5C45E8C476D332721EB7F2C49CD076203793A2678B6955F765DEAB74C8BEA421CD933C41DF61161C894F67C49E8CC791E38F4B5D1203515FF6728A6FD0D8E89E581B01CFB32EFADA6FD412C4C8E141CCB30DF7CCEED9D90C5D79A0EBC57E13315D09064C28705FC7C77FBCC4E45D8D10A0705EB403868B38C8D7634C89D399AE6E90F5E55285CD009F5212C4E504DC1A220714D4F60D2068F7E07A1AAA45A39253296E6E054D52128C0B61C50B181A0470114B333D5623656AE069D74E3C92561FFC8F90C05DC0B61A981EC51272B694011D3F12CAC95F7D838A397AB901D09D11C1D2DB6669B7119560E2C52E3DFFBB6D981AA8C5086C12E1613C638647429E90C3082224A796A4E2298EC53814A4C61B245796E42A2A8466E8B153032F892C48F3E36B1E215D1A6A7106C542E06CE38D02FA12B9C0B0477525F63F6E63D6F266640B9576E4B6DFEAE464C54742960477DB08ABD5694ABA4FE0D707A85AEC408D9E2DBD120F2EB31B71F2C548D878371DA9A9FBAEA1840007C43BAF340095DE1C1ADD6FD65244AD95021AC54AB5CFC97622AA1F28708AADB7CD7B76833BF766CB8B20F62655751FD6758FC555FF5E162464CC60E3B712CFF38C768CEE37EE6645147252C72DFC1F79C2D0C556DF2A894C67AEC5624AF984EA7881C8DF2E6730561BEC83BB5A657357546DC55EB222BE8251BBD19C4728CDA2DB0465B24BFC405EA62831F0D65D21A0275CC57399BF724BAA53DBE1E8D02341802F5CC20B0AA1F3CD1A008A637C66FD66C1C59B8F3C3DAA21D32D7557EF3DAB540400F963A5E18492CB466094B106D71CB9C5A6124F15ADB40DF8C31DB91CA22BBE00BD9041F60A4E0E38F8F8B68C350E70C5C2A0428C62F77456563ACFA8103C0C28F413EE798CC46B5EBC836D1DBC3CFCC5C6ECA665190B95E9361D8061016DF7D4AE9CEEE41F8FFA52254D313B96A40BC5D1E8817A8F449D6B3136A7E288830DA0421558D19A98A77AB079A1F5DE97FFC5EF4074862130A625E4DA2F813BA42B8F28DD80EF741A16149555F429FCB29DC5F18AE174E4FFCE092D7FB206A6625BED293EB0D71A0DBED01267F302AC360FC5FADADFB75C9171C5F72D7727C54842E0F64BF9743939DB4A6DCEE6FC7C7112C61848830AA92077321E382BDDC36CA072AE9FB66FEB5040FC733E4C11D77BA2C63460F444D005D34DEFBCC8E7D2EAB5E56F9CB061E259C3E36DF9807974BAC9C6502A19F4C10A44D5B330194117410AB76BB47A7D04D10C2AE78224FC036386C653D1294B0F78588001AE31028FD9FFD8D7D3BCA9A2C5CBC90EDD13137EC1F0C662C0FCD3DDA5FFCF39BD7710451803450B3383B2CCC97C3A47E4A6752C7617C66CC8BE6CC1997464B1A29341B13466E81996C2C1404812D916F2D16558719FC6811A046425A00AD8F65BD14B6EAE8E3012C1F3D62107F296F58D265EB6D870C6842BF895DFDC6E89540013B995EC6F3C0E065C3FB3D55F2E2C02B94FD39455C6906642CCE48D8E8DE0B108C2C643F6DD3C5ABE783087CDD9CFE8AD831D191DC69CBEEEB4352DC05A64ABC2936E33CA49D7DCCD100D43ACCF1A0248F9FC6341C6A89E66137DFBB8C00F3E5E7AFB540FAB52734579F8BBBA3A0BDF76C0CA8B38C6AF973CE58431B6B4D6B38AF0832D8550DF6640880BA747CA0D47E08DB57908C6B42ED71F20675DAC4A7AB68395609299D815BDA5AD244CF38D1D4B66913CD1C6B4736608E70B4F9643D47C7585CC743D29F3B4FCAB6B252005A4596194407FC6BA131A34821F5FEE39156C52061DE2D46B559BAF6B0D502737B8C12F5EE206C6D3C5B374D1465CCC0D803FB6E676C303D1F45743596E95710C43DDFF7D387CC6E1814DD35CA1933C645EEF22C4859239DE95844186A4C2844E89C4941E0CF9C6E6AAF29C9CA0E95C62E65AE1915FAF75A243B92C504931E05B00E50532895FC6E8B348391F197A6EA9449E11A809B9B79572595B9CB8E1D6223FA12213C45AC704FF8A63F1A6B1AFB0679C0DDC7E1220F290D2C79056DAE183353FC842D404C72024FD6911316107EE3001455106E861519B87BEE293DD32A49A46D05C3E30C72FE12E85800A778AC7279489084F2D5C6D6F037D252D93A81500EF8EA57BBAC74097A3C10A887BE9DE09DD92DBE912F5ADE5532FC72D3652C6D38AE8D800B7C7590A11E797ACF319997D4BB48DC5C0F182C7C2B3F65A3FAC0741E2922C1AA9C759E1EA19756DA5DACBDE3C736C4DC661507F4C2F01E9AB021B2B76997764E4C78153D47AE9D451CD635CEC4E96F5F3A705E4E67E28665A46C44AEE917E0A3CC7948A59F04DD967452BDE0355E45890DB3537B74845B4A66874C936A2EE738EC7A3BA40783FE3D00E4CFBB74865DF78BADDB814719218BA2AD50EBA848D04B8C7C716612E82FD0E04644E47F7EDA66B4E0FD79AED0F50F5279368483E5BD2B0C7D1C25B67A4A42DE9C264FBAD04392309873335B67BA2F1A2BEEA47677BD874C7DFF6C13CEFB90F181D7991530EDD80F9E03C9FB3864ECFE72129F17606D2D1C7EAC4A26D25D151489A791200D6720E7C7DB4448BCCDCF47B4A79335718363BC7ECA7F858F90BB35E18D4277F8050AF317CD18038267F64E0C405964BD15DC7C8120992D2C5E4A907C0453476F3F7FAD7DBAC848A803E17742667060B05E26BC8228A17BACE0DA52B1CB4EDBB6655BACAB034D87859B92A52C4DE6CBCD5A37AC855AA63C0EB0A101B35B84B99998D9180E9C8B7B7BBBB38345D24CB30546031C86FF446FBC5229718AF26D4223920AA17DCC428EC9CED7ACE7F26CEE590CCB1C881750BC3D2C6A7E5C6E79EDB63EEE1F3AF75D46A8516CDD3841D6CEDFB74F3C8836FEE0B67950BB418825192971F84D1EDFD66E5F9DFF0EC45F1B8172D66E3C8888F108414D849799D005D51C8E1BCA3A4DE2899EDAEFFFCEFCDB213F1131FC8B3AD17B028E05E7A71707DD9B381B73FE8897B2E92F2BC86D59947C7F17080C8B5309412959038D0C85339BA4D5CD431D6B46E83E19EA0C12F067BB30C8634C8BB499FDFC594BB71D264C29CDC3CDA506CD96DFCEC2C392F2C8606493B3F25C8C0FBBD795B2E195D5F7ABAD5615A25DB55F22444572DEA7BCEFC7D3B12B979C8C12AA430D59B73D33A4017D226A14F0ACED16F76239ECFBD1630DDC5442391C8C923B2E2617EC21737D4BA174D89F1DEA72F0C3C5DB9C3E74674E3CDD68F1CC9221DC94F6033B1E891F1F276546CCBEFCE8E19A7C28B0D471098DE57ABF536C92C03AECE835FA49D9A9C7B05061FE22A824F1F2545BB8310FB484C0D6AF24DC944D19D9FC362B353465C9E7601A9B60B116C15251C8D27CF1ECDB05E19B333C9459F3EEB8FFACB91A7C10259C3C08D2C58F1F39EE49A526B0FA1F5F83298FAC9514CE94F9404A2C0ED0E9250A0BB0EF7AFA328E7FB93F0E86D9FCF7C3970BCC959CB7563A8823F2DDAE2FC7FFECCC9C646EDBDC0D93D4471F7B84A6B19669FC9A2FAC23A3A7F4B9071EEA9B389E9A63389FA9F8F35C6460BFB70754010FFF8C9AE616D860280C899A7409544018CB26DA450D812E50C8F94F3FF4A8B15EBA2C9AF096A5B49597CD4B2EC089DAA629158248D6EB0B485473E8E82B2C94C4903C9B4DF813130527A8D138D08CAB5B01D86671ADF81D49137A484F9C8B2D3FBE0CA01AA25E19CCB425D67EB22602E45C97FA271A792B21DE7AAD7E02D43B7CED6CA16DA399AFAFF0B367120EB843C52865F89C10A82594262D6F1EBC45322B942CA2D2B471BE351D7028F4ACD32B2D9D97E736E6DE0AA312B7566C127734F647FCA4EF0746B90BDAB395E7BAC1CADFD73782A58E0AE0A8A97DF62B67382A2E9B7CA51DD681A1DF7503FF4D24CB7B1B079A738FADF26893EFBDA49ACA6422B8361CA7771CB8FEF8C5C851616CA4E5D3B4C3F7313426973EDD81583F2F3EF28DC80CA7A48FABB4F88B13FAA15D1DBB7AC821747D8DBA0D499D13E5AFF93099C7EEACA7F83C4E3FD79D2672DD2E98C477976BB6DEBFF22E59447422669BE37117111CAA599B676329CCB5A87F9C07D4B5F02B309DE6AB8D1E649996C30943917C252CAB17E6FA9E3153200933F5390A956143DABADF7A8085ACCE60B07C1DF7391F1CAC64C4D0E6BFEB73B50C9684A4B7B922BE266890630D67CB023BD9B38953A6BCADFE9C5FD20F90CF2DFAA4747DF3068F889C164E272E98E84850A6CA7106ADFCAE37321A590CE7EE9F842CD144F6CDA3B690303EF4B653FA83E5650AE6241AACAE57F79EDA22BDAD54C2F53A9D58C028B242EF6626EEB65148D1FCD9E42AA15CAEE827812D94DBB9667F2E0FE46D168E457F58FDB7E645CD331C961D90A05A7CAF4547040E6C2C7980E76447A7CB63345369245F0B8096AF69D5CC450B9B628CB0367DF18DA43FC8E3FE00723CCD3242FEBF104AA540787A4ABE8417DE5FB5CCB134455DA16B95E98B18A8E5CE6A2DB6DEFC51824FFB7496FA22AE1BABE5600CB21EB5B85209AFF23E0D9DE87B42A1AAB6D68F8BFA570BB833614AF6F021603CB322699F45C2BDCFEC800503C49594D2011A676AF9E220FF3A109B8AAAA8F58CB38CD64883923D75ACBD19D6FCFF3080A54A423FF8C74FF8BC63972643737BECB3AB2BFD8232194BAB51C5D36EE9086A349B43033FB97C7D1D1B58E86215259CB3D7ED78A750C28EE2CA3B70DBA44B9ED6A54E6CEFB4F13AE8B0C957E22D94CCB42557818A3D8C46C725877B663ACEB013C9DC07A210A9262EF4FF0A6081DB9CB70C1BF4C331D3570445E38C14458898CDA237107D6BBEAABDE27F96683EAD9CB7FF1E32E4E21A2AD713F4DA386CB2AC65DD9E12D90A32079332C345039C695CB8A932528BDBDBAB3D47CD307E29BA9B59CDADD767100BDE57DC9EAED5C6C6ECBA0398F91D5FD488A189CC7B180556890B84C674EC47B043157289677A30ADBCBBA43A1FBC18416FC5CD53D957670B0AC4FC357F3A0298715EB5BEED0A14D86CBC5CDE732EADE539819AD01E90108DD537B197A62BD191EFE2D1918EFCDA8A4CBD3345D3FA55E446B3D339A21A95A3D09A91CFFD06BC4F142C2A7B4ABC3E9CDCBD52A0250B2A279582625BE3056F5FA0CC9DAFE12A29D3E00D9561BFB0B4B4ECBF4224B5001B4B84B852F2BA1DD1B88AB5224F966DFF6210FEB9D813E9FC937CBF44D69E913D8EC5F8222AA34868ADD0903BBBB0C5A67C8FE03AE8A83D12261CBF47868227F91828C92271D4DF7691EF835E1354C88DED2C6D92983EAAC5C65CBFB8C56411ECEE59ACA19E1FEED3705949DC4F8A972640BC5C66DCAC4B66265CC05FA54BC11A9BBD3132C038CF7EE97574D7A0528B2BEC73DC78C1109DF3C1ECC35089DE52F9F2350850F4EA067D77A1AB426B014058CA6C678BD8AAD3F3439CC3C63270F89633A790F1D34CE4F196738C4B246E847000AD614A31C5A377CF6CC4171FA2B534F0DCE7ACC7E28C766C659B2EAE061CFCEB9FDA30F793D410DA1CC609C955DC6A28D2056C75DA684D7292396FB07C21664D94F8C588131B6A472CC65150654386B932CC10B18170397599EE0C1685CC090BA63B515FA594EB59BCC695437760131A7587E4AA2A9A313B4E983F5F7A813EA3D5F5B69840D694AE9CC71ACCD6F32E603D28B658C7DA4B1D958746F7C8D7A4A8148E39FDEB09EE63ECC869046C3B1C3058423160D6234C138EE1CE64C95499FDBB507A93FE132997DCC8EA031870F429BE81753DEF8EE6260131B3B00263A5475F025B0665EDA8135CC933E2D50632F7391720774E6A729ACD0784B3EF26C240C2CA51AB1B4F81C9FCC9AD7E751D500120375FB344A3437B2C13AFF2252172C36B4B5CE005C04BC96CCA88674039EAB855827D74ADCB381DA6169F30C15F86DBCE93E234D8865D6C8CCB5F2B6200EA3B189DD2ACC6F32D264BB91BE2A5F369C1DA4F8630A7A70CCF8CCD171C04ADEB1B3AF652058EDBEAC7B7E126BA4BF0061D69239A2EF187041B6CCDB26BF619ED1264AF95FCCDACA07224F8A5461CE0AB99EAD53F1DDC801F82ECCDDC6131E37C49DAE58FEEAB902E8606A0AA517661DF6CA7D8244E5134572BDCCF146A0FEFDA44AEF3FBE0143C1F68D16CB0B4ED0A2B472C937DED465A74190CCF4566BA507C2835D3BFB1B59D01613BF45E499A1126D3610255C823364659CCD0AAC758A384BB038425408D7492906969BDB570B27F796C0848EB37CAA1C3DCD1DAB5D6D38C58994AD6E2D60A6751996268A74CAEEDF9CA2E21F89C353E175CD1E129DBC6A32806B70E657EC0C1936978F057F177B30400A2D93A4A5B57439CD24B72DCF05567254C2735918DDA5AC172F07F7D8E588680F29F0A360F436B9CD330AE700664206796A90AD5A6984DB0AB0469FD8BA8FD8DE00D62007C2B523CD37D8660F84A29CEAD4F86843170E615422D1915E3E328496B45E7E22B98C2DCD49102D01112E97A7BC0D925104312A1361E4161CF70901442E8E8536AC8EDDCD4F47D40A1D137081CC516AC1D7059138F42E717D5004E6D29DA9CB4A3A6851CD797981665C75F1A6E18D3A14F4D136366B3CBF5256383A78EACA14CBC891C5CD887B672D18BF5A7DB38FFC5E303A917EA6C91E2BC3123E89785B1490A8C750CDA89CEB9738E051F2CCEF5CE4F9D0664D01AD9D4AD6FD92F501FEBEA6919DA1CDC34AAA38BE9A479A96229CE78D838E4E2F36E5CA6A96295256F139A6A720CBCDCA1B794FF3F1527682DB6E58C433A70E6625307938787BAF4E6F1DD93A4B06CDD1B097A5792BEE21B7319AB18CEE4586E6E5C380ED27BCBFCE55A804A1CA8FCDE0DE20254978BC9EBD8460BFF9BBB292D14C62F0C99ADC5B5F4925AE7FA8ACCDE41BD7C7866D5F897C534CAC0195BC81A0689F61D112270A11B9D00928D31ACDF522665FC5695CB59B83C2473D58B631B1E5BC2135BB34C256D0103F67F7D0CE21D9A9F6219D1E5F2382FB7FFC2A0CC7159301B3DAE70CB642093AA5FD925FCE24D4CCBBB07BCF9BE0CAEE89405D98D38EC1539FC64300D4E033E90578978CCE47B2F7585DD7B86A25A2AB3D0B2512FBEF3CDB49D180E76856387157A30B8BCE531D019CA7D8E81A4EBDDF7C1420228868656B953E74BE3353FF906D2A33AACE5EF165AE397C2355EAAB36554FB51FB512BCF10FFE5462BEE0EC6FA1A57E15CE73C52FDCE2F18B2E79B14E2B34025B781D56BC9835B72B449422A09E477B5CCE752D9054C6A90BBA06C5D85C905817DB69B7858805FDC17BDE2021073729F7CE7B64A33253D8F5A1ACA5B8677A66C49E0CF3044D4AFA19B14B4B593108E3A2CE875E7F0AC4629782713C766078B6E4A34BA4A3C15A97578ECF3EB04777D6D5CE8E8D02C675E6DC4CD225E700FD89EC93FB83C1CACDEFB108CF4D1730FB4018CE95BF054ED03AF939C9FF52AF1F7DB335555C9FFB5F83855E7F730AC87CFACECE97A1F9298C6E53265B7B542E80B73659E3EE692A15AF48AF0CF3F3B3E7595FCEA8059A34FB02974FBFA66F8484ACB7615204CBAFA7AB5E90074E726B2F35E2CEAD774A1F2ED6B9A187D28872EFB216FAE17ED1F313773D349F6AD8CCC8D390CEAE4F9C864F19AEEC79839DC27F234DA8AB50EC75E6621B54322E74DD89D9B0CEAEDEB846AF1A67A85402A0B091CBEF05E469C8058630629DF277F469F1B814CEDAB79D7B85BC9EBDC2D630451EFF15D6CE9606D7B840F3AC4B78CFE9208D3ACEDF07494C99C7ED05199F00C69A9B1B9F7C8443FE96D409264D36E922453B11CEFA1407E2B2159E69AB60A86E37CC28FC127DE5AC08FA39822F1BF82354983FCF03440550BF5860FE64A1D382AEF3E37CDAD19B3AC292440C9833E3431EC553CF206489F360F2AF9E2B1B349A591CEA3B591E0CAEC68F5A8D5A74F5F0237D11CF438C6B6C5393B474C355612236F46B484485A2A2558AB7784B55B63E359BC5CF4ACAA7EAB72D8E904C8745BB127B025F4583B9F100A709FAA9521E42A57DEACF4EC51973AE45900243038B25CECE27F5DB93DF9F5266A53F920D888FC4CDC0CF55B86E6588D0F99322179F348888D8000E43702FE035E9FBCC1EFD167F7CF9CF5840E3BAAAFFFB6770FC2EA78D1B05B6130AC0355FE35571DAA0733F4B338CCF5EF16BC7A721F000DEBC07064CCDDEBD0D019162958FD5A3E71202DDAD2C16CF6C99020175DD9A1EB7E0C53E05CA2DB43A84895B42C7937C2AEF4396C7A340CF8738D91B3721D2DA22A0280CE552CF8B8296320D1A61AD44448C137B856FE0CF8C9E3D5F7DB32B7EF219E6BDE8C0CE2808C89E65A4EC817672435B6DE24B1CCFCFB89BF624FDB8E261CE19078E3551BFB9C3D663B80C9BE389566A76856064CFE8C81C901F8CF76D6D8459B302D7C0512C7CBC063AB44B92CA92BA25A5444CD023CAFC62E514B4585762BA060C70FA3FB2CDFF0AA95111B80E4078CB4863EBD0280B16EF10588B2ED9477FF9AAC7B55E4BF5A1FA2C3807B2AEA8FAD9623270D02A1C58C84F4CEBDE61132FA3F6D5E88F10F67BD8926199B7776E0A9797794CD049E0460FB3DE297C23A2B5F303709AB1538A9352834E625417FF977F690773D06DACF354B6C34A7B2941EF6FCEC80B906ECE3B0B0E8C39B525B8FC6E5B3ADAD06DF68BB5FA74D8FBD6C96F67E6387F37DD50C776C95A3ACD4546A1BCFAC24DD0732C96B6BEE6C1EC36E415C74C622192051847334A765E354BCA6047131243D08EC84CCD585DBD276BAAD241FB6D945D8DB7BE9B1E084A37E7BD4D149442A9D094876C570C68913C53A73DE5AA5CF9223001A080694399444DD2DE711AAF17D099A09242F6FD7A1AE31C956B201D56DC18DAF277A81B6EAFE1F39D6C290DECD09C54B190D181461143296B7C9AC657B38D6A83C14EC6C9A95A5DA00C2F657BD0B215655EBDB2B74B8D0D9F73A03B0E5305F66589442BE35663BEF22C2FD44ED0BE1C06913BEC639D00D78435732B9C7B837591A53794FAB75E939D07EC148AD0E594DFAD6B461415830212352D6ECD21ED0E7817607F4F6BB48C730BE38C1ED0EE753D4A2498A075099AB038E2F6D44002E55A7860DEF7819923DE298E2B97D0EE997018AD6FE1508ACBA4049D687AE5C2C759F7915B7C60FDE03B5DB7A2D5D0F2FF8A62A560261268B232C8C22956A54B467DD588EA6DA03F2A66FBE690ADD0F740E6250C5487C4B7EC7836D2928D4FA3D384BF399DC48492FCA0392E7A38D0FAB9E18BC158CB963C52B26811CA23494AE782E12A2054E471AAB200743CA4D102629F434B1637116AB9429C59ED430802C46E91C2BBC9CCB92942231B29F6D10A40CB7DE36EA6C70346AFC9CE3EDB6B37582AA2FA7665D37B0E7D620591A1D11EDFDBD349A8C6F18D15075030CEB9146F2DC2F8AF84186AC20215C5F2431CD12DFBA6D1E6570707B9D5424275B484DAEE9E73D9BF0923678DFF32AD26BA2AD13CCDD49E8CB031C9FA56E23D0CA6AF0EF41528848CA6B4735388FA6C02892ED142E52B75805CEDDBA7E315832D3BED2D52381D6BF070068EA73443F70E3911D152574ACCA1661C2B56F7BF550ECDE46DFAD2396A8CD44FF8A74486AA1FD4EDD17A71E894B789B41F039E028387F299671F830DD392158F644BE4F9F43A1044D1ACDE07BC2E12E141A818BC8EC35184B81725383B2BC35B7DA9109C32004F8AD1C2C10A0E71626DB07E092BBEAD17E99EC26AB944C9C5A7A4C9BDB2D535B668D1CBAB061A78140324D277427C39E257A938A2A367046BA338590F6C6AFC6F99D20A60CA0D2425EB654716051AB03885096362C204B9236B20BF7568285CE546D223836A18D4C6F3570B37E4EE22D765CA4BB443F3C164739218320E52892759D22EB71EC4918F331ECDFE458CDE39443EDE099B9D2EA8DD0132982C9F07211BD240257DBF31697DB82EB96BD69B9005FC6BE1086770DD9162109BC412793990D259CC538D821B1BDEFD5B9C77006D3048DD2BC2C7D90D718B8E28CF32F73DC2D25DF88A24C9867083FDCEE34C6447DF6132BE78B1DC7E0865EC0B5F5AD610E7D26108183593A79AABD7ECD00FAAF8DAB92DE1A57B90F8E998558E04B4566448D272B016CF01568E94282DA15789DF2351EEA88AF93F6047F77547707E6E9D2DD293446A016B93C2FF8068878281A2F0BC8829856678B3771CFFEACBEA4C51BBD2939673618C22C46F3FE186FBFED0A9A3AEF8BB988A63390443A710871285F6D2A782D83120382CE3A95EA513328AEA9A79D615074998D5045B7505288117A1D2C351A8A0932DAF791B6A990CD624696591D959697B70070FD8F812B9925C97D2C538CFF6E6DAAA0CC6662EE72446BCF54C3677669E6A5CBD6918D34106786BD2D173B774FC847EA4DBD5FED46EA708C2A25EFD32AAE0B999A06614B7C45629D2E0CA8D2A5E441B2E6FC2E1E41752ED7C44E3394FB295345B9E4A83BFB2C1B0D30922AD3CEBF2CAC69DB6871C118B8A32BB11EE2C2AA535B5F770DA47A1DA1ED33BE21706F98B7732815E93EDA5F066EBDB049FEB0735B9B840D5A7CD33823DD345A13F82873AEDC37A4DEC248AD6EE71B765C6AD62806132B34521740364ACD35E1CE7D76A6A17EB2912529F4278BA424C87A12086180C3D49D23545D6391DD3676A22586BC0821191158CBB9210B073E9C50EDE0926E55119E9013D491F8AD36AF24587184ECE378E050A3B52F9AE7D6C0BB8FE7066569662896DB4BC0889D36DC2FF68EE635CB54AB8C3D7F67E399148ED4ABFA6245BA8ABC0785BCCD69DD37EC86D2F7F0EE6EDFBC8B68D94FC3EDFC5A9542E29962C6CB63B3BAC1E6F5BD386DC1708CB89448C679A750E0AC40CE259322EE50E8743307FC38E4D1BDE28D38B3B7364824FB8F42668DA6743163096BBB6877521CE5B038D052BD4000FFDD39E2AD8B3CAEA6A458A57A73BE9DED9E43E243AF3BFCC883464C151052B614AD3A82BB1030E607173957B39BFAC844F46929CB00C78A5764E6D738219F17BEAD3AEC1C2BE8A26BABCC16A00D07618AB53A0B7E281C0FAFB90CCEC147C2EE56BD3B7C486937BE7BABF6DC32D612E0B4796E4A2C74231ABFF6E1797B7C9D73A73D3B883D8133997411621F0E0D63DC60FC091D7BA851461EA09F281E44CCA503AD3CDD49CB4EDF7E9CCB63A77796A9C3DBAA1FCD295ADD6C4AB3678F6BDBC79CED3F753CC02C5029E9C795B1439C8F8171EE5A06C3AE85A3DD6170ECD0EE6F31BD4123F56A4BA0BC73254253CCE8BCCAAD2C2D1ACBD1D4AB1DAC092D962912B95D42F3F42CBD53C5CCF7C38E857290017C66A7CB7B20516B62809CB79BC7A03F2D436A795331633577106B627A7D50378AC3060A143E6F50241F05727AE3EDDA9D441CC192482AC739486F90338BFB7F4E80C2A77FA2C0C11BBB6FB1FF95E0E34D44B82F1E1952277AA2D0043D2FF985621F4FD8E2933C605A78D55D5A779E252D4750A1710611E6886467ABD7F0C1FA41B66BF5C01940DFF67ADFC6D80719E08D49C497C790F270EDBDAFFF1052076E464F1F4A7C58C0C23DECFAE067499E805D4A5E5AE82B34513A18C4F31F8223AA90E39B9A128F15451B2E6228A4D34251FD4C1E9F42672924FD066415BC8B234AAC98FDD9071557D52E022AFB5B3E6C147D4C784C6F8E94CB60567072BA10076CE51F204A71D763108B09311521932DFA1D4CF2FC694D97E97CF9E2DBC5CD820AA1A1FFBAD40473EE2D8DE75E81CF47989D4EECB6178B3F26E60F9A566E3773FD51B36797D3E0CD2DC6D0A4DD7E696C852D50DD0CBA2CA08DE1AA2D54E9174EFBA419C4698410DCC7CD6173FA4D3D3FCABD516349241A2264528368DED7E8D65E27C7648B8CB046CAB3BEE0BE4AEE052ADD51A56CBF2791FAF186660997F5491DE1CB001D1C398601087F1A19ACD73065BD51D7C9C43CEC80F49FB086DC579753E6A84A98A8099C722A665FB1E5B38250ED51E1A0DFAC81316DBCEE4CBA4820D4E7DDF5297D46DE3441C3CD56BE59EFC19D531A88F0A93F91725BE44CD7B52D3A2009B4D8F2B1FDACE32D4D3A21380CCE6D53B0EDF0DB44DCA044086C96AA5F99863A3332EB75214C3321E1CA09F91022DD54F655A7D7BAE8BC72037A0744252230DBFB80A3066935F60DBBD7FF0CEC001D55CC9080AF07F7D28936EC8619F1BAFEE77D743F0398B2D41969A4951458444D55EB3596C32FFA8D94A6ACB66012233B9977A57A3013059AEEF507BE70B947BD579840206547A778316796A13866D0B80D4CBAC8027E4EFA866F1E4DA9A4715D57FFCC492F5D703474E1EDB327F92F52A18ED9C526D5711467E846D4B24518AD58E31F8E718A8CF6D2E4A4D5C6BD80E0B5615BE3F31205B60753E00212CBBB9D595BFF0ACCA3EAD021D6F1BFC2AFDAEE5202C5F774599A099138E5D49605B33D596E972C20DACA7470FFF56704747A214D7DD8A5833EDDFF88F809BC0D80B3BD59CF8BA19E33549CB868316CFF033D5A74B036E4C6D5C55EE6BDA4AD8B56C4CD5A687609841BB5E7BB7D3E342BBFF62830D4EC60F1C1CA68B808F861ADFC9C5D5D3388D9359645E865E9E75A559E7712C631D248DBD3A2428A759D67AB82F67D5E54AAC3E23F30AF12237A8F1EF1360298A77BFDE078F0531AA302EC15E528FD5F77F6215C7E286F610B1EAB49A66DDD58E1DC852530D80F10847F134E5E787D61B28AFB921FA4F582A8CE408F6F98AFDA40FD2379241A9F26CB1228B08C9C7D6268EC01261703666B14B29B95E6FA9E781901B4F7391023CAB97C8EA4136C2D633E6410CDFAF86251D775ACE352D44DCDABC0108E9EEE90240DEC0C297B0D7D64A8919539B5C3C9143DE8FD03D7327570F49261A8B1828FED0F07661546F0FD64FE12C0D790C22B6C6BA486FEBF553AD76EA5009BE8D534B18CC778B6370ADD655F42528DC6CE166557D07E2ADE6E714F1B868F97032D9FF2B6E44CBCAAD03D686E3760842C791641D58200FB1E73166AD76481EAC0E8ECD79CE29F1AB6CC9D69A89D9C48333CD92800DCE9DC4B9841BA9F0EEE80792544EF433C05F2A982ED69E1712EAA326FA75D7729ECCF6817CF4D1D669062B510BAD60C5B84D31AF55D6A02996F8A9ED9638D6F418176CB0F7182F5AE0A452F63DB25970850BAB19FDD6DD4F96AF3249FBD1753E26CBB7C0A07F99E875F25511B5CEC49683ABEA197BD6E6B07860CB20267B033BAB07D975CED5A2B52EC0E7F7A28D58F9A876DC618BD71DAE91A76B646F17105C95A4E6C9ED6FE8A9F97E2879D8266AD7CDC2467FA6D71E83D225AC40A449A1B58C28AA2E23969335555BD68B444240F685697E3194D72737C3968FF08E000FF15794C0C6326A97F1CCFFCA99FAEA84D4D17B6080FCD730315D21D6A50AD2630B8D332ACFD3F36156D6860865B6C697D3C808D49FD5D73952EDEC4F16740DCE435FDED7F9A7DC346301D81E7AFFA85386DEE273D354D7410F718663DAB7BFC2923539AB61FD4FF60E14F9EBD284EA3FA77415821CFCD74D298650AD489FD9B9C51B9C6BCF8E25083766882BC824DA2EBADA7ED39BDBD74D786B76840D6ED9739F199E5D25AE1C1794B3B0CC81FFA154ACC489D2A9AAD75EC57BF0C68EDD7511EED7F1EDD0FF92BA93CE6A2D037B56A13D4FCD5C9DEED76454355E132B97F4DF7F82602CA615C23CDCEB5714D8884E8F6C9B53DD13CDD76AB19DD207D53F8D3F661F151B263AA673EB5B23B5520F4473B3A53BCA8569D76C6258871292192ED32DAC742FABBA79A09BD36B4FD587C77C7B57398DBF15D76D644A4E52E96A9CED383F7C9BC448218973D19269127B4F5436F2A8D0EBB5D77B7A193498388830F8106F67339C78D7E046B18752F2FD08C72E83E83A2B80D7B0C91BA71C26E484871507FB9032EBC7D0430E0F2E8C61BA89654530E72C39D7D4275A5335809B87EF3488A19D475BABBB5C65BF807D2A3C16EA7C4C3BF77AD7DA1778D5D6787F3F26DBF857468FE866AD3DE8E31C78E93BD2B8992E754C1DD7F49AB7291DD49C329FFB64C7CF4C7BF980E51F300B80CE33CA35BEBD599221D81F550A68715CAFAE4402DE47DB684284902CDA3B6226B4DC3C8FE9430319ADD824EC480A3E1E049A8BBB8954ACA012F745F547E24E99D060F6E22DF0DE2ACDD828BA718DBA16080FA2962306D49C82BC44935D4BE683E3D07F58A0C21ED003D84AEA95166EBFFAB770697FCEAE6FC0A728CBDE46208285B0E3FD72725E24EED84FCE35B5F6FC4DDD26F54AFA9007F9FC44CF4BF0821C1430A346E34E77305CD850DD12BB8D732D22BB649B2CBDE4B896E3846EC7377A3A806ED5C9534B6E89D8530B9D5476E075C8E921406276B101374E67EBFB56439C11858A25CA7BF888D87E349E75D5CECBF7096B409F35923DCB28A4E67B2201B2589D1CD83C8DFAC5D88E5C58FCE229ECD0A8C2AE34C1CAB86357C3BE23450B35DBF6D382C96525E7D8C3E22F9ADEE70719685DA093C5CDDEB20FBB23D1883993B28FEF6076DAC9C1D8DFE0F062C639F34E2F91DE6C52FD61674CFB06A1EA77D4BAE18F51A68C2718D8EA62D92863C72F9BEFB2C63A0FBB1CB2F4F82BF588DFC2EE847ED8E3E45A0BD8F0EEFCB581B5B2F6F17C00758CDC257276428154912069E6188BB7F093F317D8F4DE824EDCC9ABAB07D4FDE110BFE02FA1863DF5963186DC49B6D3FF06F019D90C446A305C6C1B9BD24DB43531285215E1E63B5C67D58C1665F8D59EFE24E7D9145F2CAF6A0B85FEE896B618C3FB7411A2430540F707BCCF8AB6FC801089B6D91B12263848188D03D71B836110715FA42FF1C0FDA095B386994275125A0FF4D926893FB479D8CAED3D02D3A1A6C34336111599046436F26DC75CB45D766179D9542AAB66915A2FE43886DFACC0909C552857F2D6EDF655F2EF977BE72D96BAD956CD97019CD9382434A76C5CFDD44C3479AF130DF16F74AB6614603886D45ED960A4A7983DAC1340FB6CA4547AC59C38D62901087D947E96487DB18203711FD997FFDE4E94A59A6169CBFD15DB39551C1E0C89B319A2E1A4BB13D11A7BFBF6D9980F89F922D5F1FE5B81D12CD954FD238A48D5CE3500F946090DD5529A6F73D999DFFD24BCD1B084B9D552A8659D6A605E028405AA37CCE8919F25E3E0AC79D99C9B06B3A6FF4DE8F3BE14011302391AD62FB7B4D6CA2710EDABF41ED6F520D99E983462568F74EE83FBEAD5E7746B8BC085457025F17E446025C400913B05D9B4CE204D0A8EB6BF57580A8EE8BAA8D27CCD7C33DF9CD4FE2BF82BB8340B2CD9B7AA17E7B4B1139813317F5DF9D6B26C7A8EBC629E5650EAB978EBCC9CAC3DD9C5ADCD3FC62F9192BFC48C29E52D12274CD4972078E51C21F4A255770806B2D9D85F6E4661F58ED93E6533BC9F3B767A9ADF1FE374DCE51DD5509D6928FC64D9D8CE7C1A56773742417AD2E17A064D6B2BC09AB8F84F9A35EE06ADC6CD40C4D9DD267D882C707F1979C60C462825B24C64EF90F60D2A6E151F3D594E748101D9EFAA2C1D6B9A4C14AE0C5D2A9613BA5D3E4E356309596E90F4B1F16C292286D9F0EF719A7170107598AA751B8A893446C280E6C7D6DD861724CDD39514EF9EDA035FD9131F707ECC2ACCDF3630A423A43F4254E850847CBDC2FF3AFB0858B4DA0E6BC7F43ECEF160CB0257DF4FDC40B921D9BE129406707DAEDF5F0C305BB4DA121A40D67F64AD0A1D662142EF088CCF3E6AA7D75C12525E33D2E2B918F3AADA1B8E5699D0635ABCCE3D2E000585FDB8A6DC88DCF55C90BA2788C62CFF9928DA2680CFE4F9104D315E1074262A7F2F043A3760500AB88053213A12FA623DA1DA2E23CB525B24563CA2E55A3E662BA0FFB6046DD5BD52685F693B31B2D67A6DDA3640A3CC64F717100333D7352895475C91DCA7446F9D6909508E70122A7677DA3BC7E89D02E4E4583F3DE6737C56A746981BFDC6A24964B39A453C38B5D96DDA4A2E954505776AF4D4F69DDED2235F1ADC9E6615AE6E4E8081FE379289B79DDA552FA493E82F67FF23AACD4A4BB2D392C55DE5A0B987FCC0B2C8FD7CAC4D99DA6ED059824D0AAA8C7D32206092DB51E6F3DF167602C7F15FED0D7A429E5E3DDA85B6633AEDC6DCBE7C40B8B06CF527C607D265B1A997DFB20793A07EC311DADA864C2D75355A6B778B3D30334FB88D058C2A16203B584A908E1EA2B2277A30DAABC5B20BB6FFF65422CFDB5C538B40A584DEA5962B3079727839F44D2C829BDAAE28870E22A1593C250FB049201330632B09B6B10B8301C4F04DC4EC117631DABA51FEA947E4839E75C64769D4AFD26797AFCC11E723644E14F5A02C818897DAC3F2D6A2E203FC92BCEFB6E8035F83088DF69A350F06865E57E77BA34B0362DACB46D0795058C8C470069F5E4DBAC6B4733EEA1A82481BC72E0DB61EC10CD0DAD0FDDF8F5AA35C0C5544D1E0FE174FDC74F3DE94B326C5944C5A4F901AA334DADF766455D3D2F21D1CE93D89C304853D63785C05F714B5E9AD9E3527D2B514DB031264D5BB60B99B6BBDC25F7F165B614A7BA1D6701A9C453D8428588292F3DB5C73097FC370A44A078C54587E86D75CE973B141156BD71A2D3D7F907D4606DB6296E19CBEEF5445771F21A7867D9E617D2E9B2620632D42C827A1536A073FDB70E587802C8D589EA8C319EAA970F6E3FA2182113AF4B1CC45BBC0CE0773E5DB748F3696F7F5537AECC3A5BFF9101BAB1C5AA5E30587E6FDEBD1FA2C8F6AD5DB827707545CE28520AC8F2BDA3DC5D101E19EB6F28562275EF778D84BC32ED0DB9117FE261AE98CB70BDFDB9037EAB07EE8BFF8C4181CB186E07262E1A9FF02DBA3EB82D4B03C80FF13D09A197E5FE96D3F23B1860BBCA9ED239D4209EE28D2DBA57E8F62250B85770020987AB11516398A107773D3D4066EF9D93E44791B31DBA7969513F886E82329225508F5ADCED4FD47A412FEBAB4DBDC91E95DF51EADDBAD814D143A459CDE5ADB3C762840115E95959DF28D0F0465F5ED9D4BE38F00DBB37D730F59446B8F369B13D0EB89F1CD4DB5C3286B03474E87D8A95C42CE87DBBBF86F5863CDE2CE0A1B916A4A1DE6BE239B9F408152A030B60C8112F36017DBC1548DD5056AF1A435E01C449EFDAD2D38468EDAD6510D131F25D12EDD6D0EDBC4358152C2E396A90D3BF667506B6C84723CE2E843448AE23018062A0AF629DBD1C5C26D18D6D3783AB02EC06F9EDE1877FD1070D4B4366240E2570882466BDBD32DB9EBD6DB03CFECEF02DCD131E9E471825B90A2349A321A40D172BB3A20DBD3AA4E8BF76C54AD449385DB2C271C1D9B3B1DCE3DABB88625C87EE6094860DC0483DDCC6010407D36E7B0D0EF5B643D775C98C62B79E5CD2565912DB45FF6DC0E2B88B05E8F95C34A1C36C2CA5E4E6968C8F58F4F4A6B6611F66942AACEE1DC0EA5449CCC89497ED105FCF1A7C5FA2E6C9CE2B276AB5067BBE19A7708760DDC22614D49F8C7F15CDD50AC3B62F3D51F3EEAA792353E37447562AB6C67A0DEDC3D7A5EAB7A180B297487F50E973FC5AAEFE9B38A3C01082996932B8124E13EDC420E8046560B02AD640BBC30A5D533D3E08AF8AC6DE652EE3274A6DD2F1876DC532034CD68AC229568414427B6277CEBBA1D365B6B463DD70A077969C5F5ABDC66F3046D08BBB3B1890252FEB285D407CC97115592698DD89CCFE7D62159B9DC68874CEAE761BFFEE997A862F8CB197C0D2C3701400C5C273ED5F5BA9930D8DC6E832B53FBFA4B87CB02CE260B028073AF84F1D189B75C3B59B771BB399A91DC77A56D339F74EF099BC7D0AB0851769A23600F692D1331D99EE455FA6814CADC9119F18B05039184C7A367FED6DA0ADCDCF734205DB444F82483AFF157A2B9DC97109545B9568108BC38D68B693B90B166C065E47F7CADCCE2A20ECBA486CBDC9D2E72A1B5B2CA594D444D4BC8718DF6C4B97AEB5AEF70E7EFFDDEDF06D510DCA378B3C54C23CB21DDEE45B17E70238277BC88F670FD315BA9304CB40BF60ADCB166B29C9E581CA4C549F16026959BAF3A953D5E818F62E74B47C1002ED4CCDCB401268A23BCD46B708B6560A3F2B7AAB1A06899669DCF73499E101D584E6BDCC79721BA1EE04A4210280117414C852E562338F6640807655C8A86425F9526DCC93AF8B54B1818B3BABF3A90F522C287245FE5C702A5FD1A98868F67A0B985DCD0709053491D9404E7DB041D0E187BC7AB326A50B1B566E547692B5948F14BDCD780A4E185EEC3DE26A6A902F4663895A7D6178A841FF3AE486B5B25F3B6B8DCE36D08D672C28A0BDD732B6EB230D94F66FC9EDFECD6A0AE8C37C0ED177980DCF6D7E312EFF9E7A8B6FEB6E9810A06A36F4E7B6D6E502CD968A82B705D6834DD05C5EEA7670078E22D9395ACA838A37F93C0F8DFFA45E86D628DDF450D4805DD095ABAB66DBC018E8BDD22AE36878AA5144E60EF2120422777430F95CBAE94DD2EB0307B277E4B072E73199D0B4A9BB7B549125017DAABBA266E528709B032DD4AB6F9AF587D9AFA1B6B8E3B0AFFE4F6C1E935F1050C0EBF5618B4729EFB34DD8A77B53FC29C4C29A3E4AD4BB8FFE5866634D9BA0D617EF78174116E54CCFCDDA97A124B9BB17591C359E1E01D012EC3C36DFD69C207349F92AB2AAC5554E2DDB40CAACFF8EE2263BF594F807C44E500F8C13BED2EFCA896D3D1B4BA2A4E08DDB4C01C4BC2F162540BDF339579B42AD9FAFAD7A0B50D4616F88C98B7FD961BDDBF70FC5CE42F6823155D220AEB3DCD2FCA0BFE8B0FA24D5AD683B2E119D749DDDC33331EB975A06EB0B14D354B682618CD62565C0F25985A24E80569F6EED6DDE243B131D97E7319D95CE5361F0FCE72DB981911E2F48CC2FD8EB80ACEA3C9DDEAE736747487068E7CEBFCC96866A5AD531F3FEE66ED5F7AA2AA8C60F47982DDF511EFC8EB1D021B851B2848FA32810A1C79CF80388FE28546D170BF98E042DDF8C86BBF19C2CAAB2E45BBA09F2279CB330EF828C99D4F36C25375D59B5A26DE05FF1FCEEA532CAE09C9D7D40870F60A6221EAF373219CCDAE5D823E08F0C8DE0A98F34FBADB6AC70EF8D41335BB524C4389499865A6F4BAE8E1BB944A6500DE2E539446881F3EED2E9CABE7DDEE9D1DA877EF67DE3A24800C1A099EB1AA56DE387BE4F5561FF7EDFA39CB2FCE6ADA127A62629EDEDB6846F8B52B94007E9ADE58DB74E1F0C79EAC8343BCB87B95D0E325A8A966CD2282B45A5F6D3D9E1F89DE5A3E445BB97BB6A905CE2F1BB38E6D39714ED439774E7C0ADE13D6A5D9C273DE6A2AD0F1621D940B8C90EE0F54FFF3854F3570E570B4608084291F1FC2C41BDE96C770F69FC23169FDC5D09CD50CB6FB26F1D33139DEA0127D443317CCB2BBDE9A243EAAC01EF78FAA0F152AF1F4C8C8D67E7761B00DD4C11CB5788C9A8184DEA55CDE7DFC39515AD7E80D484F1A992BC843B5330DCD877186D1FC81992CE2DEB1D4DB07EE0A31E7B624C4066438765E212A9833C8E7F3042312CD9C087640DEC233AC26689DB14E3B7982421AE0AA15E5044E1FA41B2038096AFC78DE6FF9DED658516C7E3F8B01183892B995B8D669E6D31CEA69387CA101AB86FED54C65DEFEFAAF129D08D5F7CB4910D35F793AF70FB68E932616C7EBB3FB52AA7A0E14DF13B23C164F5425781A16B408E2DC826974313145B9060567DC5526BDA2320EDF1531B08F59490A66099CEAB959E1A68AD3CF4672134CC7199915BCD8063780DF17127585A195B4C8539674D6970EF9B3F570E89CC7AF2455822DB21C6DF6A9DF2089977ED0DC56B03E83A215AFF29880B9E70345590D922C1D69BCD58288FEDF210D84326EC444AC9BC03954E92554D696CE0D3E99829BEC87C6BEE215CEFCDF41FD59E47B2C50007E62958A9D22DC83B09BBDEE83EAD717A96E0041E3B93DDF528E92983CEE467BC83B78D9BEDBB649C407157833A60AE97AC796DB9D51CADF689DB0C22D6EF126FB55B1EC655CD1586A9A60F8FC6ED98F1CAD81C57CF226DF6BC1069732D8F9CAB0E30C53057CA7D8F449DA0C85DF86529DD8FD79B972FFDF76407CDF127AF725CC11D3B6702CC18D81726F3B423500B1DA43AE85796146DF76D9564E63DB8A8A69F742611895D6E1DCD3C6547FC76615198058DF19F718DF7C11A0B36AF2AAD3621BB7AA6450CF43573E621FE1E6B01C243D4FDC74C790DF7F973E47386AC56AB13407879538B52D1073815AEE87D48F73C59D660EAA3FDF8579F71B52EB987A12E535F1B554A71E9800CB44558DE7A3A309AB77CCAFD8DF8C0A18FB0189FC721686837367C9B4C5DA199DE3355AA27DCCBC1DAFF5E284DF8CF55081CAFDBDDCBB861200B77B5181E7D0A923EEF76D2CC1785C6061725FDF94F5CC7D3E269E4979B809708797C06279311EA9B0388B81679C4A0AA012B0DF9977A4B72CD8E4AC2073C69FB66C61126C6B488AEF4AE06EA0DD3F26622BCEDFA08384422E7166362A035F85ED2DD7EBAAF987A6579649A3D5341C97F64B32DFA7C60529F3F6B9A573FB67F1E716AF2C84F8FC4865E47C9522FF6ACC8B3228DFB99056EFFEAA1D88D1E706FBCF4EAB413DB4FFB258DDC006F722ECC32E800ADFC5856987321D97B37EEA3CB40167BB0771D4B454CF97F6E6EE7E8225133E8BDFD48D1736196D18FFAE0593965FA835D3F408B39FF8ED9BE8187D14CF3B5B49DFF246EAF669B1D3EAE37C78AC374EA499012A54A410CFCFE05AA6B46A1E940DDFF3755E6B62DAB5C4D8C8022986010450009880D75B27E02EA46C3786E45E0DDFF63F8A25D552FE07BFEA6392C1AD49676C87EC9FF996A25152781AD0CBAE95E014AF52AB2D53AE085A6F188E33D2B31E43419B6ABB0197AF0999154D94915EE032D2C9960C3C9474667027D2DC50010336DFB1C9FA29B61B759BB440FC8AE5E05385FF9D43AD6F86B6AD6D39ACCAF485345DB7324965084511FC986B858471E068C2F619404E063ECCDE87CD98520352536F20737FAA427963F321CDF56C16E083AAA2E7EA09814D4A685EF68560C50FBC37B6FD5AE03DCEDAE05ED4AFA4AFE085CFC48DBD31CD14541E6791AB18D8B110FFC044CBF17706E0680BCF6C1D0BE08E15CB1FD49193CBEC5F8B7886348EB0AEED0D5BF2CF090D2BB9F985BE907EE09013226A975CEA1BE7B283685F4510CC560822B60EA7B752AD9F14D2866314E09CDE7D9CD76FA969D3BF4670DC264BCD4950CABD7F0FB11F44B2E15B8992F9E0A2D4453D33694A5B61C4DD78AD286142BD7467F17F50098A894283DBFA8622E0B384BDB1C6222D1964C04A0C18A4ACB094A5A9D5AB091C1755BD7B98948EF6E0CF28DC5147E83C1843B03CBC92A5F7EA461A6D5F3D017C856BC284B142C3B4E0D134A8E13E5D46B419667727E0820B8688A5A5BFE6AC9AEAE3AD45766D3894E0E961F8C486EEA8A5EA4A0ECAFFBDB548DAA20B236518A7A08152FBBE372264E0F487231721CA45212CF1E694636C0CE03584425C095704B42267DCB7BF7D7DE10FE894FC7C9FAC93884384CA19034330BD1EFCB2F376D3C7304BE9B00D2DCAE119E8C9EEB4E870B9C51E8FAEFABA34102C99E10110E94B0E591E2897498EA0E12078024416A85183B9E12FA27403FAAB0FE0C5769BB1C9EEC7B955E5BF38B9E126DD2E611DA9955941F8893DB03688F809DDBCD8E6348F00168D65308CA7CCE12DA6E2A9E9344AA000F308291553D6B4C5D40BCDEBF23FCA6B2234E05AB92EE15A399085810DA1136BB2D5EF58EAC66506178B045F5E887128D1B5FB2FCCB9E1680C9D87D13216A4FAEB320F26DB5888742DE5E5DBC214061061FC9C5AB86EE16DFA734E1EE28F51223FBB6D464E38AA3F9970691AB268EAA90F8148E67AEBE18E9E4F2C15E46B9468AC186959A3B41865D5383B772A41DE8A262744813A03E199D0359260F4763E91E78164E88E6B1DFF7D3CA0BDBAF636C7FE80201D998FE19FC880F24B42EEDBB5267C5542C6F500A859BC8FD43B403716D2F1B3EC08E4E1A0474AE31CF2DBBDE68FB72BD618491B16BEA42D857F938DC6EAB06933D73CE1CAEE650A0621F1643EC7E7E16182F1F7F6B1252BA3141965543720F5D2A767E1D18FD9E5A2E9BFDF64EBA7EB82F12C773D09A97B7C1A5A6FCFA22E109A15C0E1DC70D65D1DED551A65DFDAFB4FA76C5006A8C414CE7FD62612417BB08A3513E1E52FFFC61E773F5A7F15294825C14B932D9C78724E9C70EA94A8D41EF225FDE20D2F1C3CF2F5A90DB6676C2B9F518A5F1C72F0802D6DC350EE68A6518987E0E2242CB6A985A935F6256D8C059CFCE4EDA7BE0E17FFDB2CBB0A7528DE9E7730E24B6F484A2C0B6105F4BB1C0994728655391127733FCC7C88F3990BABBEE4F4E2523099CF411C07745257EB4520A02908A9E7D68575541789B1AC52B9CF59C5E2543699C27282E4B31AA24907025A0129B3FE5B775B5DEFA13D604CEFA0C39EE2562047EB4CDFE41BA1F79906ACA66D4A97C461CECF1366A46F8000E51190D4E257BB9865D832DA60D41BA5050F3A5A3F8DA69AA2D3EC8F5E583D47C8CEB3B9E2623C038148940C47A70F06E27745D73212191C31EF77680E846133284AC740E2672995A4F27AA8848DEB9FB339E7CFC53DB0C138DCD4FDC427E34B490D6EB0E280B560FA697A20A0F2797DFDB3016657CC6D68EF06476D4D95B3B6111E025DE298487F0DEC75928917043AF08DBA3488E19BCCA9A269B2F4F79797375B8147E2A4ECB399720F10E32F166134A076299A05777D55F51DB32BFA93E8B0867B33E2A5BE04A8CFB503B9F3BE94EA19E79189974E295DF4F2573197D22B5AB1A70CE2A82ACAA003D2753CE0FF0F036510EBEBE80ADEE72C9BA7A526ADDBCDAD31BFE2CA1C80DB3A496609CCDAA62582118BB135D0405189380835F5CA8231DB2D35E2D5C2D504BC796DE96E2A240BEF5C6CB5FC479A0E85C8C12AB245E4164D0A6CE2D7AD19CF6DB35BF02DF942B23859B49FD9BAAA926499A810FB4A36E1CA532EE2DB560201357F39E186FB9CFA342AB784B666BF4809BC87EC72999A2A00F159E2E3B1BF3B2B0C683C52F4BE9FF1B5B90B1656C55FE304D775265283C5E1913AE2EA98C6B9E9570D0F6243077FA84A9F9939A09E056E81E04642209879DF4A2FE3196164B8CB139356A7D242065A4C43801FF908B9A63B9277047815E3595EC1E3265EA1D33DB778CA864573172DB5C17940D647BC7997131AF5F2C57DF89D71E32D07AAB3F3D1816F2F40F838D837B2B29F3FF09BCC2163B0AC5EAA48FE8D00E3459C2AD0DA14AA49F27A335E4DB18E95503490C615A5B60846066CC3775243E348319300480D670666B45E48712A83DF76FE364D19C71C670F32DCC219ACB0E3491FAE0159BE0B9694E39B67B2B7D65FA6CBF9B52CFD1A492E263B8DD3BE72E3563C5367E0169D559D7CBF34452B0835E5A4431BF538321738A8988BD29DBDE36FF927DB3FD3F58A5FE638C5E4DB9730195D243437461AA34123845BB05241E372D0C5359D3787C7067B9B30B237663DEA3947FB634ECCC3F979CE9F6F1272E37C82B841EE031A811CED5598001B05AECE6A4AB48ECE8650C84D1D362E0A3FE37E8DA20E6F04E295C7CEA59954584A292A619B86BA4C23F456D6F1C5B78AEEE37FFA343242EA328EA2FC7FB1172C0275B6EF030BCA950C6E7D7EC2D2825A2DE3A833AF361909C5E09EA39BF83ED3AFA51AFF7A3F3C5EC0E6C1A185CFDEBAA9E3AA25388FACF722BF7904D9B14F6C42E63D564791E168F38B21E2B3CC4BF63CE3D9014A9A71AFC7023BBB28356E4FC76A05A66E595A3571DAC750DCA0C4CE34E3F47A677A42EC74576E8C57FEA226BB63DE274A407B54E7C8D6729F71AF099FE42A6BF7D34A2BDF30FACF7DFE564C81BE66360995E2C7FC04D386606C492A48E43FB23610AD8BFBC347A77D68EA6FDA4283EAF1209F87160B25E3F9B51B4C7FE440A10FC4A5A1F2FC627589101E8D1C8128467F48505CC8AF433921B2636EC0E44E152A4E4A67A79DAA7D590576CBE2B5371ED14F68252E221241069758E42AE4AF82B73AAB72FFA0B59B6F4FC727061F3778BE39B4A0E92979B39117FB6A08E4D13F776BD136F28DC08CA3282EA57F5496CA7697CCAF318BEBAA13BDA8BB91E4E6FB8EFE1C35914ECBED62F037D9B355771B8A12C02A0129DA68092BDA9EB2E4E915870A2951B6E04ECA6B07DBC255EE15349EC9FC4AB04D9BD15CCCF1EA56E4EBABDFF5045E31B5DCEEC30FE7A875B2EE7259DEA5316DB377E6F49206B174E4ECDAF8A60288269813437227424D46D3751A78D903D22F4439C10CABF07A48E4F3102655E9FF3EC82B549CADF44BF0F90515462897B32C0304603A37AD8651E4F8E4FAC7B12D4684A1088E5AAB0B51E954C6B76E0DA61DF5B77B8C8FE3C108E4FCEC0E9A764199BCD9F3914807F80087657124F357D5446A9BB34B2B7B6AA8E5035075C0CF85FCB97EFB0D7C461EA5C510539E6128E34A807DC89F1BB5410DE53150D4789C7A9A75ED06EED1B7B13B0567741C533784D7E9476E2B82A21951E531E2C67267A493915101D720790567E1D014DF35F9B12E68A29466B0FF686DE53B17BDF690C86BA220BBF0F4B2B10E573816A1DCD0CB890E8CA1F4DA6EE174E541DCE80483F86279974DCF903B28756AFBF93FD6F35DEB24CD43DEFFEC2665E55AE6C31225BF2C7A66AF77236ED89435B230448C2A0E192F1E728578AAB650E567D6E6629620133D23E0A200F64D9C29F0DD421C7FD708E1E3855C1665F9B1E5884341F8EFB277838AD9774BB04859F8AACD22F7B4E430641FB4DF0C1CB79EE594C07EC8D8FD6BED163AB5A30AECF8E4E259A8C3AF792EBE35203C1080E494E5A36FCA12C619BC6F503FB99686FCA90244B8934F9025B3FADAB54E3A28ECB2E5B27BA55A0CD8D38C55864A95A30EF86B23488785545D045EA555FF0054926AE5B4A026B9597C03ED0390733C93B2B5D5E9D3428C9AE44A09F20F287ADAAA0AE5B7C485125B0B16C6B747AECF06A5C2D6B121499F7AF341E8344EFF3AD38ACEE5B8F055099E5B96C77FC318BAEAE6792DC8D5DCF2F88AF398CA29ADE41C9B35E5C8125FE21142610D63FFAD82EBD118FF3BA3F6821B70EEE6D77688676D2D2CE5D3C8FD5F8DEDBC22549B509C5D2EED9EAD6AEEA6380E5C33C7631AD95ED4FDE5D440690F232055636A48AB712E9721FEE2EEBFDBB4095E81559CD30DE3BE73E5E2B6F626E47A8391B3155CF5DADD4C7FD206A090A5DCF0A24B170263755BA4E5E6118D9EFE3B6DE5B9A199467D49AD2D36E11D9C150B6E0611CE04240F8F5BE5E901A88E240AC10C83C2399F3225CD56B6D9FAC294D23044326090719CA816E5EEA85426B2B925D1ED06718C35C312A2FF790A56DA8C1FBE9948A974C805F0E5F6D8C83A9CD03C876B25B7181E058F9BFB91C2E4FF1C2028F584C231B2D32EE604708E498CB875988ABCDC1C6549AA74398EEBD45D810F1E840035B9F4E55EE61A21819EF9DC63E7784EB0AE64D769D4476541044940EF2769DBA4FF7ABFA6E62ACDFD62030554914AD32D32E31ED4CC3C85384B6F7C926E462651F3204974E62D5A0D93CB8587F248AB010F46AE201E7762E439D1BF1AD37852EED7E3D663E6491D9F30E37B9A0718C8655144E4D020ECE7807B91B07E614B5C2DD6421AACE65D28357AC62102FC55C7E24E5BE161C039BB7BDDCFCFC6D46AA99B423050FAE66F1055AD9CC8DB4BAF986AA6DA615794C59B2784B4101497CE7988B3AC59E8E69B973ED6E2402D9C10181E0515CFE41DBAEC013D95E60967F2845F9AF0B3F5E6A4141C03F17B2D53502B66A3B451FA7013E406D4EB383769212A49E5EDE0A7E6C8A337831AD42CF19D0EA19AE40BA80F5B78CBCE522C3C580E058EEAA616C8E6C936EB114B6BB909EDED8C6FB48C987941BC7729F6C47D5C43090AD1F2BC3DE6D5897BA3B68695BD6F03D7B6676290558E959C68BA3689FF96584501928D2EE6D8DB5289756E356A9A8AA9F40CB80F14DA4F00E904360A74EC75D93D81B4B4E6DAF997A73551E6FA25C79B7CDF828EA21EC159B34DDE1D5CC94ABB619EE162E6F61BC4C1541FCAE0F76A9F7F8F158FDD62476172B855DFEA84067E951A6F5AE6F62254C9B7C57F0D4DD920072BE81EC21F1F9A096012918817CCD4674FE56CE6FE3A161094E6ECE2E6F86CB37D7331A40C694A6FC45A9A3377D4052F6174D8E7153692B5614B87AF8BE93585C89434905C34904DF759B65E658A788F4D7E0CE73F5C70FB8E694545CBFECA2C9B3817B1FFB8BE2913A254C5116E2CFB8471BBE75346C27A94C8B24D52FDC35733C3D25CCF16078C80E80DC7D771AFC4F2313FE75845BFB08D4744860E1F66B0DC4CAD53C271858660D61C1F098094C8D9B716E773EF8650F8C91B7FB2579B8B4DA851F37E0840E4C5AF01C3C39704D2CD9402E782BF45C812C304EE243E0139AC36076700ADEBC388BF0F5D3BB5C56C88ACA0E78500166C9A2A080DBE9F8D8CC60A259E4527C874FBFB46EBE0E49D868DF91CE785B61A663D3FB19E3B5BA794E925F3C2D6026AD7C47B126A8B0CF44D156137E78F726FD8ABC9E8DB6CEE5D46418C315F86ED1C82E60CE807840AEFCC1BC021E797B06604F95765054A125302929303055A9F77EB6BEC58B9BADAB1DCF2D38DE79AD87EBFE78B0A7DCA40993DDEE1DC5C59B3F159C143AA885DC8C7A2E90391E7A202828086D235111DA0B9A20B17CC63A75AA1CFE70312B00DF6BB6C0BB659E7A4C69E5B23C469105B9F03F735D096D0B3193400DCC7326DC6CC26EF996860E7A714C6710A228E1629110A0C8AD1EA53655D9CE9017E12A4265E768FB98A77E7C59C8BA1B48B87767C101DDA8685607A60B1AE84B2490F7BFB7AD4D6438039E7C91D5D57AAF2881B04EE39D58BCAB86F7A3D1CAAAE9970B372F8C4F3FE370CE800A3480A287BDD533D1C67E8B31DAED9FFC2896B796FCC1DE43FFE9495BC11E810BDB8CF38D587A5D07C0542DBE7924419858AFFE6AB31988B339CD8379ADDE819B6ED06C5A39DE981A20A3C597A27B1C96AEC589CB6BB60EAA1660472A551E81AF6C8BF90D334FFE1FCAB4D861D46012FC72DEE660E9103BF72933A434B0AE81BDB385D939B50590CDDC03548FDBCE51B6762C7DC3A923C9E78DDA2A6D458E81F82C72C73E8DDD51A0E699928B136E8B2BF2198FA9EFF19678CD18AD16B38E826A8DE5CFAA52D9BD2F50733389EE5B29F6BD4186E0290BE208DC919CFA30FE82C2B9DFF59792E9D32C00D742A7137ECD82C6AF08C5F48CB64BC515059B140E82DA2C29B02648CB478F86ABD8F1F2994A3646D8878D4CC81DFBB158712EB3FE8390BDDB17CFBBE145821A26C011BBD8BB706FA25312BE37785E7D42401AD35E84AED636B1021D49BE8934805E646BC664BE8071ABE96F6AD8DFB529C2448A4E8B41C5A59EEA1C1800A7EEDDC502EE5EA78EA9C8320104ED7FDC3AE28B96746E8E64652C10A61FD2A215F1611185EE8B2BFA672F7856048BFAB61A6F1621CC7E8F877F740E8A9591ED4CC1FC3C0615F01895ECBCB66A4A25EEAD1C228C40D4FE8FDAB0E3ED7E8B8AD2C93D7050E0883819EB90F9AAFFD8FF05C7112E711A79CE917B372EF2A13B390EF84B3DAC1BE4C13966C66A2B0AD8AB03CA0D5779E1805E93BB73FC6E1BEDD9AB564042082742DCCCCFC38651EE43057138E01F87EBB2AE93E7F3C202AB1EC3056F7EA87E7E5A3E4A9D80034BE7E8FD274A113B5FA5589E9674CF3519AF9A206BA8AD2F9E7A3BA1F315AD26B7478ACC32AFD9AB8358149E984B37EE3BEA5DD90B5846E846E27B4152D9D981D1BE784F198D28956DE3EE7E988A21207DA9BD403725D0E1F2C3F016928523BBEC0BD907DBE983E1595D6DCE99E51562179767063CC925060A019882D069E6539724A930C4B2774C5CF3E3BE9ABA5FAC4A7675AEF9807C1FA8CEB43DD1FDE1FA70ED44AA06FC0E92A5EF1A2E9C9B03119964EBB4A02FD035292E169C042E8ED8ED44FF5D3AC021942CCEA56E9D768B47043E925E4E25AED967DBE3DA299733CDB949FCB5B5AE8230C67202AE9DAE9B01A1BE9903B311A45943F4963AE5F138086E6F0900663C423C588D14DE9E89E2DB55B22B96EB345AA2A39879070937F3AD6635A545CD7E79B3A045FBDEA129626236051B80A2E092E8E4590AC40ACD18E2EFA14A92545B4B867D8FC88EA3DE19E4E33E4FCB83EBDECAC679C7C9D53284616D16AC7950AD9D53B9565E8EA58ED3450A3696576D8FBE6EC5717DF12736FDA8BC54CF1AD514257C31C62A5EA65B878FE7F0C0407F141ED6A812C0370A472F10105886B956A56B06983C916EA9BD95DC841A62294A591B1973323C07120C686D61ABE292B06906C00233C39EAAC13A522CF95FC93F441A5D97617D5687AC44A3E418E7183E457DF1C267A55EAAE56A89AB5C6150A57388F20ADB2608F0061797F117848C3B5B912D7A063E9EACE8FCDBFCDB0B5DB394FFC38F15E5EE75DA6BD1CFD742A66E625CBFD59451CEAEDC635F03CCA6013F05718FF18B268B5ABCB6A3067F75F0F4D86FCAAD1544AEAEF0A70B2850E63C2895BABF9C75F3A45282E299326242A7E18CF2811676693EB03D83B9F978763A9D700CCA2B8B963E2F765DB3A48623E5240270E0C3DBD76EB0E14403529DB080BEB11EE79C51726A1D6AB938F868B0DBBB69C3BC4F0D326EB1E1EC6D89BC6BFAFD8BBCD357C56BF7BA3D7BEFC410D726541460B7A4B0560EB22D93FD01BDF1C1845ACF57ADBEA639D521E8D9C7AB1D0CD9EF32E56C77E21EB36F8986B3895D619BDACE9FFA7A0571527D07CC79814CCFD977266AD48092FEB40273A7BAA1759BD5433054E5A12A54FC751CBB607DCA938D34E3F35C8EC6EEB410894B92EBA79979D61FF06E9A4B7922310919ACE63C17FA2F0BD5E53E1A7EB41831DFD5F9AC8DF371CFD271B68036306769C911F5DBDD4231F273AD97AD8EB4BD76CDFE03FF7596BD2E9C53282070FF31DC914EC573EA7D8F42D884DF50FEB50FB4E1460673F5C0AC20B0D4BB6B4B98F00F0DF4A3CC79833621F78543A11EB572A960CD31CAA7281131B97EE2D1536A266F6707863D72C7F686F4E8349F7EB5BCD5CDF607FFF6E42E63708018F2410CE872374FD2253AC6DD0DA2DAEA743EB60CD1FAC02C98ACE178102730FCE45232928BBD8F4415B94689927F9AEF8E7EB7CE0F96B61074FEF498AEE68DD394100382812BF3FBC4B0AB5F68D1CCDA0B8EB805A4E74AD61C25AAC1094662B1FC7A0910A1BF54BE8E1B0FA9DB7B09C62AFEBA16E389CF5DBE0312250A3AAC1E4EC1226B138D7583BC3555E8EDB11BFD2DFEBA44C444C39C63493DDAC4AD2E695DD83F543EDA66C45123C61C78885EFF6EBEBA56CE307112EC4931F7A0CDACD085D0ABAD51A89FD3A9BC27A73006EC4BDCCEBB6FF0CB00E17133EB865C55B3793D2174E4AF5AA74748E7F40EA8E60B6325AEBB9271553A756D922EA2A891358419F766B9C4F78BCDEA1D66D644646C38566EBD2612B87111336C805ACE7B3E5C1F7297262C63494CAB267B4A97D1B539378EBDB7610D6BB0C9661CAA9C6440035535316862D92CE2AC35ED3858C5C77B207EBF0ADD2251E136030048AB8AA95766CB7A1B5130D06AE98980A3F11BF34C9BFEC0F72D68D149D4FA96EBFF55F34C460852F932DF127C0EE6159497C36C6F290EC15605AE20334911EA80ABFE9229EB16C27C1E3553879EE6B536CF6D8B541C6EC28474CBCA6382190D53C7ABD4B721716D669E3E1496D5687652869430C78F9EC2F033F87BFA8024F91BEC745A571A1B2F06937413A8A330D94B398A21B9D3AEC3FB0FD1E323D8B042CAC2B291DCDCCBBFED36EA3679AB3BB33A90828B7EEA1EC44970BEDD46188215F798181FE09C2519356474B89B3D282BD9A73761F40D6EC4EBACBD404F900E57D418C76B3A8C341BE9124CE3DDE30381651D76A1580AEEC565C818650E85BE070481561DD467E7951A4CB8AF4E316800FA5E0C372F4E1EC6090E5A70F161AE6CBDC39F1F795385261043E72D55A19E5EC21B4651025A9EC641EA175482F6C2BD2EFDEA0E2DDD4EED6172E0284C3FF49368AF128DBFF0CEC9B8E799752F46AF2B70A4DA2C7F8AFC8780D2E7388CE82F785E78FDFC18C26ECA75E9FFA355092AB976EE4EE3E9FE13AC0FDDD08B4CD2C47F249B07A9152A5ECAE9DC092A279A5EEC3592318A8C7B3C3451C09B4E8390632BF819E9EE40B84ECAF03BB1183766E6A732C5F597B1A6B1395985DB5D99B7AB84AF25E0F7A81EAECB77B914D8EFE18C904FE39186C2B3A41A2EA157D30A49A30C8DD2EBD404C10ECC633A26C031BE59B94895CD54869DCB5788466EE4C6C2340C5A48B03E5652BECD7B93D9203BEBEB3536F040A68D1B1A2D98B214A0E7E18E1BA9E90C7A1C9B9ECE1BD990CC1670DC18479F475430778C4D43B507BF319B30B6BD8EEC6E9794DECE323B568A02E981B9092023FE918F57423C9A00F8782A322FC91EB7A296096ECFA52492B8B5F2361D8FF705B6FD7F17C27EB3A40F4EEF3418FAAD70E7D2045ED10C3E9A5AC0B32032CF292A102C129BA9D93770C5FEA44CA89D4B6A712CD82ED14CED4366A34B03004468A865363F622ABB57ED6D647383C27F3C0887F04DEED15B980831D171EB3BD913AEFC1A88C1D4D0E05C436A9AABF2FEEBF55AD3929ED1C4F85E0E3DEE1AA19DE5754C18D3E95CBFB8A8D53C1803000C93BA7F5514FED257F24034BF0FE099D9CD527DFE0CD957B2907B2B05FBAD2C2C49D8E232F71ED26F44FC4015BCA0BB6D1F74FB922C2B2E62CEAECF46C3F326A26979DDD17EDED2C876BE0BAFBE4FE9BA5FB1724743317DFF33F6959CFB259DAB706184F861FED355D49FFE7037BF6A605CE17A39BA483D99A9158824CEB6CC7CCF2CC232C0AED57D34D620799A958B0B37A702927EC9546F197E27BA7F4506E0569718CBE39ED6FA70B11C3CCB36C35CA7939F24D628626158F694B0F96E816756573B63C25ED71D1AC1D361E1CD9FE49ACACBD46995F119182275195371D97332335584EB8ED784C2BBAD696047D0967546AB0F42CDE29300B669C92DBED7FA7AD3B37703EED834479280EE9BA1F2D73271DECE3061CBF23D69B58CCDE89EA1FCE86953EBCED928FDD39C8124684DC90F0B190A0CAF764C8E31106EDD6B0485D4065E95061ED99798AC59D2629D4A7FCBB30D01F7829162FD26DDB851116CD72D9557A15DFEDA895FEEA058406BCD917269A95B95B6A927D7752F745FDB781A576E0179DE4EDCC7BF041EF84F1F4478935F646E4BF69099D18792A64715D9C4F8EC858133DEDDC9E11C293C3575B427F9C0D44DDAC1110E7FD8214E4A0E816B376FB70D7DAEDF93EFD926A2AB6A1CCEC9AACBB650BED330ED6709E5DE6AC4C81D87D9E601EEE07D460810ECE44580231F3A898E4E7A2D8B993F3574ACDF69ACD5D63C68866EE0975F84A3066B06A00D6819173ECD05A52897E955DCDC1B4DF2AC30701A6DCEE22DB726490A0538C32E91621E67B97D6A33A3DFA4E7AE4E0EFC36786261FFEEE249746152C8D6C4BEAB8892FC38D39F67ADEC39C75A01DEA1A0422D8641B6DEE2A1ADCEEE4AC58DDCDB9185B49167C9519347203F15F109C08785382B40BA9EE2A74C1968008DB035EE726F0C62FCA5C0524CCD2EA129D725C60CAB361FECCEE372580BF65C5B1435336D5EA80FFD2C7801B10E868A4322E5E0357A877F190EE4804E8C3AE1334F1C4F206F06EFE7E32707B77711A2E28F4B4571808D1611CEE5F4EE8F3439CB3886EDC642C79BC70AFBE55B31B187F7EB697C93217CAA9F9EE77C7153AB58D8D6A55CA2FB8AA74234C13FFBF8E2275E27485E20450C77722EE8510B44CDB787CEF28042E617908E2D1AB7510CD23141A9EDA8465F79C9C75EE8FC7751649E518063B6FB78FE82C31F97BF7985B7F72D1B83501E9B662A82CEEA0F9BD890F4232F314AB122B59D4470148E9F5BC51E94DB715AE702BD6CA69EEB3C73204D176431014B0AD0F92C6196D929D2AD169FA9E0BFC514C43B74838EEC052764AEBDC6A85C3046F9C99D7DEBC6632524674BD03AF85097B0B165B4FEED662BA349882FF3FD501F8E466735EC559DAD9000B89A9C1A9A2BDC05EF712EEED78EA7BF9864EC130477513F3442F1D8553A2CAF1FFC481C114B20EF7933BEEEE25FC6D703206585B8F6A5F610247B785B9D0E28576BB40DE3291AB625CFEEF00E6199383EDAB907E2A4AD56A0654D91A77B73F072F99638367978B2965D5EF13AC1FF8F65A7E26A271BBD94E37D3F3205A2DED87CCC9CE148572F5D12445EF181A33620AA6EEE64E796F480EEB4E846D51FB1FD17661FD4EEF2F09E4591BEF217613E29134365D33BA5D1E1BA3EB0633E8073CA7B59DDA97071493F1B594EF3C87192A3DDC74F385A1A2704591064B1E4CB602CBC8D65B9C4D7278062500EF62307171ACC482F5AE7C78BBEE92EFF13AAC905FB3985685353AE155969153EF6F32D2BE50FF7589415F95062A7DEB7ECAF4820F274B170539F63BF4BEFF34EF81D6708DABE40A2B3D55AF4FAA7DDDEE853616D48A7C19BC89E8B17D3C0F79EFADBCD6894BEE186806011B78DEAB2852E1EFF131CAF53D7EC550E4778D17C4EFC2BA0554A12BB7496EF6990D7BB8E31F4DEB99E3F75FF0E0BB9860330F78AFEFE4348795164CEA02235C72B0BCD4B9461619C520228B2471CF63ED400AE6FFEFF8AB43F1E24B191D6E410C8DEC084F5D209960FE6FA7A68A439BFD4B81A682F005C52E88F91C9155387585B19B69CF19C4E8483C0C0E705368DB5AD8B07F2FF00D2E824FF4FB7D399E66020E508F6B058D9DC86FF8D632122C943D417D50A8F0230D7F35F36B05B4E09B2C50AC44B72B04AA3E4ABBD43507EB94A7F96E80CEF02E00558E5271CF6B2785BE169A149EA80202695F692C850AD147CB11F42B4CF02E0D0B518A11110080BD251B0CB627F379F3066D1C965F98DC23EA3FDAD116F0453100ABC2B220F73793A5356D773E5A07CDF9DF3251324B3DAC5E4E83DCE2F071A408D9F3A4ED510AF44953847D560123ED4E373D1F89EAC9B78A35F805D4F09E671544BCF2A93E685D33DAF00A900F305F05ACD18D0FE157678FA2311B2AF0A556C1A690F0E5C1464950B4A4A00178AF8B66EC764CBB40E8D9C4151770E0F0C0EEC6523B4B98D8F8CAD1C0FA52CCF15B3A5BFFE62A77BF28E63180AA2079F0CE076A4C33CB87B7648427ADFE56267D6C9BC55D644FECD167F1C656A7E63AF0D3D935C5CB6648B5A4417E6C21902FBB36E479D4B69EEE21AAB95B5E18A649F0D9B74F33C708B345D8187D7B98DD1459B67AAC08BD8C8F8D8723A6E2F18040F0DA01F65861CDB05DE7E2282963FF6BCFD0217E73F37E181068AEEDEEA27130F0DBC195583F38F9CC859983E0074887DB692C2B7805FA0CBC1BCDB50C8C5345F0E5AE39BE723D98235F7EAD5CA32F53CDBB1DD906062859432F232FE0801B44F0F45E3EA5367F5CBD1FBEE3E256BF3620451FE99169C72AD9582CA4902FB236F101FFDAE0D7D7197D255DE108768809A708821A5914FBABA80BE13C9E7D1C5DF11D38E6639BDC343D7D8C58ED6A1C28093B1BDFDD0F77E38167CED6B82C5C52F1823006A908246BC66F88411EAD857BBFB0B886FFCA3223EC98616DAA882799F1835923CEF24FAEE728260D0A30D87B7AC9E380F6C70CFB37B9176AC7E1BBE5F1A552BA769295825E30D2F5173FF8324468D934865347C6385248930165FCCFF1B834DA8933C57A1A72ED4B2CEE49DE97C54F65C078A8D19F87F3697D84F32EF1CB6B51BE0C175F17EA33ABB039088B79070A02A362DB1D2D35632C52B99612F1E88D33A3A7C5278472B4982E5D390E63CB78B7AADF9A5939ED5C137ECFF318F20CC2D8C466D6CAC6C7B668FD6A7D7597704958E570E2DABECEA954B201A785F22FD3369D468083198F046BCD5486458F3BE61148030923DBDF9BDEF688CD7BF2432756DBA82FC9E9485F6E7BDDD44657D4EA3F5E17D5AEA205569FEF088B20F24E09B1E1BB132DABB2B26AB99BC713731A6A68DFBD43E1C899AA49F9EBB245F2528998FA31C0E3479EC5B8C48BB1EE91642F38D4ED931C5A7B7BA553922A51F262E49DC1558B61F6C8D0CB3965D7BD52A7B207581D873FE6A590883108B1B5F26968081ACED295FC8358BC54F73980A580DBF245DF8EA269F0079A05D18609F276B2959526B23D479E9FE9569F6B7232CED74335B6ADB8CF6DF4CA7E717E8CF289B1D804060C133B726658E185B8BD936558C874A2C5AA2E1D2B5BA4B5A3FBF28E11E592A9487B76FACCF22E2F737C55C85AD3C80B41A768244455B273D3CBF2AD1B01E6FA49CD7B270031C1E3E2DC118C98E4870472F8AA8E6BA68A44DFE4F2C261B263C9F6B4F6236BF451626D0E28F6B928B7A07B69615EA85C76ECB74AF2D64DA9944381176051413618A05FCD7E826AD363882C31AEEE8C460A2937DCF2E4A9BE21E840A598EB09D36E9B88F7164B5E1224DB0FEB4E80566AA1FDCA71F2EC604A85425A9BDE85884AA28C9558A0307502A60F39A03EA521AE89763192F317A0EC761FAAEAC485AF143EA19BAAD0A8EE2604DB449936585D6010EFC73DF31F187300D3EA31A9791D357AD4E5C934CE4FA8C29A7C70C2174135A250EDDBF32866798FDEC332FDC9D0ADCF39BCE06578DC6B7AAA0542FCAB34DBF21C3608F3480C79B71E2F3D9EDD751634BC5F63A607B58509CEBF278E9104AE4D7C34B3F367453B2B5C19B92948D07113CFDD7B9D40C364587B6132D5487FB40B3DB7C4F38547CDC836436DADC53A1DEE7CC4D22125A810E285037038C75567F0BF8CABF3928F02EBA441E74E88D579FA716FCA8523265D8F236D1256B0DB95BA72C8B9F3A6C2D44CE13DA6D6366D9D7A5168A819B45A88EAF6F29CE081C117D1CA43D3F3AC20B50FA8CA54AFCEB18888E56995BDDFA0506F6D5C44357ED421C08584A0F3AEADCBDE6FA6E9615B996365AB551C19F53E54C8F5DDC3B8B77E3385EB243AF3D097861BF9C3F765A8E5E357895F367C9716542DDD3E7BDC721D430ACC3DB1F3DA6BC8C552648C6A80A63613BF03C4F49E5419E3CFC2EB11F8CE271282B3A2F3F992331348CE5F6378F8C54EE3029E04DB706EA6A6787B7F015685AB8240D3F4106621B7B7442E53B0B04A2FDE786BF96E5AB67E0F71C6EA364CEA82A824D4F412AF883F7B494925F5269C908112562841770EAED83CE4A9BB0184CAEA8D63F424D061823DA5B8AE16E804B5213343B9500359ACE2A12E6325C7300B623F4FF4294DED9FB499FBF8CB5BC204253E7864EB5D3F5A8A1FF1B49D9E31F58013BCF4357F8FD9CE71F629958139572F60AFE76B57E8562AE08D5F695F2768CA4D61F4435157DC7E4BDB30B1587E441ECE3CFD11A4CD123ECC35EB4F21095527A3F1F44961D3B4392B7FB67FE58DED36ECA7DA6646C903A337AB722CC1F53FCFCB4FF45093D31AE2729F286761EB9E75053B598852873EE8BA761E5CD9C23F73EB6BF45CB820B87ED06D8694E056FDE27CDD90A5009989217FD4F4D9967F5836B1B6F461AA769B2F2519310855FF4564A0C85F7727B1DEA297B6D74B4773B32A3C76F4752E9880F9EC11EA149753B2CD41600AA40974A7FAFF70279DE25CCB912B26F491A12A7534AAB50563091A7B050D988D88861DF6A4F5406C280C32CF75A5DCF4AE2D56B004FFF092CE0207E21C4ACB8085A27A95D8A7600E172A122396E46AF4AF785AB6C926E71ADE7B08430D42B65DA28D06DE5910E123F03C001805215FF4BC4D7E2889AAA5FAAD6BDCE05F8D4DE8D657BCD446138269895DC80BAB16D3F4C1EBB6E569CB8D0192A142D9DD6C40868D6AEB21EB03004082FECE1D178B03F4C5B201028E33F7B487B2707660F17239489F0B8328B663DF57DE8F4B228524F4C647E090CFAD27B736DC499D22F31256DBC99C3DABC230B9DBFEB5BCB2F11AF4C7F30CD71068D6ADDD863C65314CA22102D3B304F8841AAA8A44A44BBE9769F4CD402A538CC4985267D4C97FBA09729013B8CD7A02DEF7322C6FDBCF51AEB9F4CF95CE4655F61185E96C7480B02AB31367AAA70EEBD05601E298B2C3B9C7CBF4D7D4DBAC83A3426AC64C4E83F902685A01ECED652593442789C7FC477D77EEF4E545CF6B2A1809AACF57D88C6A06BBA17C8195C24B2792A06CD70110C8883CF4EDB28AD3C7D2EA66641555C8C6ACB6E682C9C85CEAAF6648DCCBEBF6F77684F51249AC499ADD77DF64A61D3422B0E98697D1E0DED230145FD511EB68ED5E31F514A0CA2DE563D60C6A04A6487466DDACD33FF3E1CA4429C427B7D66863462CF534AF7C69D3516CB070A7EA1174F73E0BF12505791DA3A8B2E43150A56242FCF55282FDA681F45B427D960F1F0A5B8CDA1EDC3B094932710BE8911E55D43EE5F56E29CD84B8BA497801B4F1B456055624BA04CC5A3DBE9471C5554FFA90E063F583EFE60AD4C7CC34900D1D27529F320716E438CF46283E461CF084322094DDF594C222516A36BF68B317EB2715965668A6AD177EC619C641641892BA8037DCF5A6449A106380C9DD41891AB548AF7A79DDC04993EDEE03EA51E8895D911C6FF5D20161169EE9253CBBB0444EAB4E03198BF74D9E5EF3AE5EBABE2F6A4339F2746296A670F60D3CEB2121648E659F70F51CC21AC2F6141209A530086D7A93C3C71798E925F61A021B4E18FA8AF13A874A30BCB24C10A9F0329DE6FB224CB1EDE2AF9C74C2F6253E9C813A31B88F5799B552BFDAD8128ACDA9B0C20551D46982F17ED55E47F67672926047E1CC83CE53FD80B084A9C22420E1C132157C82A83EE9F50F8959F6774DFC575BFEEB20B4DF0149CBEE2FAF482D6A0D25E84492B0B3C9141F8880F6832BAF5034D5110B672EBDE09EC41F7BCEE1CAFE5E579CC42F211B5B71758FF688CD5420AE2667C996D00D032E85C43AD8291DA751D9DD378BDDA3F0209968F6B322629F592856DDD157CB7C2F355BFD0872F0C9B72ACFCAD04D96DAD46C19F6BABF72E1FE126EA9B67A195784FA6D3A66F84F2679281EEB48DC1BB4E3D4F9F6BB0AAA235F46AF443AB1AED53149D37D55220048D8429F2660C638FB806D10F6C82155A163251C1105725417A09407EAE32EAA8D71837886EBB9049E183D00F6DAD422F849E03863EF5FDD3BA26BE036BDF9521BA4728BE702453F7B64C2C2F6DD475FCD41949BEA3702A9BC9CC363302B9BD95E45CEE96831EEE4847BEBF3F7023955CD2CB78EDE1D256B3113580C9D030D204C6316904EEF893BBD3C4BCEF7067B962AD2FA19196B934CA40EBD9CCDFD96EC452CCD742AAB4AB82E09EC97F707BCBB0F1D2AE6AD815C359CB5639D25AA61FBA4509F54C19B67B30478C8BBF71D3D97DC7C409420D483C4D95CAF9B4856713218AACE7635C26FAB9B2C9900F737FB49D1B4F94587B3A399C639302E424165B5343E0B8F5D79FE5382506B99F73DFC3969CEF06643751D096C36458023F15A742C17233C8B1A4CC7345ABCB4F7460755AAB1BF81217D5CD68AFFF45F10C8951DABCE0B6FC02F0342CC0F5C21F75A3C2602C15E8753DBDCE88E56C4C03FBDC0BA5286C38A0E14A55D80820984F7DECDAE36DDD8F4BB52BE8AD4A40E7A86A4388D5C7F3494F9771FE6C4638B0EF7DF798EBC80DD739698F84D99293940F38AA3EEFEC9F08A32EE8BD0C1D82EC1F7EA56FC2F42B0CE63356197BA0D521749A0473E3F15A3A8E7793BCD2B9AFA89F7F427F90807534145A6443ECCD31CC6DE717161E75F01CACBD8884B29F441BAF82FBAF3B1595180B03BA523E636CC7963E4C88CFA1312CA97C9086AFFDFC84CF832A9CB2D5BD12033BBE602FD5D530EB3B39D2EEF07E35CFE059F30D794A3D5F8422F0AC96A01937A270361E713FFF418B8B7A7F8BDF7D913D51346F0904C1AF8487F2D12044C09602470312F3E3A7297FDDE0756A0C7990C3D3D7BF0CD4F72F8520EDC7867D34A390547303E7AD71B6326F6180B49C38662347EA82A4CAA51F8526B67210B1E690110CDEF66A66E622E2AEBCDCEB7DBD8F0A21624CF6777CBF85417CE0BA9233B3FB2DA6016D23FD0C93B228CE841E4F6597C9DFB97583B75F861F416773F6F6194E6EE624E248D06B26749CCF608CFF4F52BC70FB7E1522EF865EE1AFAE8E0C0F470740BF1B5D6E1A388A5C93A1AA4066027381CC1790660F895A5778957F0F630E3DBC850B7AA520386C687B2EE5DB150F664ABDE242A48F89D0B390A3F9A677B1CD1F701A5670B73FB0967164FC801E0589E0349D8236EF8A4A82146042359C8BC76227CE93AE0DDAF4347230A59B9455B8291569F77CEF8B969A225A82D2546FE00EBE5C01C5B986EEE31530190618EB1D32BD2D3E45DF8DB42AA4532D87396C58E29963FD49F8D13CC42B0091EEEA42A15E85A9C4FFFF8DB926E2B8F7AFC60DF9718DDD7085D11A35E8EE99124BC649B67CFD24766BCF8E76DE4B04738B2407E6E7FF3F13FE20978B6C42AD5917808BD6BFBFE53018BF8EB9EB539C0A6B201FA945504D75281DDBC22A54549BC207B86607AE5EB2484F8ECA8807107ED10E6EB5A3668D6B24318BE86523DA6133848A089CE90D4C93CF8EDCD3E021BE61379EAE879E53DF4FB20F4D883950FCF47F2D5D3A917269891F8EE30FDD42A97B7B2FC75E30014758D0D99E62B4D0A4DC6BF1F06D33480F866F9045F9E4D4785E0E6253271B9E5BE3008E82FD2933A3BE585EA65E457A44792F910CA88DD50E4C42CD4F64BB494415D48D4FAEB25E9F3FB1CED10A641F5E651F94412E6B4DB9E1256E89AB97852420E427925C468D15776B3CEC7B66DD87D6EF9473E70FBE3D1B9FAE15702FE83E7C3E9359A0477F599C44FCE45CDCCBEB66DF9479F942E20D583BB6782F93FC283D072B0D0A20E6A1E73245F944426D697BBF948ABB2E19DAD057325E2FAC60376FC782D10E2E8EE23F5BFBC813F09E4EA11F954A5B9B435E1AB29DFF85C4E700E9AB1B806C1031DE85B8AE1143EBBE426ACF95D8C9106E28817F73A18FF9CF82EBBD1A5D78784A2CC341BF69A9E558B8EDAF9686E6CB190C368C0C8CAABCD6A46AC2A2A1A8C06B5F357EE6E6672502333CAF977D6A224D8E98FD5EDA1C2A108E6A1983304FEBCAD4407C75CC85BA249A380F9979777448D3D4F246C1ADD049EF0EFE5499DE2393C80E730106F78E9BC3E13F9AD4C31A0CC1A3F96AFEAF766E85D0CC5FBD0743210D08898E8F235FBB2FA03F9B3499876CB17A80B43C028AADFB1777A699B11A543003338A72755881593E9F9B524F65301AAA228D45D34E250B6D31595BFBE6355DC76C5E1A2AD9728AF63F9CD84C9AFFD54CEBDDA90245FFD83E2F5AEA553F815EAF189A9F181D08ADE7CF9D07C85E5D96ED3E34493019D7EBD0896762DB33B2688B9E357EEB29AA5300FF9E13BE4E937CB0B2291164C7EDE85BB4C45BA602119E0296CCCCA9BFD687F4CF9EB4FD82FCCA9338DBD047A348FCE9AFB433A55667A5E155E476EE7F5B4E313F9EC8D2FB77052319143FACCAC321130B03280084ABDCE8D0F3CB1913AB71D5FF9ED4221732AFEB9C36CAAB07FF636C7D5D822515FFDC8B9A932AE0FB69A6137F9EE3C5C557DCF220C41A808B4B273DCC23F97DC433987BBD21FF160C272ABC8F9F0301BC38989CF05C3EEF200E8D831BC02D679A369FA4E01372C4E5DDC38E4F9FBCFAABE8EFC98CCC413CDDC431F912C30319B53CDAD18E72D80619C16BD62F9FCAA7059ED787B5663DEFF6F80F86C4E47A2717F6C6B6287A1F9F10FE1A661FA0FF2C3B1D49F877962D01BD640CB59D3E4D4284A357DD7B8649374604D751EFA18BCCC0FC6821180557A5BE7BA775C3DCABC005B0A4B8D6978B52D623EB4C5FA2C0345FD64BDD294E00A4EDF2D8EEBEE00B4398D04704D302B12B1BD7E309FFA3A3672C2BD63C9CF090385E2687B804D5CF3B6D2CBD04AAC9A2CBA6B0D3FFAFA4F1A2FDE866685BDE03FBD78C88339BAFA0D085150400DEF14CC1ABEE1C1FBFA53D27AF3BDAC0AB3C045B44F8C93B5C777462E50F9EA296E3EB3F93CF1CF18FA5707A8CE1C5329BF0887D05FD75DB5E6EAC31959FF618A276B59B9ADD9FFDDFA5F6F74EB72E3A329CDD643A7010393B9D945AE490BC76D2FBD3BD7EFE0EB67FA67BCC5AD148E8BC6B1D2E03060FCAEA3385EF9F9EC5C82A6C68BFD7E0E96A0FA7E924AB1CC3715246B5373596D65280BB07C01A3822EB890C5B97A5AE0C55BFAA2B8AAEBAABE6CB063E9EC9D8B858F8A71DA6FD79F07A19DB84B1FC8D69B2BFAB0BA25EDD882C32161CE32390ADCE3C8FFBD120C60A8465F066894A02A8A79FABA072EB65AB1DBAD50EE1030B7A82280926A85C5CE0FA73D78610E740E5C4BFAD7680193A3E139A6F519C0E477C78FD0C4EDBC903B5A29F5C2EE4BFE7EDE18FADF51825B063A3ADDFCB46A9E7390DED8065E5A4007326EE2ECB3766529655FFAE40575EE82E9EE2105C539BD5DB47765103CBBB987CE81B9694A6B164E901FFAEA754DFC1CF3D98D8B8B4F19E34930787B4DF0791B9D520DB47EBBAE53B2EEFAEDB54253195485AABD18F0A068C25A73A92A1286F7B28F5B3F09504FB49376FAF3041D44C58C692AEF8E62F7D5DA2AA13BD8A94493DAA8B26EF3082F4EE09CFAFA0482BE736804AB7712EDA5E46B315DFF273AF22665BF7490A462AF74F1EEFAFF2ACE0A27BC5A25B1C0245ED9F2F4112AB942A5FC525F7EF13B410B8A95F2FAFF6B38ABDAE6F35C3D03863E1C4AF5B9BAC431EDC07E288BE6E9410E63EF71FB026F255446FE04154F012DC1477AC24A544E3EDA27BFD9F1FD8294E798232EFB0B44A53DB1F4F8D2D961DE3AF4DF27036A954BF9E4042057485392AADC1019FB18600DC8797E45E47E7C880A5208CB6929666C97E9A59465157DE3296C647FFB2AF4C38049F146AA5E0F8290C8AF97DC92EC89E557F892E9409E7EBDDD98C7FB54CA60C86CA9ECC020DE39BE98E79DAA5017DE6BD64B56D2E264AA15DD2AE3FB5800154D876FEF0395444F3D0368D957B9FB0020E13724F7DDEA97F452B854FB62FD1DB87AFA4870C066C09C3FF740D198DDB2E049A0F9B6BE8A471D0FB15DFB71D34D173B8CD53E6C0A4181EDB50E8E3EE5CE6B9868C7D8DD52BAC6F13808FB794FAC018A741EEF6C641BF455D0FD5EC1AD45A1254F88F06E17DEB9C17E7DFBA9904A5BAA416E3E149AE3A2C8503AB29BE9C3C60F37E0EEAB3469778C9DEEFBADD9718FEF0863E773CF204080222FE4D9C1C5A1027C73507C309B91C3B4FEFBB08A2101A74AC9C85B683765935EEF4A9E8F5411AB75B556B09419DA85F236FBB5BB62064A1DF1B3F5195207EAA9230F8CFFD4B28B5975A26EE96E4F969CFBFBB9BF0F038E23A30DD01E46315FD2A2279E537A1CA73C16C20B4A38AB40DD62FBE463810A7F17697ABD4EA379D78AECF4B47DCB9C2EDCFEECAE1ABB5EA1AD9AFBF12A8FCCB6043DB7B2CAD9051096872EF51819297ECAF112091BCC5F174F50FC0AF8782B8FA955C77FD731EF9B77EBEE807A9C080829AD220E34842BDC425CFC19AC7F92494912FF25B825E822D096589F9C04A2E57E58343B3BDD5D2AC509FC26C6F4B91FF42254D1FE5157765269BAB264FA33926D07FE6061C515F8330DFC3435711D24A826CE923951194F2A127ABD066B42858E80BDB59EFE6A64452CFC54678B4F72507E18F874676E0BA9679AC9ED28B857A67B1376A8EAD1CD5EF4FC5AACE87DC8904336DD9EF7AB2B913F05148B04DBB85A03F850CB1D643F0250FC5CC4D2F9E80C836B4FD7FDC3F87D48A62246EF192B3ACCB54C045A924B4104FC78A18BC7C272BC5E2FFBA3CA27F044877EEC9534E864F40BCD0EC260386071FC8F06D7861B64C5AA432A866B5DAC30C9BE0F2280E0FEE2CDB623384BE5AEC4FCA70772D7C092D87C1AE9E3829035AC62E18A5432BCAECB70683DB416B1DF0CFCACAE97A76A068E23CF6A528585CFD509F0AA8FA8DA7C877AC2FE1FFC3033C5FCBEDCB84F5631A8536C1766771756E7A6CE31090FFCD86C3F1DCE01952E0D95FCC6A8903B7090B88F2DE4A4652AEED2D115041F609E8802CA5BEDA7703555FFFCD8CDB3A7D0E1A67B159CA3E16EA5BFC2217A5BDB0F3E17B566B87434898F10FCEEF7735EA67404452B5712EA4CEAD5AF89E8FFA618438EEAF8D2A9CF874803FD07689F5A3B50E1C82EA4E7F3CB732E1EB89D31BA9B7F71FE2BDC8B0D9234CAFD245064B5755531B9C8F4D7389B97F03C044B6EE27307A1B5C0708D4752F762FD3A4CC0C330F1F7AC6A017D1B1EBC7995EC8A9F57C41EBFC75368A101354748FD3BDB5683AD28FC04CA28C61A420012880DCB6CC59799E0C242E473B0230633FD3F2BE6EA875770E2A450BE4DE76B5DBC3C7078195FC12252DD4C6B69A09847FD417002931A5CBDA2E18F3F688DE738B0AAF380518BC80B24966431FAECCB8CFD475050F9281FD4CF9EC1D3EE53CBE13351FD3F28487C2C081EF83B70088AF1FD48401379C684BF9D6B7DCC7B8CAF5BABC7577B8C4C47CD2EE1764FC7AB9E22FD4D1F0D364963C4F7BDFD81F24591AB2C084D2B2CA21EC796B8E516668A9E20FD4D50E6865BB05926E5F0A8CF0D0C8AAF142CB7A1EB594478CEC278E618A9F7FD56DE8C981AADD27EB45644E907D9C95A360BDF6157CAC05FE0F7A274CAA96BFD67EC690AC142B15FC8EA5B95008BDD37A202D934F21C7735D7D8CC71E1EB82FD79B0059FE415DA31B1D0A933AB261C10B35474DDC8B9A3EA3881803DE2CB53FD7F50B679F3596DEDEDAB88FB6DB601E6BD55ED4902B6E6CF4FC046092195F9FD8EEE0B9B71C0AC4FE7A47EC3BE608FB7CFB73793692E4BFEDCEA4B9DB404ECFD9C9DFE1D1C3B8CA23340A286228E0CC15F05D211938164AA082F35BFF01481FD9F8FE02583B4DBE839941855363EF7814E63B0568A4DB05470F757200D30A5FDA4E4E7815A7C9B5C8E541D892D87B142FD0B4422D02C51C375DCB3C1F76EA1FDAF8FA62E9890C7EDF1DA411ADDCA58A66D2C19ACE9500B0D0BEB974AB768DCFDE378C55123929B000BC2810C89C07467FBA4F2A10846AAC1CE4E1DA1F5DF76FDF3269B5722FC14C4B2907D3A800EAEF17F6BD553E0F72D652673F16314F401FE193168E9D8975D6D33C4BA58711EB0C38FF7EC6AC25FDE79AE5B2B78F245E8FE1CC756307AD906EA0CC1781769071F9DC705FE0ACCEDB27FDB469E0ACBE8B7FE3791DB34C6E6AC8B1F5CF3A04D7FE83D84B0E64F82A19D960668B3BFA39992FE4C3B952DBACE46D2C400D313D955B11F832A2FB797D613D664E32E3E7A5FDBFE4D45C84DD58F2D2F76C4E75FDA8563929CE2AFE93F2C5526FCDF22968B0852FE5BE098BC52E1B1C6D8E17C4CECF58C1D95A71E3C750551529456B3A4A0B878FE731FA08F09625BD079A669CF43E0E2A8F500F6E2F4E3040C54FE7140577E87FE7B99E1B99C6711F149553918FF0081C5D8DAA15377ED7192055C284C70525EFE9D5F6DCB6F021BB2103C0165C7E77B840F104645B2500A2DC0E1F0DE2C3548FEBC3AA49C40BEE614C60DE0251CB7AD2D8399BD0F1C18BDE02C2479B7C36BE8FEBF135CFD3386EB94A2DF937BBD42329741E10399EAD61247D9133C8A902625FEC1F9DFBC7724029EA699638E54115615C2B60D897C6607F8376843C1701AD0FEDD389A778147FE2B8919645578D1D5586388D1A856F22A15BF36D86928CE07FEE5481BD6587F77D9365BF2FE7CFD4A61D9CDB4E7D0961E151BD2715E07FCA5FEEC4F9E0B683B7841F433D7F72D0DACF017E89D684D9C3E6B101C7637A5C55BFEF29EDED78764A3CC827A523C02AF19BF32F5EAE84B88AED3D8C33789490793FEFD49C60B1C213126996AB6875B369BBC889A353669B938E7139B02156E9E74FEFD6C992AFFC7F1073FB788F2BD2F5DC01AF834EDA8B97458EA2AFDB9F235AEFF0632F32E1870B2C2B7D02284469C02365AD8990AB9DD0F247A8CF77AB8A40DFF1439605C265339E27E7B2D134C4BC59D1049DB54966918D8EF3B957521AEF6FF37F4FFB19855CD65B048113E202DF49D1B10E42547A0B5288C6D1DCE0098F9FF440F4F3B86995EF14BD4E48F6CB5BFBD80D8B821E02F3F614607D37AECF223FF55B32566F605EEAD7BF878F313CA698C3CE712B966AF9C3BAF98B5969A894BFF5A39DEB04EFADD576A5F8948F1AC5DCFCD9A569449F952155BEB839BD61042FF77F09A73B0D0624E7DBC715985C7FD377A6F9555E61EAA75F427A1A5D61E31FF90136BAFAE927E502C6FFC0CA8C1CA820C2D7EA642CABECB693E311DB92F23FFB41EDE23F6DB799A8B1B587FD46F61AA855C4481C59E68136562A40589F518FFC2E0681083E63F299733168EBB31E075F39F1EA17398DE5F73F1B3A2D0A864FFC43E56A02A52889F2F12009888F2DBE3D3B714EF7E72C6258D22D2CAE69EF2FFC5F2386C620CD817CEBAFFA7229E37658E458C3D6E7EDBD1CD992732D5432FFFCBE2FAB68FB80C72CD0DC7CC88D90D8B0E3BD14AAC558CCB91102D1DF35C42FFD63FBB9B0943BF5196BEDB63322047838294E21893BD65E5DE68A3E468EF91FFDADD8C5EDD40F3CBB65C057D2C6ED1DC1CBFDB9B7E41EB46D7022C11EC1018FFE2220FF8C7A2EC40AC0A9F70793426BE37823A98774F9668346AF979A844D8FFFD7BC53C6E97D0BDAF3E21C4ED32FAA45F55D6647E11A0DE701CD8E7B2374F223B7D8C656EF2B2160200,'no'),('scanFileProcessing','','yes'),('wfsd_engine','','no'),('signatureUpdateTime',0x31363435333835373138,'yes'),('totalLoginHits',0x3130,'yes'),('suspiciousAdminUsernames',0x613A323A7B693A303B733A34363A222F5E77705C2E736572766963655C2E636F6E74726F6C6C6572283F3A5C2E5B612D7A412D5A302D395D2B29242F69223B693A313B733A35353A222F5E283F3A776F72647072657373737361646D696E7C776F7264707265737461646D696E7C6A61696D652E626573736572353629242F69223B7D,'yes');
/*!40000 ALTER TABLE `mtgjwfconfig` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfconfig` with 254 row(s)
--

--
-- Table structure for table `mtgjwfls_settings`
--

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

--
-- Dumping data for table `mtgjwfls_settings`
--

LOCK TABLES `mtgjwfls_settings` WRITE;
/*!40000 ALTER TABLE `mtgjwfls_settings` DISABLE KEYS */;
INSERT INTO `mtgjwfls_settings` VALUES ('2fa-user-grace-period',0x3130,'yes'),('allow-disabling-ntp',0x31,'yes'),('allow-xml-rpc',0x31,'yes'),('captcha-stats',0x7B22636F756E7473223A5B302C302C302C302C302C302C302C302C302C302C305D2C22617667223A307D,'yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('enable-login-history-columns',0x31,'yes'),('enable-woocommerce-integration','','yes'),('global-notices',0x5B5D,'yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh',0x31363434383437313039,'yes'),('ntp-failure-count',0x30,'yes'),('ntp-offset',0x302E3137313537383136383836393032,'yes'),('recaptcha-threshold',0x302E35,'yes'),('remember-device','','yes'),('remember-device-duration',0x32353932303030,'yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret',0x65323532633165383061386232336465316239303665323133353463343966316665353065663238396532333662326436343664383664356664353838316562,'yes'),('shared-symmetric-secret',0x66336566656237653839636534346432333862633830316636623836656335313132373232306137343364353534393833323462316530653736663763346161,'yes'),('use-ntp',0x31,'yes'),('whitelisted','','yes'),('xmlrpc-enabled',0x31,'yes');
/*!40000 ALTER TABLE `mtgjwfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

-- Dumped table `mtgjwfls_settings` with 24 row(s)
--

--
-- Table structure for table `mtgjcomments`
--

DROP TABLE IF EXISTS `mtgjcomments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mtgjcomments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mtgjcomments`
--

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

-- Dumped table `mtgjcomments` with 0 row(s)
--

--
-- Table structure for table `mtgjwflivetraffichuman`
--

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

--
-- Dumping data for table `mtgjwflivetraffichuman`
--

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

-- Dumped table `mtgjwflivetraffichuman` with 0 row(s)
--

/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on: Sun, 18 Sep 2022 09:08:58 +0000
